 	menuObjCount = 0;
        menus = new Array();
	docObj = document;

	function insertMenusArrayObj(menusArrayObj){
		menuObjCount++;
		menus[menuObjCount] = menusArrayObj;
	}

	function realizeMenuObjs(){
		menuObjs = "<script language=javascript>";
		for(i = 1; i < menus.length; i++){
			menuObjs += " menu"+i+" = menus["+i+"];";
		}
		menuObjs += "<\/script>";
		docObj.write(menuObjs);
	}
	
	effect = "";

	timegap = 1000
	followspeed = 5
	followrate = 40
	suboffset_top = 5;
	suboffset_left = 5;
	closeOnClick = true

	mStyle = [
	"003366",
	"ffdd00",
	"003366",
	"ffee00",
	"ffffff",
	12,
	"normal",
	"bold",
	"Arial, Helvetica, Tahoma, Verdana",
	5,
	,
	,
	"ffff00",
	"ffff00",
	"b0b0b0",
	"ffdd00",
	,
	"ffffff",
	"ffdd00",
	"ffffff",	
	];

	insertMenusArrayObj(menu = [
	"mainM",
	62,
	9,
	104,
	1,
	"",
	mStyle,
	1,
	"center",
	effect,
	,
	1,
 	,
	,
	,
	,
	,
	,
	,
	,
	,
	,'Home','/welcome.htm target=detail','',' Home @ McCord Machinery',1
	,'New Machinery','/cgi-bin/new.cgi target=detail','',' Currently Stocked New Machinery @ McCord Machinery',1
	,'Used Machinery','/cgi-bin/used.cgi target=detail','',' Currently Stocked Used Machinery @ McCord Machinery',1
	,'Special Offers','/cgi-bin/offers.cgi target=detail','',' Currently Stocked Special Offers @ McCord Machinery',1
	,'News / Events','/cgi-bin/events.cgi target=detail','',' Latest News & Events @ McCord Machinery',1
	,'Contact Us','show-menu=viewmap','/contact.htm target=detail',' How To Contact Us @ McCord Machinery',1
	]);	

        insertMenusArrayObj(menu = [
	"viewmap",
	62,
	640,
	104,
	1,
	"",
	mStyle,
	,
	"center",
	effect,
	,
	1,
 	,
	,
	,
	,
	,
	,
	,
	,
	,
	,'View Map','/map.htm target=detail','',' How To Find Us @ McCord Machinery',1
	]);

	realizeMenuObjs();