menunum=0;menus=new Array();_d=document;function
addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}


////////////////////////////////////
// Editable properties START here //
////////////////////////////////////


timegap=100					// The time delay for menus to remain visible
followspeed=5				// Follow Scrolling speed
followrate=40				// Follow Scrolling Rate
suboffset_top=3;			// Sub menu offset Top position 
suboffset_left=15;			// Sub menu offset Left position


style1=[					// Menu Properties Array
"FFFFFF",					// Off Font Color
"006363",					// Off Back Color
"FFFFFF",					// On Font Color
"034246",					// On Back Color
"013434",					// Border Color
11,							// Font Size
"normal",					// Font Style
"normal",					// Font Weight
"Trebuchet MS",					// Font
3,							// Padding
"/images/arrow_r.gif",	// SubMenu Image
0,						// 3D Border & Separator
"ffffff",					// 3D High Color
"000000"					// 3D Low Color
]

xVar = 395
xyAdd = 105
yVar = 43

addmenu(menu=["product",yVar,xVar,130,1,"",style1,,,,,,,,,,,,,,,
,"Travelwares","/productLTravelwares.htm",,,1
,"Business / Briefcases","/productLBriefcases.htm",,,1
,"Ladies / Handbags","/productLHandbags.htm",,,1
,"Small Leather Goods / Wallets","/productLWallets.htm",,,1
,"Belts","/productLBelts.htm",,,1
])


dumpmenus() // This must be the last line in this file