// JavaScript Document
function OpenExtranet() {
  MM_openBrWindow('https://www.elgazalacom.nat.tn/POLE_EXTRANET/index.jsp','extranet','scrollbars=yes,width=800,height=600');
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}