google_ad_client = "pub-3303950144904996";
/* 728x90, creato 01/08/08 */
google_ad_slot = "7531147682";
google_ad_width = 728;
google_ad_height = 90;


if (!document.layers&&!document.all)
event="test"
function showtip(current,e,text){

if (document.all){
thetitle=text.split('<br>')
if (thetitle.length>1){
thetitles=''
for (i=0;i<thetitle.length;i++)
thetitles+=thetitle[i]
current.title=thetitles
}
else
current.title=text
}

else if (document.layers){
document.tooltip.document.write('<layer bgColor="#0099ff" style="border:2px solid black; font-size:11px; font-family:arial; color:black">'+text+'</layer>')
document.tooltip.document.close()
document.tooltip.left=e.pageX+20
document.tooltip.top=e.pageY+20
document.tooltip.visibility="show"
}
}
function hidetip(){
if (document.layers)
document.tooltip.visibility="hidden"
}
