function popup(page,px,py) {
	// ouvre une fenetre sans barre d'etat, ni d'ascenceur 	
	window.open(page,'popup','width='+px+',height='+py+',toolbar=false,scrollbars=yes');	
}

function popup1() {
        // ouvre une fenetre sans barre d'etat, ni d'ascenceur
	theURL="photo_titre_voir.php";
 	window.open(theURL,'','top=280,left=350,screenx=350,screeny=280,scrollbars=no,width=445,height=405');
}
