function open_link(param) {//Apertura del link nel sito dotta viaggi
  var x = (window.screen.width / 2) - 380;
  var y = (window.screen.height / 2) - 250;
  var win = window.open ("intestazione.asp?path=" + param, "_blank", "left=" + x + "; top=" + y +"; width=780; height=420; menubar=0; location=0; scrollbars=1; resizable=1");
 }

function bvcervicesposi(path) {
		 var win = window.open(path,"Program","width=430, height=420, menubar=0, scrollbars=1, resizable=0");
		 win.focus();		 	
}

function bvcervicecard(path) {
		 var win = window.open(path,"Program","width=610, height=400, menubar=0, scrollbars=0, resizable=0");
		 win.focus();		 	
}

function bvpattochiaro(path) {
		 var win = window.open(path,"Program","width=610, height=495, menubar=0, scrollbars=0, resizable=0");
		 win.focus();		 	
}
