
function getClientWidth()
{
	return document.compatMode=='CSS1Compat' && !window.opera?document.documentElement.clientWidth:document.body.clientWidth;
}

function screen()
{	
	width=getClientWidth();
	if (width>1255) {
		document.getElementById('img_nature_right').style.display='none';
	}
		 
}



