window.onresize = resize;
function resize()
{
	if (document.getElementById('fondo').offsetWidth<780)
		document.getElementById('fondo').style.width=780;
	if (document.body.offsetWidth>=780)
		document.getElementById('fondo').style.width="100%";
}

///////////CURSOR////////////
/*
var browserName=navigator.vendor;
if (browserName=="Microsoft Internet Explorer")
	document.write('<style type="text/css">body {cursor:url("pub/sam.cur");}</style>');
else
	document.write('<style type="text/css">body {cursor: url("pub/cursorhand.gif"), auto;}</style>');
*/
///////////CURSOR////////////

function sam()
{
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="780" height="580" id="sam" align="middle">');
	document.write('<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="sam.swf"><param name="wmode" value="transparent"><param name="quality" value="high"><param name="bgcolor" value="#000000">');
	document.write('<embed src="sam.swf" quality="high" wmode="transparent" bgcolor="#000000" width="780" height="580" name="sam" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>');
}