function panorama (pan)
{	
	if (navigator.appName !== 'Opera')
	{
	document.getElementById(pan).style.width=document.body.clientWidth-420;
	}
}
