function homapage() {
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="814" height="453" id="home" align="middle">')
	document.write('<param name="allowScriptAccess" value="sameDomain" />')
	document.write('<param name="movie" value="home.swf" />')
	document.write('<param name="quality" value="high" />')
	document.write('<param name="scale" value="exactfit" />')
	document.write('<param name="wmode" value="transparent" />')
	document.write('<param name="bgcolor" value="#ffffff" />')
	document.write('<embed src="home.swf" quality="high" scale="exactfit" wmode="transparent" bgcolor="#ffffff" width="814" height="453" name="home" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />')
	document.write('</object>')
}

function firma() {
	larghezza = document.body.clientWidth	
	if (document.all) {			// MS Explorer{
		posizione = larghezza - 250		
	} else {								//Netscape
		posizione = larghezza - 270		
	}
	document.write("<div id=logo style=left:" + posizione + "px>")		
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="235" height="90" id="firma" align="middle">')
	document.write('<param name="allowScriptAccess" value="sameDomain" />')
	document.write('<param name="movie" value="firma.swf" />')
	document.write('<param name="quality" value="high" />')
	document.write('<param name="scale" value="exactfit" />')
	document.write('<param name="wmode" value="transparent" />')
	document.write('<param name="bgcolor" value="#000000" />')
	document.write('<embed src="firma.swf" quality="high" scale="exactfit" wmode="transparent" bgcolor="#000000" width="235" height="90" name="firma" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />')
	document.write('</object>')
	document.write("</div>")
}
