<!--
/*
 File		: engcss.js

 Purpose    : Store language dependent global variables
 
 Functions  : 

 Modification History :
 Version    Date            By              Description
 -----------------------------------------------------------------------
 1st        2002-05-13     Vivian Au        First Version
 2nd        2002-03-26     Annie Wong       for Hex roll out
 -----------------------------------------------------------------------
*/

var curLang = 'en';


/*
//determine the image paths and urls if relative path is used
if (thisSection == 'tn_hm') {
    thisPath = '';
} else {
    thisPath = '../';
}*/
thisPath = '/en/'

var flashUrls = new Object;
    flashUrls['argreement'] = thisPath + "";
    flashUrls['here'] = thisPath + "";

    flashUrls['guide'] = thisPath + "guides/default.htm";
    flashUrls['calculators'] = thisPath + "calculators/default.htm";
    flashUrls['form'] = thisPath + "forms/default.htm";

    flashUrls['scd'] = thisPath + "superlink/default.htm";
    flashUrls['dest'] = thisPath + "superlink/destinations.htm";
    flashUrls['network'] = thisPath + "superlink/intermodal.htm";
    flashUrls['sch'] = thisPath + "superlink/schedules.htm";

    flashUrls['lss'] = thisPath + "logistics/default.htm";
    flashUrls['relabel'] = thisPath + "logistics/relabel.htm";
    flashUrls['phy'] = thisPath + "logistics/handling.htm";
    flashUrls['ds'] = thisPath + "logistics/delivery.htm";
    flashUrls['export'] = thisPath + "logistics/consolidation.htm";
    flashUrls['ecss'] = thisPath + "logistics/security.htm";
    flashUrls['is'] = thisPath + "logistics/infoservice.htm";

    flashUrls['airport'] = thisPath + "airportdirect/default.htm";

    // flashUrls['mem'] = "https://www.hacis.com/webapp/Superlink/index.jsp";
    flashUrls['mem'] = "https://www.hacis.com/en/membership/default.htm";
    flashUrls['demo'] = thisPath + "membership/demo.htm";
    flashUrls['pwd'] = thisPath + "membership/forgotpwd.htm";
    flashUrls['agree'] = "pop";

    // flashUrls['cargo'] = thisPath + "tracking/default.htm";
    flashUrls['cargo'] = "/cgi-bin/locate1.pl?content=/ebiz/hactel.htm";

    //newly added for membership demo links
    flashUrls['cpan'] = thisPath + "membership/cargoSummary.htm";
    flashUrls['ducr'] = thisPath + "membership/display.htm";
    flashUrls['mcil'] = thisPath + "membership/monitor.htm";
    flashUrls['crsi'] = thisPath + "membership/create.htm";

    var popUrls = new Object;
    popUrls['agree'] = new Array('bigpop', thisPath + 'membership/agreement.htm', '526', '462', true);
    
    var popMsg = new Object;
    popMsg['dlbrowser'] = "To access the full range of Hacis.com membership services, you will need to download 5.5 Internet Explorer or above, or Netscape 4.76 or above.";
    popMsg['dlflash'] = "To get the best out of the Hacis.com site, you will need to download the latest version of Macromedia Flash. Downloading will only take a few minutes.";
    popMsg['addBookmark'] = "Please hit ctrl-d to bookmark this page.";

//the values for variables pc and ns are set in common.js
if (pc && ns) document.writeln("<LINK REL='stylesheet' TYPE='text/css' HREF='" + thisPath + "css/english_net.css'>");
else if (ns && !pc) document.writeln("<LINK REL='stylesheet' TYPE='text/css' HREF='" + thisPath + "css/english_macnet.css'>");
else document.writeln("<LINK REL='stylesheet' TYPE='text/css' HREF='" + thisPath + "css/english_ie.css'>");

//-->
