function popup(theurl,larghezza,altezza,tipo){

var winl = (screen.width-200)/ 2;
var wint = (screen.height-360)/ 2;

			var parametri;
			var largezza;
			var altezza;
			parametri="addressbar=no,menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,width=" + larghezza + ",height=" + altezza +",top=" +wint+ ",left= "+winl+"";
			popWindow=window.open(theurl,'popup',parametri,tipo);
			
}


function slideshow(theurl,larghezza,altezza, selected){
			var parametri;
			var largezza;
			var altezza;
			
			var winlm = (screen.width - 600) / 2;
			var wintm = (screen.height - 480) / 2;
			
			parametri='toolbar=no,location=no,directories=no,status=yes,scrollbars=yes,resizable=yes,top='+wintm+',left='+winlm+',width='+ larghezza + ',height=' + altezza;
			popWindow=window.open(theurl,'popup',parametri);
			window.selezione=selected;
}


function check(){
	if (document.controlla.search.value.length < 4){
		alert('Attenzione! per effettuare la ricerca è necessario inserire almeno 4 caratteri');
		return false;
	}
	else {
			document.controlla.submit();
			return true;
	}
}	


function popvideo(quale,url){
// per i popup large
	var winl = (screen.width - 740) / 2;
	var wint = (screen.height - 620) / 2;

// per i popups small
	var winls = (screen.width - 428) / 2;
	var wints = (screen.height - 460) / 2;
	
// per i popups medium
	var winlm = (screen.width - 600) / 2;
	var wintm = (screen.height - 451) / 2;
	
// per i popups medium verticali
	var winlm_v = (screen.width - 376) / 2;
	var wintm_v = (screen.height - 500) / 2;
		
	//url = '/redir.aspx?url=' + escape(url);
	//url = '/redir.aspx?url=' + url;

	switch (quale){
		
		case "TGItaBN":
			window.open(url,'TGItaBN','width=640,height=520,scrollbars=yes,resizable=no,status=no,top='+wint+',left='+winlm+'');
		break;
		
		case "TGItaBL":
			window.open(url,'TGItaBL','width=640,height=520,scrollbars=no,resizable=no,status=no,top='+wint+',left='+winlm+'');
		break;
		
		case "TGEuBN":
			window.open(url,'TGEuBN','width=600,height=451,scrollbars=no,resizable=no,status=no,top='+wintm+',left='+winlm+'');
		break;
		
		case "TGEuBN_vert":
			window.open(url,'TGEuBN_vert','width=376,height=500,scrollbars=no,resizable=no,status=no,top='+wintm_v+',left='+winlm_v+'');
		break;
		
		case "TGEuBL":
			window.open(url,'TGEuBL','width=428,height=460,scrollbars=no,resizable=no,status=no,top='+wints+',left='+winls+'');
		break;
		
		case "TGWEItaBN":
			window.open(url,'TGWEItaBN','width=320,height=280,scrollbars=no,resizable=no,status=no,top='+wints+',left='+winls+'');
		break;		

		case "TGWEItaBL":
			window.open(url,'TGWEItaBL','width=640,height=520,scrollbars=no,resizable=no,status=no,top='+wint+',left='+winlm+'');
		break;		
		
		case "TGWEEuBN":
			window.open(url,'TGWEEuBN','width=320,height=280,scrollbars=no,resizable=no,status=no,top='+wints+',left='+winls+'');
		break;				
		
		case "TGWEEuBL":
			window.open(url,'TGWEEuBL','width=640,height=520,scrollbars=no,resizable=no,status=no,top='+wint+',left='+winlm+'');
		break;						
		
		case "Prev_Ita":
			window.open(url,'Prev_Ita','width=770,height=550,scrollbars=no,resizable=no,status=no,top='+wint+',left='+winl+'');
		break;
		
		case "Prev_Eur":
			window.open(url,'Prev_Eur','width=770,height=550,scrollbars=no,resizable=no,status=no,top='+wint+',left='+winl+'');
		break;										
		
		case "Prev_Mon":
			window.open(url,'Prev_Mon','width=770,height=550,scrollbars=no,resizable=no,status=no,top='+wint+',left='+winl+'');
		break;												
		
		case "Loc_Tur":
			window.open(url,'Loc_Tur','width=770,height=550,scrollbars=no,resizable=no,status=no,top='+wint+',left='+winl+'');
		break;														
	}

}
