/* 

Visual Source Safe (VSS) Keywords Section:

    $Workfile: hierArrays.js $

    $Author: Massoud R.T $
    $Date: 8/30/02 4:30p $
    $Revision: 23 $


About:
	All Links in the array below must be relitive to their 
	parent application Indicated by the last number in each row
	with links in it.  

	The last member of the JavaScript array below, is a number
	with provides a link to the Global Array on every web page 
	called URL_LIST.  The number in the array below points to 
	one of the elements of the URL_LIST array.	
	
	Negitive nine indicates that the URL does not have a parent 
	and that the link is a fully qualified URL. A number between
	1 and 4 points to a member of the URL_LIST Array.

Example HireArrays:

	// Company Main Menu
	arMenu1 = new Array(
	150,
	"73","60",
	"black","white",
	"#cccccc","#ff9900",
	"white","white",
	"Press Center","index.cfm",0,2,
	"Partners","company/partners/index.cfm",0,1,
	"Customers","company/customer_successes/index.cfm",0,1,
	"Events","company/events/index.cfm",0,1,
	"Employment","company/employment/index.cfm",0,1
	)
	
	// e-Services Main Menu
	arMenu6 = new Array(
	150,
	"427","60",
	"black","white",
	"#cccccc","#663366",
	"white","white",
	"miSites","http://www.misites.com/",0,-9,
	"ReportZone","http://www.ReportZone.com/",0,-9,
	"miDirections","http://www.miDirections.com/",0,-9
	)	
	
Example URL_LIST Array Code:

	var URL_LIST = new Array(4);
	URL_LIST[1]="http://liberty.mapinfo.com:6060/";
	URL_LIST[2]="http://trinity.mapinfo.com/presscenter/web/";
	URL_LIST[3]="http://trinity.mapinfo.com/datacatalog/web/";
	URL_LIST[4]="http://trinity.mapinfo.com/products/web/";

See documentation in:
	NAVIGATION.WWW.LINK_PREFIX
	NAVIGATION.WWW.PAGEWRAPPER  
*/

// Design Main Menu
arMenu1 = new Array(
90,
"481","20",
"black","e2f82b",
"#a7c95c","#63841c",
"white","white",
"English","http://www.yantai-jinli.com/home.htm",0,-9,
"中文","http://www.yantai-jinli.com/chinese/home.htm",0,-9
)

