// Array Declaration
menuItem = new Array()
for (i=0; i < 10; i++) {
	menuItem[i] = new Array(30)
	for (j=0; j < 30; j++) {
		menuItem[i][j] = new Array(2)}}

// Learn1Layer
menuItem[0][0][0]="About Ilios";
menuItem[0][0][1]="/about/index.asp";
menuItem[0][1][0]="Company Ethos";
menuItem[0][1][1]="/about/ethos.asp";
menuItem[0][2][0]="Management&nbsp;Team";
menuItem[0][2][1]="/about/mgmt.asp";
menuItem[0][3][0]="Surveillance&nbsp;History";
menuItem[0][3][1]="/about/sh.asp";

// Solve1Layer
menuItem[1][0][0]="Surveillance";
menuItem[1][0][1]="/services/index.asp";
menuItem[1][1][0]="IRNavigator";
menuItem[1][1][1]="/irNav/index.asp";
menuItem[1][2][0]="Hot&nbsp;Targets";
menuItem[1][2][1]="/HotTargets/index.asp";
//menuItem[1][2][1]="/services/index.asp";

// Focus1Layer
menuItem[2][0][0]="Ilios Clients";
menuItem[2][0][1]="/clients/index.asp";
menuItem[2][1][0]="Client Sectors";
menuItem[2][1][1]="/clients/sectors.asp";
//menuItem[2][3][0]="Misc.";
//menuItem[2][3][1]="3&fn=temporary_living.html";

// Deliver1Layer
menuItem[3][0][0]="Contact Data";
menuItem[3][0][1]="/contact/index.asp";
menuItem[3][1][0]="Request Form";
menuItem[3][1][1]="/contact/request.asp";
menuItem[3][2][0]="Your Privacy";
menuItem[3][2][1]="/privacy/index.asp";
//menuItem[3][2][0]="Testimonials";
//menuItem[3][2][1]="4&fn=personal_wishlist.html";

// Inform1Layer
menuItem[4][0][0]="Articles";
menuItem[4][0][1]="5&fn=choose_agent.html";
menuItem[4][1][0]="Case Studies";
menuItem[4][1][1]="5&fn=pricing_home.html";
menuItem[4][2][0]="Events";
menuItem[4][2][1]="5&fn=prep_house.html";
menuItem[4][3][0]="Research";
menuItem[4][3][1]="5&fn=home_marketing.html";
menuItem[4][4][0]="Statistics";
menuItem[4][4][1]="5&fn=negotiation_sell.html";
menuItem[4][5][0]="Other";
menuItem[4][5][1]="3&fn=temporary_living.html";

// Connect1Layer
menuItem[5][0][0]="Contact Information";
menuItem[5][0][1]="6&fn=pro_movers.html";
menuItem[5][1][0]="E-mail";
menuItem[5][1][1]="6&fn=pro_movers.html";


// Postmove1Layer
//menuItem[6][0][0]="Odds";
//menuItem[6][0][1]="7&fn=unpacking_tips.html";
//menuItem[6][1][0]="Ends";
//menuItem[6][1][1]="7&fn=unpack_first.html";
//menuItem[6][2][0]="Reasons";
//menuItem[6][2][1]="7&fn=fire_safety.html";
//menuItem[6][3][0]="More";
//menuItem[6][3][1]="7&fn=child_proofing.html";


// Style1Layer
//menuItem[7][0][0]="Pets";
//menuItem[7][0][1]="8&fn=find_hospitals.html";
//menuItem[7][1][0]="Death";
//menuItem[7][1][1]="8&fn=find_doctors.html";
//menuItem[7][2][0]="Disgusting";
//menuItem[7][2][1]="8&fn=child_assistance.html";
//menuItem[7][3][0]="Sick and Wrong";
//menuItem[7][3][1]="8&fn=senior_assistance.html";
//menuItem[7][4][0]="The Rest";
//menuItem[7][4][1]="8&fn=health_care.html";
