function subscribe_form(id) {
var el = document.getElementById(id).style; 
if(el.display == "none") {
el.display = "";
document.getElementById("mprofocus").focus();
}
}

function killsubscriptionbox(id){
var elk = document.getElementById(id).style; 
if(elk.display == "") { 
elk.display = "none";
}
}


var immagini=new Array()
function preload()
{
     for (cont=0;cont<preload.arguments.length;cont++)
     {
          immagini[cont]=new Image()
          immagini[cont].src=preload.arguments[cont]
     }
}
preload("immagini/foglia.gif","immagini/logo.gif")


function openWinCam() {

var 
n=open('webcam.html','file', 'width=700, height=550,status=no,menubar=no,resizable=no,scrollable=yes,scrollbars=yes');

}


function PopIt(label, msg, x, y, testo)
	{   
	
	var s1 = "<TITLE>:: Pics ::</TITLE>" + "<BODY onBlur='self.focus()' BGCOLOR=#1C5400 vlink=#999999 link=#999999>" + "<TABLE BORDER=0 ALIGN=center valign=middle><TR><TD>" + "</TD></TR>";
	var s2 = "<TR><TD align=center><FONT COLOR='FF0000'><B>" + label + "</B></FONT></TD></TR>";
	var s3 = "<TR><TD align=center><FONT face=verdana size=1 color=#13155D>" + testo + "</FONT></TD></TR><TR><TD align=center><p>&nbsp;</p><p><FONT face=verdana size=2 color=#330000><a href=# onClick='self.close()'>:: chiudi</a></FONT></p></TD></TR></TABLE></BODY>" ;
	x = eval(x) + 60; y = eval(y) + 100;
	var cAttrib = "width=" + x + ",height=" + y + ",scrollbars=no";
	
	// alert(cAttrib);
	
	popup = window.open("","popDialog",cAttrib);
	
	// popup = window.open("","popDialog","resizable=no,scrollbars=no");
	
	popup.document.write(s1+s2+msg+s3);
	popup.document.close();
	
	}
	
function PopHelp(cNameIMG,nBase,nAltez,descrizione)
	{ 
	
	PopIt('<img src="' + cNameIMG + '" width="' + nBase +'" height="' + nAltez + '">', '',nBase,nAltez,descrizione);
	return;
	
	};
	
	function openWin3(ca) {
var n=open('prenota.php?ca='+ca,'file','width=400,height=450,status=no,menubar=no,scrollable=no,resizable=no,scrollbars=no');
}
function openWin2(ca) {
var n=open('popupprezzi.php?ca='+ca,'file','width=616,height=400,status=no,menubar=no,scrollable=auto,resizable=no,scrollbars=yes');
}

function openWinSalce() {

var 
n=open('popupsalce.html','file', 'width=400, height=266,status=no,menubar=no,resizable=no,scrollable=yes,scrollbars=yes');

}

function openWinSuccino() {

var 
n=open('popupsuccino.html','file', 'width=400, height=266,status=no,menubar=no,resizable=no,scrollable=yes,scrollbars=yes');

}
function openWinCeraso() {

var 
n=open('popupceraso.html','file', 'width=400, height=266,status=no,menubar=no,resizable=no,scrollable=yes,scrollbars=yes');

}
function openWinCerqua() {

var 
n=open('popupcerqua.html','file', 'width=400, height=266,status=no,menubar=no,resizable=no,scrollable=yes,scrollbars=yes');

}
function openWinAlbarone() {

var 
n=open('popupalbarone.html','file', 'width=400, height=266,status=no,menubar=no,resizable=no,scrollable=yes,scrollbars=yes');

}




