// JavaScript Document
var wage;
function apripopup() {
 wage=window.open('popup.jsp','popwin','resizable=no,width=750,height=500,top=50,left=50');
}

function openpage() {
	window.opener.location.href="concerto_vascorossi.jsp";
	window.close();
}
var popwin2;
var popwin;
function closepopup(div) {
	if(div=='all') {
		document.getElementById('popup').style.display='none';
		//document.getElementById('popup2').style.display='none';
		//document.getElementById('popup2').style.display='none';
	} else {
		document.getElementById(div).style.display='none';	
	}
}
function goto(page) {
	document.getElementById('popup').style.display='none';	
	document.location.href=page;
	/*window.opener.popwin.close();
	window.opener.popwin2.close();
	window.opener.document.location.href=page;
*/
}
function show(image) {
initLightbox();
var a = document.getElementById(image);

/*var f = new Array()
for(i=1;i<=num_foto;i++) {
	f[i] = "foto/apartments/"+id_ap+"/apartment"+i+".jpg";
}
f[1] = "foto/apartments/1/1.jpg";
f[2] = "/images/image2.jpg";
f[3] = "/images/image3.jpg";
f[4] = "/images/image4.jpg";
f[5] = "/images/image5.jpg";
f[6] = "/images/image6.jpg";
f[7] = "/images/image7.jpg";
f[8] = "/images/image8.jpg";
f[9] = "/images/image9.jpg";
f[10] = "/images/image10.jpg";
f[11] = "/images/image11.jpg";
f[12] = "/images/image12.jpg";
f[13] = "/images/image13.jpg";
f[14] = "/images/image14.jpg";
f[15] = "/images/image15.jpg";
f[16] = "/images/image16.jpg";
f[17] = "/images/image17.jpg";
f[18] = "/images/image18.jpg";*/

//var url = f[image];
var url = "http://www.tommasino.org/img/"+image;
a.setAttribute('href', url);
myLightbox.start(a);
}
function show2(image) {
var a = document.getElementById(image);

/*var f = new Array()
for(i=1;i<=num_foto;i++) {
	f[i] = "foto/apartments/"+id_ap+"/apartment"+i+".jpg";
}
f[1] = "foto/apartments/1/1.jpg";
f[2] = "/images/image2.jpg";
f[3] = "/images/image3.jpg";
f[4] = "/images/image4.jpg";
f[5] = "/images/image5.jpg";
f[6] = "/images/image6.jpg";
f[7] = "/images/image7.jpg";
f[8] = "/images/image8.jpg";
f[9] = "/images/image9.jpg";
f[10] = "/images/image10.jpg";
f[11] = "/images/image11.jpg";
f[12] = "/images/image12.jpg";
f[13] = "/images/image13.jpg";
f[14] = "/images/image14.jpg";
f[15] = "/images/image15.jpg";
f[16] = "/images/image16.jpg";
f[17] = "/images/image17.jpg";
f[18] = "/images/image18.jpg";*/

//var url = f[image];
var url = "http://www.tommasino.org/img/"+image;
a.setAttribute('href', url);
myLightbox.start(a);
}
function closepopoup5xmille() {
	document.getElementById('popup5permille').style.display='none';	
	document.getElementById('container').style.top='0';	
}
function checkformpreventivo() {
	var commento = document.getElementById("commento");
	var email = document.getElementById("email");	
	var alertmsg2 = document.getElementById("alertmsg");	
	if(commento.value.length == 0 || email.value.length == 0) {
		alertmsg2.className='alertvisible';
		return false;
	} else {
		return true;	
	}
}