<!-- Begin


function aprifoto(m,f,largo,alto)
{
var finestra=window.open("",m, config="width="+largo+",height="+alto+", resizable=0, toolbar=0, scrollbars=0, menubar=0, location=0, directories=0, status=0");

finestra.document.write("<html>\n");
finestra.document.write("<title>CiampinoHotel</title>\n");
finestra.document.write("<head><link rel=\"stylesheet\" type=\"text/css\" href=\"./style.css\"></head>\n");

finestra.document.write("<body background=sfondo.gif marginwidth=0 topmargin=0 leftmargin=0 rightmargin=0 bottommargin=0 marginheight=0>\n");

finestra.document.write("<center><br>\n");

finestra.document.write("<table cellpadding=0 cellspacing=8 border=0>\n");

finestra.document.write("<tr>\n");

finestra.document.write("<td colspan=2 align=center><img src=./galleria/"+f+".jpg></td>\n");

finestra.document.write("</tr>\n");

finestra.document.write("<tr>\n");


finestra.document.write("<!------------------------Menu------------------->\n");

finestra.document.write("<td align=center>\n");

finestra.document.write("<a href='javascript:self.close()' class=pop>CHIUDI</a></td></tr></table>\n");

finestra.document.write("<!-------------------fine Menu------------------->\n");

finestra.document.write("</td>\n");

finestra.document.write("</tr>\n");

finestra.document.write("</table>\n");

finestra.document.write("</center>\n");

finestra.document.write("</body>\n");

finestra.document.write("</html>\n");

finestra.focus();
}




function aprischeda(n,m,largo,alto,s)
{
var finestra=window.open(n, m, config="width="+largo+",height="+alto+",scrollbars="+s+"");
finestra.focus();
}



function aprimappa()
{
var finestra=window.open("mappa.html", "mappa", config="width=650,height=600,scrollbars=1");
finestra.focus();
}


function apriofferta()
{
var finestra=window.open("offerta.html", "offerta", config="width=400,height=330,scrollbars=1");
finestra.focus();
}



// End -->



