// JavaScript Document

function Resize_int(){
	
	var site = document.getElementById('site');
	
	if (site != null)
		{
			if (site.offsetWidth > 1162)
				site.className = 'big';
		}
}