function pop_annonce(adNumber){strURL = "http://perso.mixad.com/pa/annonce/annonce_detail.asp?NUM=" + adNumber + "&provenance=consultation&TCKID=AFF4488"; strName = "detail" + adNumber; strConfig = "location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,height=600,width=550,status=yes"; windowPopupAnnonce = window.open(strURL,strName,strConfig);}function helppage(help_reference){strURL = "http://perso.mixad.com/system/aide/aide.asp?R=" + help_reference;strName = "aide";strConfig = "toolbar=no,location=no,status=no,scrollbars=yes,resizable=yes,width=400,height=300";windowHelpPage = window.open(strURL,strName,strConfig);}