 /***********************************************
*	(c) Ger Versluis 2000 version 13.20 October 12, 2005    *
*	You may use this script on non commercial sites.	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *		
************************************************/
	var NoOffFirstLineMenus=7;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="#9AABE9";			// Background color when mouse is not over
	var HighBgColor="#CAD5FF";			// Background color when mouse is over
	var FontLowColor="black";			// Font color when mouse is not over
	var FontHighColor="black";			// Font color when mouse is over
	var BorderColor="black";			// Border color
	var BorderWidthMain=0;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=0;			// Borderwidth between elements
	var BorderBtwnSub=1;			// Borderwidth between elements sub items
	var FontFamily="arial";			// Font family menu items
	var FontSize=11;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered="center";		// Item text position left, center or right
	var MenuCentered="center";			// Menu horizontal position can be: left, center, right
	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=0;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=113;				// Menu offset x coordinate. If StartTop is between 0 and 1 StartTop is calculated as part of windowheight
	var StartLeft=-90;				// Menu offset y coordinate. If StartLeft is between 0 and 1 StartLeft is calculated as part of windowheight
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var DistFrmFrameBrdr=0;			// Distance between main menu and frame border
	var LeftPaddng=0;				// Left padding
	var TopPaddng=0;			// Top padding. If set to -1 text is vertically centered
	var FirstLineHorizontal=1;			// Number defines to which level the menu must unfold horizontal; 0 is all vertical
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=750;			// delay before menu folds in
	var UnfoldDelay=0;			// delay before sub unfolds	
	var TakeOverBgColor=0;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="";				// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";				// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=[BaseHref+"/Merchant2/MenuGraphics/tri.gif",5,10,BaseHref+"/Merchant2/MenuGraphics/tridown.gif",10,5,BaseHref+"/Merchant2/MenuGraphics/trileft.gif",5,10,BaseHref+"/Merchant2/MenuGraphics/triup.gif",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1
	var OverFormElements=0;			// Set this to 0 when the menu does not need to cover form elements.
	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
	var BuildOnDemand=1;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=0;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var MenuShadow="";	

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=93)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("rollover?"+BaseHref+"/Merchant2/MenuGraphics/sales.gif?"+BaseHref+"/Merchant2/MenuGraphics/sales.gif","","",16,41,63,"","","","","","",-1,-1,-1,"","");
	Menu1_1=new Array("Featured Products","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=FP","",0,20,150,"","","D22C1C","D22C1C","","",-1,-1,-1,"","");
	Menu1_2=new Array("Wireless Microphones","","",5,20,150,"","","","","","",-1,-1,-1,"","");
		Menu1_2_1=new Array("Lectrosonics Wireless","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=LS","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu1_2_2=new Array("Lectrosonics Accessories","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=LA","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu1_2_3=new Array("Sennheiser Wireless","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=S1","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu1_2_4=new Array("Sennheiser Accessories","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=A1","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu1_2_5=new Array("Shure Wireless","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=SHW","",0,20,150,"","","","","","",-1,-1,-1,"","");
	Menu1_3=new Array("Wired Microphones","","",4,20,150,"","","","","","",-1,-1,-1,"","");
		Menu1_3_1=new Array("Handheld Mics","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=H","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu1_3_2=new Array("Lavalier Mics","","",6,20,150,"","","","","","",-1,-1,-1,"","");
			Menu1_3_2_1=new Array("Countryman","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=C","",0,20,150,"","","","","","",-1,-1,-1,"","");
			Menu1_3_2_2=new Array("DPA","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=DPA","",0,20,150,"","","","","","",-1,-1,-1,"","");
			Menu1_3_2_3=new Array("Sanken","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=S4","",0,20,150,"","","","","","",-1,-1,-1,"","");
			Menu1_3_2_4=new Array("Sennheiser","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=S5","",0,20,150,"","","","","","",-1,-1,-1,"","");
			Menu1_3_2_5=new Array("Sony","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=S3","",0,20,150,"","","","","","",-1,-1,-1,"","");
			Menu1_3_2_6=new Array("Tram","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=T","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu1_3_3=new Array("Shotgun Mics","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=S2","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu1_3_4=new Array("Accessories","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=A2","",5,20,150,"","","","","","",-1,-1,-1,"","");
			Menu1_3_4_1=new Array("Mic Clips","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=MCLIP","",0,20,150,"","","","","","",-1,-1,-1,"","");
			Menu1_3_4_2=new Array("Shockmounts","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=SMOUNT","",0,20,150,"","","","","","",-1,-1,-1,"","");
			Menu1_3_4_3=new Array("Windscreens","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=WS","",0,20,150,"","","","","","",-1,-1,-1,"","");
			Menu1_3_4_4=new Array("Zeppelins","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=ZP","",0,20,150,"","","","","","",-1,-1,-1,"","");
			Menu1_3_4_5=new Array("XLR Cables","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=C1","",0,20,150,"","","","","","",-1,-1,-1,"","");
	Menu1_4=new Array("Digital Audio Recorders","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=R","",0,20,150,"","","","","","",-1,-1,-1,"","");
	Menu1_5=new Array("Audio Mixers","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=M","",0,20,150,"","","","","","",-1,-1,-1,"","");
	Menu1_6=new Array("Boompoles","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=BP","",0,20,150,"","","","","","",-1,-1,-1,"","");
	Menu1_7=new Array("Headphones","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=H1","",0,20,150,"","","","","","",-1,-1,-1,"","");
	Menu1_8=new Array("Speakers","","",1,20,150,"","","","","","",-1,-1,-1,"","");
		Menu1_8_1=new Array("Portable Speakers","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=PSPK","",0,20,150,"","","","","","",-1,-1,-1,"","");
	Menu1_9=new Array("Video","","",5,20,150,"","","","","","",-1,-1,-1,"","");
		Menu1_9_1=new Array("Cameras","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=C2","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu1_9_2=new Array("Tripods","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=TRI","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu1_9_3=new Array("Video Decks","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=V1","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu1_9_4=new Array("Video Monitors","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=M1","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu1_9_5=new Array("Video Mixers","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=VMIX","",0,20,150,"","","","","","",-1,-1,-1,"","");
	Menu1_10=new Array("Communication","","",4,20,150,"","","","","","",-1,-1,-1,"","");	
		Menu1_10_1=new Array("Intercom","","",3,20,150,"","","","","","",-1,-1,-1,"","");
			Menu1_10_1_1=new Array("Wireless Intercom","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=W1","",0,20,150,"","","","","","",-1,-1,-1,"","");
			Menu1_10_1_2=new Array("Hardwired Intercom","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=W","",0,20,150,"","","","","","",-1,-1,-1,"","");
			Menu1_10_1_3=new Array("Headsets","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=H2","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu1_10_2=new Array("Wireless IFB","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=IFB","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu1_10_3=new Array("Telex IFB Parts","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=I","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu1_10_4=new Array("Telephone Interface","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=TI","",0,20,150,"","","","","","",-1,-1,-1,"","");
	Menu1_11=new Array("Power","","",3,20,150,"","","","","","",-1,-1,-1,"","");
		Menu1_11_1=new Array("Batteries","","",3,20,150,"","","","","","",-1,-1,-1,"","");
			Menu1_11_1_1=new Array("Anton Bauer","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=AB","",0,20,150,"","","","","","",-1,-1,-1,"","");
			Menu1_11_1_2=new Array("IDX","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=IDXB","",0,20,150,"","","","","","",-1,-1,-1,"","");
			Menu1_11_1_3=new Array("iPower","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=IP","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu1_11_2=new Array("Chargers","","",2,20,150,"","","","","","",-1,-1,-1,"","");
			Menu1_11_2_1=new Array("Anton Bauer","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=CH","",0,20,150,"","","","","","",-1,-1,-1,"","");
			Menu1_11_2_2=new Array("IDX","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=IDXC","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu1_11_3=new Array("Power Accessories","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=PA","",0,20,150,"","","","","","",-1,-1,-1,"","");
	Menu1_12=new Array("Lighting","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=L2","",0,20,150,"","","","","","",-1,-1,-1,"","");
	Menu1_13=new Array("Cases and Bags","","",2,20,150,"","","","","","",-1,-1,-1,"","");
		Menu1_13_1=new Array("Hard Cases","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=P1","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu1_13_2=new Array("PortaBrace Bags","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=P","",0,20,150,"","","","","","",-1,-1,-1,"","");
	Menu1_14=new Array("Expendable Batteries","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=B","",0,20,150,"","","","","","",-1,-1,-1,"","");
	Menu1_15=new Array("Used Products","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=UP","",0,20,150,"","","","","","",-1,-1,-1,"","");
	Menu1_16=new Array("-Sales Policies-","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=SPOL","",0,20,150,"","","","","","",-1,-1,-1,"","");

Menu2=new Array("rollover?"+BaseHref+"/Merchant2/MenuGraphics/rentals.gif?"+BaseHref+"/Merchant2/MenuGraphics/rentals.gif","","",9,41,72,"","","","","","",-1,-1,-1,"","");
	Menu2_1=new Array("New in Rentals","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RNE","",0,20,150,"","","D22C1C","D22C1C","","",-1,-1,-1,"","");
	Menu2_2=new Array("Audio","","",6,20,150,"","","","","","",-1,-1,-1,"","");
		Menu2_2_1=new Array("Wireless Microphones","","",2,20,150,"","","","","","",-1,-1,-1,"","");
			Menu2_2_1_1=new Array("Rackmount Systems","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RAWSS","",0,20,150,"","","","","","",-1,-1,-1,"","");
			Menu2_2_1_2=new Array("Portable Systems","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RAWSP","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu2_2_2=new Array("Wired Microphones","","",5,20,150,"","","","","","",-1,-1,-1,"","");
			Menu2_2_2_1=new Array("Condenser Mics","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RAWDC","",0,20,150,"","","","","","",-1,-1,-1,"","");
			Menu2_2_2_2=new Array("Dynamic Mics","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RAWDD","",0,20,150,"","","","","","",-1,-1,-1,"","");
			Menu2_2_2_3=new Array("Headset Mics","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RAWDH","",0,20,150,"","","","","","",-1,-1,-1,"","");
			Menu2_2_2_4=new Array("Lavalier Mics","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RAWDL","",0,20,150,"","","","","","",-1,-1,-1,"","");
			Menu2_2_2_5=new Array("Mic Accessories","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RAWDA","",0,20,150,"","","","","","",-1,-1,-1,"","");
            Menu2_2_3=new Array("Digital Audio Recorders","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RDAR","",0,20,150,"","","","","","",-1,-1,-1,"","");
            Menu2_2_4=new Array("Audio Mixers","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RAAM","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu2_2_5=new Array("PA Systems","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RAPA","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu2_2_6=new Array("Audio Accessories","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RAAA","",0,20,150,"","","","","","",-1,-1,-1,"","");
	Menu2_3=new Array("Video","","",6,20,150,"","","","","","",-1,-1,-1,"","");
		Menu2_3_1=new Array("Cameras & Accessories","","",4,20,160,"","","","","","",-1,-1,-1,"","");
			Menu2_3_1_1=new Array("Video Cameras","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RVC","",0,20,150,"","","","","","",-1,-1,-1,"","");
			Menu2_3_1_2=new Array("Camera Accessories","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RCA","",0,20,150,"","","","","","",-1,-1,-1,"","");
			Menu2_3_1_3=new Array("Tripods and Support","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RCS","",0,20,150,"","","","","","",-1,-1,-1,"","");	
			Menu2_3_1_4=new Array("Power","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RVP","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu2_3_2=new Array("Lenses & Accessories","","",3,20,150,"","","","","","",-1,-1,-1,"","");
			Menu2_3_2_1=new Array("Zooms & Primes","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RVL","",0,20,150,"","","","","","",-1,-1,-1,"","");
			Menu2_3_2_2=new Array("Lens Accessories","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RLA","",0,20,150,"","","","","","",-1,-1,-1,"","");
			Menu2_3_2_3=new Array("Matteboxes & Filters","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=MBFLTRS","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu2_3_3=new Array("Decks & Accessories","","",2,20,150,"","","","","","",-1,-1,-1,"","");
			Menu2_3_3_1=new Array("Video Decks","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RVVTRS","",0,20,150,"","","","","","",-1,-1,-1,"","");
			Menu2_3_3_2=new Array("Deck Accessories","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RVVTRA","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu2_3_4=new Array("Video Monitors","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RVVM","",0,20,150,"","","","","","",-1,-1,-1,"","");		
		Menu2_3_5=new Array("Test Equipment","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RVTE","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu2_3_6=new Array("Non-Linear Editing","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RVNLE","",0,20,150,"","","","","","",-1,-1,-1,"","");
	Menu2_4=new Array("Communication","","",6,20,150,"","","","","","",-1,-1,-1,"","");
			Menu2_4_1=new Array("Wireless Intercom","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RCWI","",0,20,150,"","","","","","",-1,-1,-1,"","");
			Menu2_4_2=new Array("Hardwired Intercom","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RCHWI","",0,20,150,"","","","","","",-1,-1,-1,"","");
			Menu2_4_3=new Array("IFB and In-Ear Monitor","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RCIFB","",0,20,150,"","","","","","",-1,-1,-1,"","");
			Menu2_4_4=new Array("Two-Way Radios","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RCR","",0,20,150,"","","","","","",-1,-1,-1,"","");
			Menu2_4_5=new Array("Telephone Interface","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RCTI","",0,20,150,"","","","","","",-1,-1,-1,"","");
			Menu2_4_6=new Array("Hearing Assist","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RCHA","",0,20,150,"","","","","","",-1,-1,-1,"","");
	Menu2_5=new Array("Production Accessories","","",4,20,150,"","","","","","",-1,-1,-1,"","");
			Menu2_5_1=new Array("Routers & Switchers","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RSW","",0,20,150,"","","","","","",-1,-1,-1,"","");
			Menu2_5_2=new Array("Time Code","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RTC","",0,20,150,"","","","","","",-1,-1,-1,"","");
			Menu2_5_3=new Array("Video Converters","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RVIDC","",0,20,150,"","","","","","",-1,-1,-1,"","");
			Menu2_5_4=new Array("Miscellaneous","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RGEN","",0,20,150,"","","","","","",-1,-1,-1,"","");
	Menu2_6=new Array("Lighting and Grip","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RL","",0,20,150,"","","","","","",-1,-1,-1,"","");
	Menu2_7=new Array("Teleprompters","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RTP","",0,20,150,"","","","","","",-1,-1,-1,"","");
	Menu2_8=new Array("-Rental Polices-","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RPOL","",0,20,150,"","","","","","",-1,-1,-1,"","");
	Menu2_9=new Array("-Rental Forms-","","",3,20,150,"","","","","","",-1,-1,-1,"","");
			Menu2_9_1=new Array("Terms & Conditions","/Merchant2/Forms/TALAMAS-RENTAL-TERMS.pdf","",0,20,150,"","","","","","",-1,-1,-1,"","");
			Menu2_9_2=new Array("New Customer Form","/Merchant2/Forms/TALAMAS-NEW-CUSTOMER-APP.pdf","",0,20,150,"","","","","","",-1,-1,-1,"","");
			Menu2_9_3=new Array("CC Authorization","/Merchant2/Forms/TALAMAS-CC-AUTHORIZATION.pdf","",0,20,150,"","","","","","",-1,-1,-1,"","");

Menu3=new Array("rollover?"+BaseHref+"/Merchant2/MenuGraphics/services.gif?"+BaseHref+"/Merchant2/MenuGraphics/services.gif","","",5,41,77,"","","","","","",-1,-1,-1,"","");
	Menu3_1=new Array("Repairs","/Merchant2/merchant.mvc?Screen=PROD&Store_Code=TB&Product_Code=REPAIRS","",0,20,125,"","","","","","",-1,-1,-1,"","");
	Menu3_2=new Array("Turnkey RF Systems","/Merchant2/merchant.mvc?Screen=PROD&Store_Code=TB&Product_Code=TURNKEYWIRELESS","",0,20,125,"","","","","","",-1,-1,-1,"","");
	Menu3_3=new Array("On-Site RF Sweeps","/Merchant2/merchant.mvc?Screen=PROD&Store_Code=TB&Product_Code=FREQSWEEPCOORD","",0,20,125,"","","","","","",-1,-1,-1,"","");
	Menu3_4=new Array("Delivery","/Merchant2/merchant.mvc?Screen=PROD&Store_Code=TB&Product_Code=DELIVERY","",0,20,125,"","","","","","",-1,-1,-1,"","");
	Menu3_5=new Array("24/7 Support","/Merchant2/merchant.mvc?Screen=PROD&Store_Code=TB&Product_Code=TECHSUPPORT","",0,20,125,"","","","","","",-1,-1,-1,"","");

Menu4=new Array("rollover?"+BaseHref+"/Merchant2/MenuGraphics/techinfo.gif?"+BaseHref+"/Merchant2/MenuGraphics/techinfo.gif","","",4,41,83,"","","","","","",-1,-1,-1,"","");
	Menu4_1=new Array("Tech Tips","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=TECH","",0,20,115,"","","","","","",-1,-1,-1,"","");
	Menu4_2=new Array("Learn to Light","javascript:NewWin=window.open('http://www.lowel.com/edu/','NWin');window['NewWin'].focus()","",0,20,115,"","","","","","",-1,-1,-1,"","");
	Menu4_3=new Array("Wireless Basics","javascript:NewWin=window.open('/Merchant2/EquipManuals/WirelessPrimer.pdf','NWin');window['NewWin'].focus()","",0,20,115,"","","","","","",-1,-1,-1,"","");
	Menu4_4=new Array("RAMPS Audio Forum","/Merchant2/forum/audioforum.html","",0,20,115,"","","","","","",-1,-1,-1,"","");

Menu5=new Array("rollover?"+BaseHref+"/Merchant2/MenuGraphics/companyinfo.gif?"+BaseHref+"/Merchant2/MenuGraphics/companyinfo.gif","","",9,41,98,"","","","","","",-1,-1,-1,"","");
	Menu5_1=new Array("About Us","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=US","",0,20,115,"","","","","","",-1,-1,-1,"","");
	Menu5_2=new Array("Our Staff","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=STAFF","",0,20,115,"","","","","","",-1,-1,-1,"","");
	Menu5_3=new Array("Contact Us","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=CONT","",0,20,115,"","","","","","",-1,-1,-1,"","");
	Menu5_4=new Array("Employment","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=JOBS","",0,20,115,"","","","","","",-1,-1,-1,"","");
	Menu5_5=new Array("Directions","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=DIR","",0,20,115,"","","","","","",-1,-1,-1,"","");
	Menu5_6=new Array("Feedback","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=COMMENTS","",0,20,115,"","","","","","",-1,-1,-1,"","");
	Menu5_7=new Array("Policies","","",2,20,115,"","","","","","",-1,-1,-1,"","");
		Menu5_7_1=new Array("Sales Policies","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=SPOL","",0,20,115,"","","","","","",-1,-1,-1,"","");
		Menu5_7_2=new Array("Rental Polices","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=RPOL","",0,20,115,"","","","","","",-1,-1,-1,"","");
	Menu5_8=new Array("Rental Forms","","",3,20,115,"","","","","","",-1,-1,-1,"","");
		Menu5_8_1=new Array("Terms & Conditions","/Merchant2/Forms/TALAMAS-RENTAL-TERMS.pdf","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu5_8_2=new Array("New Customer Form","/Merchant2/Forms/TALAMAS-NEW-CUSTOMER-APP.pdf","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu5_8_3=new Array("CC Authorization","/Merchant2/Forms/TALAMAS-CC-AUTHORIZATION.pdf","",0,20,150,"","","","","","",-1,-1,-1,"","");
	Menu5_9=new Array("Line Card","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=VL","",0,20,115,"","","","","","",-1,-1,-1,"","");

Menu6=new Array("rollover?"+BaseHref+"/Merchant2/MenuGraphics/news.gif?"+BaseHref+"/Merchant2/MenuGraphics/news.gif","","",2,41,65,"","","","","","",-1,-1,-1,"","");
	Menu6_1=new Array("Events","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=EVENTS","",0,20,115,"","","","","","",-1,-1,-1,"","");
	Menu6_2=new Array("Press","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=NEWS","",0,20,115,"","","","","","",-1,-1,-1,"","");

Menu7=new Array("rollover?"+BaseHref+"/Merchant2/MenuGraphics/downloads.gif?"+BaseHref+"/Merchant2/MenuGraphics/downloads.gif","/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TB&Category_Code=EM","",0,41,123,"","","","","","",-1,-1,-1,"","");
