function produkti(ima,w,h){
myWindow = window.open("", "Prodotto", 'toolbar=0,width='+w+',height='+h) 
myWindow.document.write("<title>"+document.title+"</title><body style='margin-left: 0px;	margin-top: 0px; margin-right: 0px; margin-bottom: 0px;'><a href='#'><img src='img/rooms/"+ima+"' onClick=\"window.close();\" border=0 alt='Clicca qua per chiudere'></a>")
myWindow.document.bgColor="white"
myWindow.document.close();
}

function mappa(){
window.open('mappa.htm','Mappa','width=550,height=400,toolbar=0,resizable=0');
}


function indietro(){
history.go(-1);
}
function avanti(){
history.go(+1);
}
//alert(document.location);
document.write('<div id="Layer1" style="position:absolute; width:100%; height:20px; z-index:1; top: 0px; left: 0px;"><table width="775"  border="0" align="center" cellpadding="3" cellspacing="0"><tr><td>&nbsp;</td><td width="231" align="right" style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;" bgColor="#FFFFFF"><strong>Language:</strong> <a href="../index.htm" >Italiano</a> | <a href="../de/index.htm">Deutsch</a> | <a href="../en/index.htm"><strong>English</strong></a> </td></tr></table></div>');
