function OpenConstanta() {
  neo=window.open("./flash/videoconstanta_popup.html","video_constanta","toolbar=no, directories=0, menubar=0, status=0, resize=0, resizable=0, scrollbars=0, height=260, width=360, top=100, left=150");
  neo.focus();
}

function OpenSofia() {
  neo=window.open("./flash/videosofia_popup.html","video_sofia","toolbar=no, directories=0, menubar=0, status=0, resize=0, resizable=0, scrollbars=0, height=260, width=360, top=100, left=150");
  neo.focus();
 }
 
 function OpenCracovie() {
  neo=window.open("./flash/videocracovie_popup.html","video_cracovie","toolbar=no, directories=0, menubar=0, status=0, resize=0, resizable=0, scrollbars=0, height=260, width=360, top=100, left=150");
  neo.focus();
 }
function ouvrir(l, h, url) {
	hauteur=Math.round((screen.availHeight-h)/2);
	largeur=Math.round((screen.availWidth-l)/2);
	window.open(url, "25plusplus", "toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,menubar=0,top="+hauteur+",left="+largeur+",width="+l+",height="+h);
}
function ouvrirVideo(l, h, url) {
	hauteur=Math.round((screen.availHeight-h)/2);
	largeur=Math.round((screen.availWidth-l+800)/2);
	window.open(url, "25plusplus-videos", "toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,menubar=0,top="+hauteur+",left="+largeur+",width="+l+",height="+h);
}