function popup(adresa, windowW, windowH) {

	windowX = screen.width/2-windowW/2;  
	windowY = screen.height/2-windowH/2; 
	     
        var EB = window.open(adresa,"lp","width="+windowW+", height="+windowH+", fullscreen=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=0", true)

	EB.resizeTo(windowW, windowH);    
	EB.moveTo(windowX,windowY)
	EB.focus() 
}

var menuleft=[];


// preloader
function loadImage(sFilename) {
	var img = new Image();
	//img.src ="/nom du répertoire/" + sFilename;
	img.src =sFilename;
	return img;
}

// swapper l'image
function swapImage(imgName, sFilename) {
	document.images[imgName].src = sFilename;
}

function mov_DoFSCommand(command, args){
      if (command=="getlg") {
         document.mov.SetVariable("_level0.lg",lg_a);
      }      
}

function zoom(titlu, nume) {
	window.open(zepath+'zoom.php?titlu='+titlu+'&pic='+nume,'','width=500,height=500,scrollbars=yes,resizable=yes,titlebar=0,top=100,left=100')
}

