﻿<!-- HV Menu found on Dynamic Drive Script -->

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='white';				// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='white';			// Background color when mouse is over
	var HighSubBgColor='white';			// Background color when mouse is over on subs
	var FontLowColor='#707070';			// Font color when mouse is not over
	var FontSubLowColor='#707070';		// Font color subs when mouse is not over
	var FontHighColor='#101010';		// Font color when mouse is over
	var FontSubHighColor='#101010';		// Font color subs when mouse is over
	var BorderColor='#C0C0C0';			// Border color
	var BorderSubColor='#C0C0C0';		// Border color for subs
	var BorderWidth=1;					// Border width
	var BorderBtwnElmnts=0;				// Border between elements 1 or 0
	var FontFamily="Arial, Helvetica, sans-serif";	// Font family menu items
	var FontSize=9;						// Font size menu items
	var FontBold=0;						// Bold menu items 1 or 0
	var FontItalic=0;					// Italic menu items 1 or 0
	var MenuTextCentered='left';		// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.0;		// vertical overlap child/ parent
	var StartTop=335;					// Menu offset x coordinate
	var StartLeft=15;					// Menu offset y coordinate
	var VerCorrect=0;					// Multiple frames y correction
	var HorCorrect=0;					// Multiple frames x correction
	var LeftPaddng=0;					// Left padding
	var TopPaddng=2;					// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';					// span id for relative positioning
	var HideTop=0;						// Hide first level when loading new document 1 or 0
	var MenuWrap=1;						// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;					// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;				// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=1;				// menu tree checking on or off 1 or 0
	var ShowArrow=1;					// Uses arrow gifs when 1
	var KeepHilite=1;					// Keep selected path highligthed
	var Arrws=['/tri.gif',5,10,'/tridown.gif',10,5,'/trileft.gif',5,10];	// Arrow source, width and height
	var IsShown=0;
	var ShouldShow=0;

function BeforeStart(){return}
function AfterBuild(){if(ShouldShow==1)return;var FCStyle=Nav4?FrstCntnr:FrstCntnr.style; FCStyle.visibility=M_Hide;IsShown=0}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1File.jpg:Image2File.jpg"
//	Menu7=new Array("Financing","","",3);
//		Menu7_1=new Array("Leasing Program","/LeasingProgram.html","",0,20,150);
//		Menu7_2=new Array("Finance Program","/FinancialProgram.html","",0);
//		Menu7_3=new Array("Trade-in Program","/TradeInProgram.html","",0);

Menu1=new Array("Harps","","",6,19,115);
	Menu1_1=new Array("Concert-Grand Pedal Harps","/harpstore/harp-ConcertPedal.html","",0,19,180);
	Menu1_2=new Array("Semi-Grand/Petite Pedal Harps","/harpstore/harp-SemiPetitePedal.html","",0);
	Menu1_3=new Array("Classic Lever Harps","/harpstore/harp-ClassicLever.html","",0);
	Menu1_4=new Array("Celtic Lever Harps","/harpstore/harp-CelticHarps.html","",0);
	Menu1_5=new Array("Lap Harps and Travel Harps","/harpstore/harp-LapHarps.html","",0);
	Menu1_6=new Array("In-Stock Pedal Harps","/harpstore/harp-Immediate.html","",0);
Menu2=new Array("Used Harps","/harpstore/harp-UsedHarps.html","",0);
Menu3=new Array("Strings and Music","","",7);
	Menu3_1=new Array("Browse All Accessories","/store/index.php","",0,19,130);	
	Menu3_2=new Array("Harp Strings","/store/index.php?cat=1","",0);
	Menu3_3=new Array("Harp Sheet Music","/store/index.php?cat=2","",0);
	Menu3_4=new Array("Recordings and CDs","/store/index.php?cat=4","",0);
	Menu3_5=new Array("Music Stands","/store/index.php?cat=9","",0);
	Menu3_6=new Array("Benches and Stools","/store/index.php?cat=8","",0);
	Menu3_7=new Array("Carts and Dollies","/store/index.php?cat=7","",0);
Menu4=new Array("Rentals","/LeverRentalProgram.html","",0);
Menu5=new Array("Featured Items","","",2);
	Menu5_1=new Array("New Products","/harpstore/harp-NewItems.html","",0,20,100);	
	Menu5_2=new Array("Specials","/harpstore/harp-Specials.html","",0);
Menu6=new Array("Harp Service","/Maintenance.html","",0);
Menu7=new Array("General Info","","",8);
	Menu7_1=new Array("About The Harp","/FAQ.html","",0,19,120);
	Menu7_2=new Array("Teacher Directory","/harpstore/harp-Teachers.html","",0);
	Menu7_3=new Array("Regional News","/harpstore/harp-Events.html","",0);
	Menu7_4=new Array("Our Newsletter","/Newsletters/Newsletters.html","",0);
	Menu7_5=new Array("Financing","/FinancialProgram.html","",0);
	Menu7_6=new Array("Insurance","/HarpInsurance.html","",0);
	Menu7_7=new Array("Trade-ins","/TradeInProgram.html","",0);
	Menu7_8=new Array("Site Map","/SiteMap.php","",0);
Menu8=new Array("Contact Us","","",4);
	Menu8_1=new Array("Our Showroom","/THC_Showroom.html","",0,19,120);
	Menu8_2=new Array("Contact Information","/ContactInfo.html","",0);        
	Menu8_3=new Array("Visiting Our Store","/ShowroomDirections.html","",0);
	Menu8_4=new Array("Careers","/Careers.html","",0);

