function offre_formation_diplome(ident1) 
	{
	url1 = "http://www.univ-paris1.fr/ws/ws.php?id=&webservice=&_cmd=getFormation&_oid="+ident1+"&_redirect=voir_presentation_diplome&_lang=fr-FR" ;
    
	options1 = "location=yes, scrollbars=yes,resizable=yes,toolbar=yes,status=yes,menubar=yes,width=900,height=700" ; 
	options1 += ",top=" + String(window.screen.Height/2 - 400) ;
	options1 += ",left=" + String(window.screen.Width/2 - 300) ; var wNleF1 = window.open(url1,"wNleF1",options1);
	return (-1) ; 
	}
    
function offre_formation_ufr(ident2) 
	{
	url2 = "http://www.univ-paris1.fr/ws/ws.php?_cmd=getAllFormations&_redirect=voir_liste_diplome&_debut=0&_pas=1000000&__composante="+ident2+"&_lang=fr-FR&__1=__composante" ;
    
    
	options2 = "location=yes, scrollbars=yes,resizable=yes,toolbar=yes,status=yes,menubar=yes,width=900,height=700" ; 
	options2 += ",top=" + String(window.screen.Height/2 - 400) ;
	options2 += ",left=" + String(window.screen.Width/2 - 300) ; var wNleF2 = window.open(url2,"wNleF2",options2);
	return (-1) ; 
	}
