bNavigatorName = navigator.appName;bNavigatorVer = parseInt(navigator.appVersion);function pu_Open(bUrl, bName, bWidth, bHeight,bScroll){  var viewerpop = window.open(bUrl,bName,'location=no,toolbar=no,directories=no,menubar=no,resizable=no,scrollbars='+bScroll+',status=no,width='+bWidth+',height='+bHeight);  if ( bNavigatorName == "Netscape" && bNavigatorVer >= 3 )    viewerpop.focus();}/************************************************************/function popmini(bUrl){  var viewerpop = window.open(bUrl,'mini','location=no,toolbar=no,directories=no,menubar=no,resizable=no,scrollbars=no,status=no,width=600,height=440');  if ( bNavigatorName == "Netscape" && bNavigatorVer >= 3 )    viewerpop.focus();}/************************************************************/function popreal(bUrl){  var viewerpop = window.open(bUrl,'real','location=no,toolbar=no,directories=no,menubar=no,resizable=no,scrollbars=no,status=no,width=190,height=170');  if ( bNavigatorName == "Netscape" && bNavigatorVer >= 3 )    viewerpop.focus();}/************************************************************/function pu_OpenScroll(bUrl, bName, bWidth, bHeight){  var viewerpop = window.open(bUrl,bName,'location=no,toolbar=no,directories=no,menubar=no,resizable=no,scrollbars=yes,status=no,width='+bWidth+',height='+bHeight);  if ( bNavigatorName == "Netscape" && bNavigatorVer >= 3 )    viewerpop.focus();}/************************************************************/browserName = navigator.appName;browserVer = parseInt(navigator.appVersion);focusVer = ( browserName == "Netscape" && browserVer >= 3 ) ? 1 : 0;function civiewer(url) {        var civiewerpop = window.open (url,'civiewer','location=yes,toolbar=yes,directories=no,menubar=yes,resizable=yes,scrollbars=yes,status=yes,width=640,height=480');        if ( focusVer )                { civiewerpop.focus(); }}/************************************************************/function pop_php(bUrl, bName, bWidth, bHeight){  var viewerpop = window.open(bUrl,bName,'location=no,toolbar=no,directories=no,menubar=no,resizable=no,scrollbars=auto,status=no,width='+bWidth+',height='+bHeight);  if ( bNavigatorName == "Netscape" && bNavigatorVer >= 3 )    viewerpop.focus();}/************************************************************/function win(url,name) {        var winurl=window.open(url, name, 'toolbar=no,status=no,width=600,height=400,scrolling=no,scrollbars=no');        winurl.focus();}/*************************************************************/function PopupCentrer(page,largeur,hauteur,options) {  var top=(screen.height-hauteur)/2;  var left=(screen.width-largeur)/2;  window.open(page,"","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);}