﻿<!--
/*
 File		: indmenu.js

 Purpose    : Generate the options for the pull down menu in Industry directories' pages
 
 Functions  : 

 Modification History :
 Version    Date	    By		    Description
 -----------------------------------------------------------------------
 1st	    2002-05-30	  Vivian Au	   First Version
 -----------------------------------------------------------------------
*/

var indValArr = new Array();
var indLinkArr = new Array();

var c = 0;

indValArr[c] = "More Industry Directories";
indLinkArr[c++] = "";

indValArr[c] = "---------------------------------------------";
indLinkArr[c++] = "";

<!--MCS request to redirect Airline Directory (airdir.htm) to Our Customer (ourcust.htm) on 30/5/2006 by Gibson Ip APP/828-->
indValArr[c] = " - Airline Directory";
indLinkArr[c++] = "/en/about/ourcust.htm";

indValArr[c] = " - Freight Forwarder Directory";
indLinkArr[c++] = "/webapp/hactlpbf/pbfcontroller/HDCFDPS1?language=en&country=US";

indValArr[c] = " - Departments & Organisation Directory";
indLinkArr[c++] = "/en/industrydir/deptdir.htm";

indValArr[c] = " - International Airport Directory";
indLinkArr[c++] = "/en/industrydir/airportdir.htm";


//-->
