function cartina(){	x = 450;	y = 287;	xscreen = screen.width;	yscreen = screen.height;	pag = "immagini/cartina.jpg";	newWinVini=window.open('', '', 'width=' + x +',height= ' + y +',scrollbars=no,resizable=no,titlebar=no');	newWinVini.document.write("<html><head><title>Saint-Oyen</title></head><body bgcolor=\"#000\" style=\"margin:0; \"><table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\"><tr><td width=\"100px\"></td>");	newWinVini.document.write("<td align=\"center\"><img src=\"" + pag + "\"></td>");	newWinVini.document.write("<td width=\"100px\" valign=\"top\" align=\"right\"></td></tr></table></body></html>");	newWinVini.moveTo(xscreen/2-x/2,yscreen/2-y/2);}function popupap(num){	x = 500;	y = 322;	xscreen = screen.width;	yscreen = screen.height;	pag = "immagini/appartamenti/" + num + ".jpg";	newWinVini=window.open('', '', 'width=' + x +',height= ' + y +',scrollbars=no,resizable=no,titlebar=no');	newWinVini.document.write("<html><head><title>Appartamenti Siro Viérin</title></head><body bgcolor=\"#000\" style=\"margin:0; \"><table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\"><tr><td width=\"100px\"></td>");	newWinVini.document.write("<td align=\"center\"><img src=\"" + pag + "\"></td>");	newWinVini.document.write("<td width=\"100px\" valign=\"top\" align=\"right\"></td></tr></table></body></html>");	newWinVini.moveTo(xscreen/2-x/2,yscreen/2-y/2);	}function popupcorsi(num){	x = 500;	y = 322;	xscreen = screen.width;	yscreen = screen.height;	pag = "immagini/corsi/" + num + ".jpg";	newWinVini=window.open('', '', 'width=' + x +',height= ' + y +',scrollbars=no,resizable=no,titlebar=no');	newWinVini.document.write("<html><head><title>Corsi di artigianato Siro Viérin</title></head><body bgcolor=\"#000\" style=\"margin:0; \"><table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\"><tr><td width=\"100px\"></td>");	newWinVini.document.write("<td align=\"center\"><img src=\"" + pag + "\"></td>");	newWinVini.document.write("<td width=\"100px\" valign=\"top\" align=\"right\"></td></tr></table></body></html>");	newWinVini.moveTo(xscreen/2-x/2,yscreen/2-y/2);}