var menuItems = new Array();
menuItems[1]="Home";
menuItems[2]="<strong>Second Hand White Goods</strong>";
menuItems[3]="<strong>Factory Second White Goods</strong>";
menuItems[4]="<strong>Brand New </strong>";
menuItems[5]="<strong>Service & Repair</strong>";
menuItems[6]="<strong>FAQ</strong>";
menuItems[7]="<strong>Contact Us</strong>";

var menuItemsLink = new Array();
menuItemsLink[1]="http://www.fridgefactory.com.au/";
menuItemsLink[2]="http://www.fridgefactory.com.au/secondhand/";
menuItemsLink[3]="http://www.fridgefactory.com.au/factoryseconds/";
menuItemsLink[4]="http://www.fridgefactory.com.au/new/";
menuItemsLink[5]="http://www.fridgefactory.com.au/service.htm";
menuItemsLink[6]="http://www.fridgefactory.com.au/faq.htm";
menuItemsLink[7]="http://www.fridgefactory.com.au/contactus.htm";

var menuItemsSubLayer = new Array();
menuItemsSubLayer[1] ='';
menuItemsSubLayer[2] ='2';
menuItemsSubLayer[3] ='';
menuItemsSubLayer[4] ='';
menuItemsSubLayer[5] ='';
menuItemsSubLayer[6] ='';
menuItemsSubLayer[7] ='';

var menuItemsWidth = new Array();
menuItemsWidth[1]=100;
menuItemsWidth[2]=175;
menuItemsWidth[3]=175;
menuItemsWidth[4]=100;
menuItemsWidth[5]=125;
menuItemsWidth[6]=70;
menuItemsWidth[7]=100;

var menuItemsLeft = new Array();
menuItemsLeft[1] = 0;
menuItemsLeft[2] = menuItemsLeft[1] + menuItemsWidth[1]+6;
menuItemsLeft[3] = menuItemsLeft[2] + menuItemsWidth[2]+5;
menuItemsLeft[4] = menuItemsLeft[3] + menuItemsWidth[3]+5;
menuItemsLeft[5] = menuItemsLeft[4] + menuItemsWidth[4]+5;
menuItemsLeft[6] = menuItemsLeft[5] + menuItemsWidth[5]+5;
menuItemsLeft[7] = menuItemsLeft[6] + menuItemsWidth[6]+5;

Layer = new Array();
var layerCounter = 1;
var theSubMenu = new Array();
var dependsOn = new Array();
var theSubMenuCounter = 0;

Layer[layerCounter] = new LayerSpecs(menuItemsLeft[2],1,165,'2',
"http://www.fridgefactory.com.au/secondhand/fridgesfreezers.htm",'Show(2)', "Fridges Freezers",
"http://www.fridgefactory.com.au/secondhand/washingmachines.htm",'Show(2)', "Washing Machines",
"http://www.fridgefactory.com.au/secondhand/clothesdryers.htm", 'Show(2)',"Clothes Dryers",
"http://www.fridgefactory.com.au/secondhand/stovesovens.htm", 'Show(2)',"Stoves Ovens Microwaves",
"http://www.fridgefactory.com.au/secondhand/dishwashers.htm", 'Show(2)',"Dishwashers"
);
Layer[layerCounter] = new LayerSpecs(menuItemsLeft[3],1,165,'3',
"http://fridgefactory.com.au/factoryseconds/fridge.htm",'Show(3)', "Fridges",
"http://fridgefactory.com.au/factoryseconds/wash.htm",'Show(3)', "Washing Machines",
"http://fridgefactory.com.au/factoryseconds/dryer.htm", 'Show(3)',"Clothes Dryers",
"http://fridgefactory.com.au/factoryseconds/dishwasher.htm", 'Show(3)',"Dishwashers",
"http://fridgefactory.com.au/factoryseconds/others.htm", 'Show(3)',"Other Whitegoods"
);
Layer[layerCounter] = new LayerSpecs(menuItemsLeft[4],1,135,'4',
"http://fridgefactory.com.au/new/fridge.htm",'Show(4)', "Fridges",
"http://fridgefactory.com.au/new/wash.htm",'Show(4)', "Washing Machines",
"http://fridgefactory.com.au/new/dryer.htm", 'Show(4)',"Clothes Dryers",
"http://fridgefactory.com.au/new/Dishwasher.htm", 'Show(4)',"Dishwashers",
"http://fridgefactory.com.au/new/others.htm", 'Show(4)',"Other Whitegoods"
);
