function apriContent(ID, tipo, lingua) {
	if (ID != "") {
		if (tipo != "") {
			finestra = window.open("content.asp?id="+ID+"&tipo="+tipo+"&l="+lingua, "Content", "width=770, height=450, status=no, menubar=yes, resizable=yes, scrollbars=yes");
		}else{
			finestra = window.open("content.asp?id="+ID+"&l="+lingua, "Content", "width=770, height=450, status=no, menubar=yes, resizable=yes, scrollbars=yes");
		}
	} else {
		finestra = window.open("content.asp?tipo="+tipo+"&l="+lingua, "Content", "width=770, height=450, status=no, menubar=yes, resizable=yes, scrollbars=yes");
	}
}
function apriEvento() {
	finestra = window.open("fuoriSalone.asp", "fuoriSalone", "width=770, height=450, left=" + (screen.width -770)/2 + ", top=" + (screen.height-450)/2 + ", status=no, menubar=yes, resizable=yes, scrollbars=yes");
}
function apriContenuto(quale, lingua) {
	finestra = window.open("contenuto.asp?l=" + lingua + "&c="+quale, "", "width=420, height=420, left=10, top=10, status=no, menubar=no, resizable=yes, scrollbars=yes");
}
function apriConfiguratore(utente) {
	finestra = window.open("http://www.albiniefontanot.com/configuratore/calendario/default.asp?id_utente="+utente, "", "width=800, height=600, left=50, top=50");
}
function apriSpot(lingua, W, H, S) {
	spot = window.open("spot.asp?l="+lingua, "", "width=" + W + ", height=" + H + ", left=" + (screen.width-W-10) + ", resizable=yes, scrollbars=" + S);
}
function popUp(page, W, H, S) {
	finestra = window.open(page, "", "width=" + W + ", height=" + H + ", resizable=no, scrollbars=" + S);
}
function apriNormativa(u) {
	finestra = window.open("normative/"+u, "Privacy", "width=500, height=300, status=no, menubar=no, resizable=no, scrollbars=yes");
}

var TPsez=TPsez||"/";
var TPsezGoogle;
function traccia(TPsezFlash, TPp, TPnp){
	TPsez = TPsezFlash;
	TPsezGoogle=TPsezFlash+TPp;
	//TPt(TPp, TPnp);
	urchinTracker(TPsezGoogle);
}


