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

	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='#0099B9';			// Background color when mouse is not over
	var LowSubBgColor='#0099B9';			// 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='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='#800000';			// Font color when mouse is over
	var FontSubHighColor='#800000';			// Font color subs when mouse is over
	var BorderColor='#C5D2E8';			// Border color
	var BorderSubColor='#C5D2E8';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical";	// Font family menu items
	var FontSize=10;				// 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='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.015;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=90;				// Menu offset x coordinate
	var StartLeft=4;				// 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

function BeforeStart(){return}
function AfterBuild(){return}
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("Home","/index.html","",0,20,140);
Menu2=new Array("Harps","","",6);
	Menu2_1=new Array("Concert-Grand Pedal Harps","/harpstore/harp-ConcertPedal.html","",0,20,200);
	Menu2_2=new Array("Semi-Grand/Petite Pedal Harps","/harpstore/harp-SemiPetitePedal.html","",0);
	Menu2_3=new Array("Classic Lever Harps","/harpstore/harp-ClassicLever.html","",0);
	Menu2_4=new Array("Celtic Lever Harps","/harpstore/harp-CelticHarps.html","",0);
	Menu2_5=new Array("Lap Harps and Travel Harps","/harpstore/harp-LapHarps.html","",0);
	Menu2_6=new Array("In-Stock Pedal Harps","/harpstore/harp-Immediate.html","",0);
Menu3=new Array("Used Harps","/harpstore/harp-UsedHarps.html","",0);
Menu4=new Array("Strings and Music","","",7);
	Menu4_1=new Array("Browse All Accessories","/store/index.php","",0,20,160);	
	Menu4_2=new Array("Harp Strings","/store/index.php?cat=1","",0);
	Menu4_3=new Array("Harp Sheet Music","/store/index.php?cat=2","",0);
	Menu4_4=new Array("Recordings and CDs","/store/index.php?cat=4","",0);
	Menu4_5=new Array("Music Stands","/store/index.php?cat=9","",0);
	Menu4_6=new Array("Benches and Stools","/store/index.php?cat=8","",0);
	Menu4_7=new Array("Carts and Dollies","/store/index.php?cat=7","",0);
Menu5=new Array("Rentals","/LeverRentalProgram.html","",0);
Menu6=new Array("Featured Items","","",2);
	Menu6_1=new Array("New Products","/harpstore/harp-NewItems.html","",0,20,150);	
	Menu6_2=new Array("Specials","/harpstore/harp-Specials.html","",0);
Menu7=new Array("Harp Service","/Maintenance.html","",0);
Menu8=new Array("General Info","","",7);
	Menu8_1=new Array("About The Harp","/FAQ.html","",0,20,150);
	Menu8_2=new Array("Teacher Directory","/harpstore/harp-Teachers.html","",0);
	Menu8_3=new Array("Regional News","/harpstore/harp-Events.html","",0);
	Menu8_4=new Array("Our Newsletter","/Newsletters/Newsletters.html","",0);
	Menu8_5=new Array("Financing","/FinancialProgram.html","",0);
	Menu8_6=new Array("Insurance","/HarpInsurance.html","",0);
	Menu8_7=new Array("Trade-ins","/TradeInProgram.html","",0);
Menu9=new Array("Contact Us","","",4);
	Menu9_1=new Array("Our Showroom","/THC_Showroom.html","",0,20,150);
	Menu9_2=new Array("Contact Information","/ContactInfo.html","",0);        
	Menu9_3=new Array("Visiting Our Store","/ShowroomDirections.html","",0);
	Menu9_4=new Array("Careers","/Careers.html","",0);

