// browser specific
// this is to determine the client browser type and machine type and choose different javascript function file
ns=navigator.appName==("Netscape");
ns4=(ns &&(navigator.appVersion.indexOf("4.")!=-1));
mac=(navigator.appVersion.indexOf("Mac")!=-1);
ie=(navigator.appName.toLowerCase().indexOf("microsoft")>-1);
ie5=(navigator.appVersion.toLowerCase().indexOf("msie 5.")!=-1);
ie6=(navigator.appVersion.toLowerCase().indexOf("msie 6.")!=-1);
ie4=((ie)&&(!ie5)&&(!ie6));ns5=(navigator.vendor==("Netscape6")|| navigator.product==("Gecko"));
if((ns5)||(ie6)||(ie4))ie5=true;
ie5only=((ie5)&&(!ns5)&&(!mac));
(ie5only)? brn="ie":brn="ns";
if((ns5)||((ie5)&&(mac)))brn="ns6";
document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='/script/global/"+brn+".js' TYPE='text/javascript'><\/SCR" + "IPT>");
document.close();
