<!-- Start

// NOTE: If you use a ' add a slash before it like this \'

// FLOATING MENU AREA


if (!document.layers)
document.write('<div id="Floater" style="position:absolute">')

document.write('<layer id="Floater">');

document.write('<a href="../index.htm" target="_top"><img src="Rmenu_home.gif" width="20" height="20" border="0" alt="Torna alla Homepage"></a><br>');


document.write('<img src="Rmenu_spazio.gif" width="10" height="10" border="0"></a><br>');


document.write('<a href="javascript:history.go(-1)" target="_top"><img src="Rmenu_indietro.gif" width="16 height="18" border="0" alt="Pagina precedente"></a><br>');

document.write('<img src="Rmenu_spazio.gif" width="10" height="10" border="0"></a><br>');

document.write('<a href="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-4055057959936065&dt=1159645299156&format=fp_al_lp&output=html&url=http%3A%2F%2Fwww.fotochepassione.com%2Fframe-forum-fotografia.htm&loc=http%3A%2F%2Fwww.fotochepassione.com%2Fframe-forum-fotografia.htm&u_h=768&u_w=1024&u_ah=734&u_aw=1024&u_cd=32&u_tz=120&u_his=2&u_java=true&kw_type=radlink&prev_fmts=468x15_0ads_al_s&rt=ChBFHshyAAWVSQowdhko4HdUEgpGb3RvY2FtZXJlGgjhzuwAYLRwKigB&hl=it&kw0=Fotocamere&okw=Fotocamere" target="_top"><img src="Rmenu_carrello.gif" width="20 height="26" border="0" alt="Fotocamere a prezzo scontato"></a><br>');


document.write('</layer>');


// NOTE: If you add links you will need to alter the "placeY" number below


if (!document.layers)
document.write('</div>')

function JSFX_FloatTopDiv()
{
	var placeX = 3,
	placeY = 200;
	var ns = (navigator.appName.indexOf("Netscape") != -1);
	var d = document;
	function DeLayer(id)
	{
		var GetElements=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id];
		if(d.layers)GetElements.style=GetElements;
		GetElements.sP=function(x,y){this.style.right=x;this.style.top=y;};
		GetElements.x = placeX;
		GetElements.y = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
		GetElements.y -= placeY;
		return GetElements;
	}
	window.stayTopright=function()
	{
		var pY = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
		ftlObj.y += (pY - placeY - ftlObj.y)/15;
		ftlObj.sP(ftlObj.x, ftlObj.y);
		setTimeout("stayTopright()", 10);
	}
	ftlObj = DeLayer("Floater");
	stayTopright();
}
JSFX_FloatTopDiv();


//  End -->
