

function popUp(URL, wi, he) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=" + wi + ",height="+ he + ",left = 326,top = 182');");
}

function popUp2(URL, wi, he) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=" + wi + ",height="+ he + ",left = 326,top = 182');");	
}


function popUp3(URL, wi, he) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=" + wi + ",height="+ he + ",left = 326,top = 182');");	
}

function popUpFull(URL) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=" + screen.width + ",height=" + screen.height + "');");
}


function Fermer() { 
	window.close(); 
} 

function agrandir(){
	window.moveTo(0, 0); 
	window.resizeTo(screen.width,screen.height);
} 

function resizeWindows(wi, he){
	window.resizeTo(wi, he);
}
