var googleUA = navigator.userAgent.toLowerCase();
if (googleUA.indexOf('google web preview') > 0)
//if(1)
{
		stillNav="<img src=\"/images/preview.jpg\">";
	document.write(stillNav);
}
else{
var swf;
function checkPage() {
	if(typeof thePage=='undefined')
	return'page=default';
	else return thePage;
	}
	//swf =”<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0\" width=\"636\" height=\"165\">”+”<param name=\"movie\" value=\"http://www.agostiniassociati.it/menu.swf?"+checkPage()>”+”<param name=\"quality\" value=\"high\">”+”<embed src=\" http://www.agostiniassociati.it/menu.swf?"+checkPage()+”\” quality=\"high\" pluginspage=\"http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"636\" height=\"165\"></embed>”+”</object>;
	swf = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0\" width=\"630\" height=\"165\"><param name=\"movie\" value=\"zoombase_small2.swf\"><param name=\"quality\" value=\"high\"><embed src=\"zoombase_small2.swf\" quality=\"high\" pluginspage=\"http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"630\" height=\"165\"></embed></object>";
document.write(swf);
	}
