function fullpopup(page,nom) {
	window.open(page,nom,"top=0,left=0,width="+screen.width+",height="+screen.height);
}