


function stampa_popup() {
var testo = "<html><head><title></title></head><link  href=./css/gamc/gamc.css rel=stylesheet type=text/css></head>";
testo += "<body>";
testo += "<table width=\"680\" border=\"0\"><tr><td><img src=./css/nero/logostampa.gif border=0 align=left><br><br></td></tr><tr><td><br><br>";
testo += document.getElementById('livello1').innerHTML+"</td></tr></table>";
testo += "</body></html>";
var ident_finestra = window.open('','modulo','height=1000,width=650');
ident_finestra.document.open();
ident_finestra.document.write(testo);
ident_finestra.document.close();
ident_finestra.print();
}
function pop_cancella() {
testo = "<html><head><title>Attenzione !</title><link  href=./css/gamc/gamc.css  rel=stylesheet type=text/css></head><body bgcolor=#FFFFFF>";
testo += "<table width=\"390\" border=\"0\"><tr><td class=normale><img src=css/gamc/logopiccolo.gif border=0 align=left><td></tr><tr><td class=label align=center> Sei sicuro di voler cancellare definitivamente i dati ?<br><br><form method=POST action=gestore.php5>";
testo += document.getElementById('livello6').innerHTML+"</td></tr></table></form>";
testo += "</body></html>";
var ident_finestra = window.open('','','height=200,width=400');
ident_finestra.document.open();
ident_finestra.document.write(testo);
ident_finestra.document.close();
}

var bSupportsRollover = (((navigator.appName == "Netscape") && parseInt(navigator.appVersion) >= 3 ))  || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 ));

function rollover( imageName, newImage )
{
	if ( bSupportsRollover )
		document.images[imageName].src = eval(newImage + ".src")
}

if ( bSupportsRollover )
{
		arrow_on = new Image();
		arrow_on.src = "css/gamc/on.gif";
		arrow_off = new Image();
		arrow_off.src = "css/gamc/off1.gif";

}
function MM_openBrWindow(theURL,winName,features) {
window.open(theURL,winName,features);
}

function apriJPG(file, w, h)
{
var dimensioni="'scroll=no, width="+w+",height="+h+"'";
var testo="<html><title>gamc.it</title><body leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\" bgcolor=\"#000000\"><div align=center><img src=./upload/"+file+" border=0></div></body></html>";
var ident_finestra = window.open('', '', dimensioni);
ident_finestra.document.open();
ident_finestra.document.write(testo);
ident_finestra.document.close();
}