function activeMap(lg){ var xDispo = screen.availWidth; var yDispo = screen.availHeight; //alert (xDispo); //alert (yDispo); ppupLeftPos = Math.round((xDispo / 2) - 150); ppupTopPos = Math.round((yDispo / 2) - 200); //alert (ppupLeftPos); //alert (ppupTopPos); if(lg=="en"){ newVideoPopup=window.open('/pls/portal/url/PAGE/OPERATION_DENEIGEMENT_EN/rep_carte_dynamique/map','name','height=600,width=800,left='+ppupLeftPos+',top='+ppupTopPos+',resizable=no,scrollbars=no,toolbar=no,status=yes'); }else{ newVideoPopup=window.open('/pls/portal/url/PAGE/OPERATION_DENEIGEMENT_FR/rep_carte_dynamique/carte','name','height=600,width=800,left='+ppupLeftPos+',top='+ppupTopPos+',resizable=no,scrollbars=no,toolbar=no,status=yes'); }; }; function affichage_popup(nom_de_la_page, nom_interne_de_la_fenetre) { window.open(nom_de_la_page, nom_interne_de_la_fenetre, config='height=600, width=800, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no, status=no'); }