// JavaScript Document
// popup Salumeria della Musica 
// 2005 groncoUEB - gronco.ac@tin.it


function comeraggiungerci() {
	window.open ("SALUMERIA_FILES/comeraggiungerci.html", "comeraggiungerci", "width=500,height=370,menubar=no,scrollbars=no,statusbar=no,resize=no");
}

function mailinglist() {
	window.open ("SALUMERIA_FILES/mailinglist.html", "mailinglist", "width=500,height=370,menubar=no,scrollbars=no,statusbar=no,resize=no");
}

function proiettore(foto, descrizione, data) {
if (data=="")
{
	data="";
}
Proiettore = window.open("", "proiettore", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,width=500,height=550");
Proiettore.document.open();
Proiettore.document.open("<HTML><HEAD>");
Proiettore.document.write("<TITLE>La Salumeria della Musica &reg; - Fotogallery</TITLE>");
Proiettore.document.write("<LINK href=testiuser.css type=text/css rel=stylesheet>");
Proiettore.document.write("<LINK href=colori.css type=text/css rel=stylesheet>");
Proiettore.document.write("</HEAD><BODY BGCOLOR=000000>");
Proiettore.document.write("<BGSOUND SRC=AUDIO/slide.wav LOOP=0>");
//Proiettore.document.write("<EMBED SRC=AUDIO/slide.mp3 AUTOSTART=True HIDDEN=True LOOP=false>");
Proiettore.document.write("<TABLE width=100% class=testo cellpadding=5 cellspacing=5 border=0>");
Proiettore.document.write("<TR height=20 valign=top><TD></TD></TR>");
Proiettore.document.write("<TR height=400 valign=middle><TD align=center><IMG src=IMG/FOTOGALLERY/FOTO/" + foto + " border=0></TD>");
Proiettore.document.write("<TR height=20 valign=middle><TD align=center><SPAN class=testo>" + descrizione + "<BR>" + data + "</SPAN></TD></TR>");
Proiettore.document.write("<TR height=20 valign=bottom><TD align=right><IMG src=IMG/chiudi_sel.jpg border=0 onClick='window.close()'></TD></TR>");
Proiettore.document.write("</TABLE>");
Proiettore.document.write("</BODY></HTML>");
Proiettore.document.close();
    }


