
function popup(page) {
	//var top=(screen.height-hauteur)/2;
	//var left=(screen.width-largeur)/2;
	window.open(page,"","top=30,left=30,width=10,height=10,toolbar=0, location=0, directories=0, status=0, scrollbars=1, resizable=0, copyhistory=0, menuBar=0");
}

function resizeWindow(w, h){
	parent.window.resizeTo(w,h);
}
