<!--//

// ****** PARAMETRAGE DU NOM DU COMPTE ******
        
var adm_compte = "dip";

// ******************************************

function adm_mod() {
if(document.all) { 
    if(event.ctrlKey)
        if((event.keyCode == 13)) {
            admisite_web=window.open("http://phenix.admisite.itnetwork.fr/modifier_prepa.php?from_web=1&repe="+ self.location.href +"&icompte=" + adm_compte,"admisite_web2","status=1,width=790,height=570,resizable=1,scrollbars=0,menubar=0,top=10,left=10");
            admisite_web.focus();
        }
    }
} 
 
 /*
 function netscapeKeyPress(e)
 { 
  alert('La touche utilisé a pour code : ' + e.which); 
 }

 alert(navigator.appName);
 
 if (navigator.appName == 'Netscape')
 { 
  window.captureEvents(Event.KEYPRESS); 
  window.onKeyPress = netscapeKeyPress; 
 } 
*/

//-->

