/* pop up choix profession pour offres*/
/*---------------------------------------------*/

function popupprof() {
hauteur=110;
largeur=250;
var winl = (screen.width - largeur) / 2;1
var wint = (screen.height - hauteur) / 2;
winprops = 
'height='+hauteur+',width='+largeur+',top='+wint+',left='+winl+',status=no, directories=no, toolbar=no, location=no, menubar=no, scrollbars=no, resizable=no'
win = window.open('architecture/choix_prof.asp?id=1&prof=1', 'ChoixProfession', winprops)
}