




<!--
var ie=document.all
var dom=document.getElementById
var ns4=document.layers

var direction="up"

function initbox(){
if (!dom&&!ie&&!ns4)
return
crossobj=(dom)?document.getElementById("dropin").style : ie? document.all.dropin : document.dropin
scroll_top=(ie)? document.body.scrollTop : window.pageYOffset
crossobj.top=scroll_top-250
crossobj.visibility=(dom||ie)? "visible" : "show"
dropstart=setInterval("dropin()",50)
}

function dropin(){
scroll_top=(ie)? document.body.scrollTop : window.pageYOffset
if (parseInt(crossobj.top)<150+scroll_top)
crossobj.top=parseInt(crossobj.top)+40
else{
clearInterval(dropstart)

}
}
function dismissbox(){
if (window.bouncestart) clearInterval(bouncestart)
crossobj.visibility="hidden"
}


function movepic(img_name,img_src) {
document[img_name].src=img_src;
}




function popuplanim(str) {
        searchWin = window.open(str,'esempio','scrollbars=no,resizable=no,width=368,height=378,statusbar=no,location=no,toolbar=no');
}


function popupmappa(str) {
        searchWin = window.open(str,'esempio','scrollbars=yes,resizable=yes,width=1024,height=900,status=no,location=no,toolbar=no');
}

function popusound(str) {
        searchWin = window.open(str,'esempio','scrollbars=no,resizable=no,width=120,height=60,status=yes,location=no,toolbar=no,menubar=no');
}




function fullScreen(theURL) {
window.open(theURL, '', 'fullscreen=yes, scrollbars=auto');
}











