/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl
*	You may remove all comments for faster loading
***********************************************************************************/

	var StartTop = 133;					// Menu offset x coordinate
    var StartLeft = 230;                // Menu offset y coordinate
    var docWidth = document.documentElement.clientWidth;
    var scrWidth = screen.width;
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
    if ( docWidth > 1003 ) {
        StartLeft = 230 + ( docWidth - 1003 ) / 2;
    } else {
        StartLeft = 230;
    }
//    alert( "ScreenWidth = " + scrWidth + "\n" + "DocWidth = " + docWidth + "\n" + "StartLeft = " + StartLeft );

    var	Cell_W = 180;
	var Cell_H = 24;
	var NoOffFirstLineMenus=6;			// Number of first level items
    var LowBgColor='blue';		        // Background color when mouse is not over
    var LowSubBgColor='blue';		    // Background color when mouse is not over on subs
    var HighBgColor='blue';	  		    // Background color when mouse is over
    var HighSubBgColor='blue'; 		    // 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='white';		    // Font color when mouse is over
    var FontSubHighColor='white';	    // Font color subs when mouse is over
    var BorderColor='white';		    // Border color
    var BorderSubColor='white';		    // Border color for subs
	var BorderWidth=0;				    // Border width
	var BorderBtwnElmnts=0;			    // Border between elements 1 or 0
	var FontFamily="Tahoma";    	    // Font family menu items
	var FontSize=10;			        // 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 MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;		// vertical overlap child/ parent
	var VerCorrect=0;					// Multiple frames y correction
	var HorCorrect=0;					// Multiple frames x correction
	var LeftPaddng=3;					// Left padding
	var TopPaddng=3;					// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1500;			// 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=0;				// 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=['includes/tri.gif',5,10,'includes/tridown.gif',10,5,'includes/trileft.gif',5,10];	// Arrow source, width and height
    var UnfoldDelay=10;
    var BottomUp=0;
    var BorderWidthMain=0;
    var BorderBtwnMain=0;
    var BorderWidthSub=0;
    var BorderBtwnSub=0;
    var MenuUsesFrames=0;
    var RememberStatus=0;
    var BuildOnDemand=0;
    var BgImgLeftOffset=0;
    var ScaleMenu=0;
    var OverFormElements=0;
    var HooverBold=1;
    var HooverItalic=0;
    var HooverUnderLine=0;
    var HooverTextSize=0;
    var HooverVariant=0;
    var MenuSlide="";
    var MenuShadow="";
    var MenuOpacity="";

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:Image1.jpg:Image2.jpg"
Menu1     = new Array( "Home", "http://www.acuraspa.com", "", 0, Cell_H, 90 );

Menu2     = new Array( "About Us", "about_us.html", "", 5, Cell_H, 140 );
Menu2_1   = new Array( "1: Experience", "experience.html", "", 0, Cell_H, Cell_W );
Menu2_2   = new Array( "2: Innovations", "innovations.html", "", 0 );
Menu2_3   = new Array( "3: Testimonials", "testimonials.html", "", 0 );
Menu2_4   = new Array( "4: Survey Results", "survey_results.php", "", 0 );
Menu2_5   = new Array( "5: Survey Statistics", "survey_statistics.php", "", 0 );

Menu3     = new Array( "Products", "products.html", "", 13, Cell_H, 140 );
	Menu3_1   = new Array( "1: Airbleeder", "airbleeder.html", "", 0, Cell_H, 240 );
	Menu3_2   = new Array( "2: Spa Blowers Complete", "blowers.html", "", 2, Cell_H, Cell_W );
		Menu3_2_1 = new Array( "1: SQ Blower", "sq_blower.html", "", 0, Cell_H, Cell_W );
		Menu3_2_2 = new Array( "2: Turboair/Turboair Plus", "turboair.html", "", 0 );
	Menu3_3   = new Array( "3: Spa Digital Controls", "controls.html", "", 3, Cell_H, Cell_W );
		Menu3_3_1 = new Array( "1: Megatrol Digital", "megatrol_digital.html", "", 0, Cell_H, Cell_W);
		Menu3_3_2 = new Array( "2: Minitrol HL", "minitrol_hl.html", "",0 );
		Menu3_3_3 = new Array( "3: Power Master", "powermaster_ngfci.html", "", 0 );
	Menu3_4   = new Array( "4: Air Switching Controls", "megatrol_pneumatic.html", "", 0, Cell_H, Cell_W );
	Menu3_5   = new Array( "5: Outdoor Controls", "rainproof_controls.html", "", 1, Cell_H, Cell_W );
		Menu3_5_1 = new Array( "1: Megatrol Rainproof", "megatrol_rainproof.html", "", 0, Cell_H, Cell_W );
	Menu3_6       = new Array( "6: Top Side Controls", "spa_side_controls.html", "", 8, Cell_H, Cell_W );
		Menu3_6_1 = new Array( "1: ACU2000 Analog", "acu2000.html", "", 0, Cell_H, Cell_W );
		Menu3_6_2 = new Array( "2: ACU2010 Analog", "acu2010.html", "", 0 );
		Menu3_6_3 = new Array( "3: HL2000 Digital", "hl2000.html", "", 0 );
		Menu3_6_4 = new Array( "4: MN2000 Digital", "mn2000.html", "", 0 );
		Menu3_6_5 = new Array( "5: PM3000 Digital", "pm3000.html", "", 0 );
		Menu3_6_6 = new Array( "6: PM3002 Digital", "pm3002.html", "", 0 );
		Menu3_6_7 = new Array( "7: PM5010 Digital", "pm5010.html", "", 0 );
        Menu3_6_8 = new Array( "8: PM6000 Digital", "pm6000.html", "", 0 );
	Menu3_7   = new Array( "7: Air Switching Spa Packs", "electromechanical_packs.html", "", 4, Cell_H, Cell_W );
		Menu3_7_1 = new Array( "1: Hotline", "hotline.html", "", 0, Cell_H, Cell_W );
		Menu3_7_2 = new Array( "2: Hotline EXT", "hotline_ext.html", "", 0 );
		Menu3_7_3 = new Array( "3: Power Station", "power_station.html", "", 0 );
		Menu3_7_4 = new Array( "4: DT Series", "powerquip.html", "", 0 );
	Menu3_8   = new Array( "8: Digital Spa Packs", "digital_packs.html", "", 2, Cell_H, Cell_W );
		Menu3_8_1 = new Array( "1: Hotline CHL", "hotline_chl.html", "", 0, Cell_H, Cell_W );
		Menu3_8_2 = new Array( "2: Quick Set", "quick_set.html", "", 0 );
	Menu3_9   = new Array( "9: Spa Lights", "spa_lighting.html", "", 0, Cell_H, Cell_W );
	Menu3_10  = new Array( "10: Spa Massagers", "massagers.html", "", 3, Cell_H, Cell_W );
		Menu3_10_1= new Array( "1: Aquassage", "aquassage.html", "", 0, Cell_H, Cell_W );
		Menu3_10_2= new Array( "2: Rollassage", "rollassage.html", "", 0 );
		Menu3_10_3= new Array( "3: Vibra-Jet", "vibrajet.html", "", 0 );
	Menu3_11  = new Array( "11: Spa Pumps Complete", "spa_pumps.html", "", 9, Cell_H, Cell_W );
		Menu3_11_1= new Array( "1: Aquaheat", "aquaheat.html", "", 0, Cell_H, Cell_W );
		Menu3_11_2= new Array( "2: Aquaheat Plus", "aquaheat_plus.html", "", 0 );
		Menu3_11_3= new Array( "3: Megaflow", "megaflow.html", "", 0 );
		Menu3_11_4= new Array( "4: Magnaflow", "magnaflow.html", "", 0 );
		Menu3_11_5= new Array( "5: Magnaflow 56", "magnaflow_56.html", "", 0 );
		Menu3_11_6= new Array( "6: Maverick", "maverick.html", "", 0 );
        Menu3_11_7= new Array( "7: Maverick Self-Draining", "maverick_sd.html", "", 0 );
		Menu3_11_8= new Array( "8: Supercharger", "supercharger.html", "", 0 );
		Menu3_11_9= new Array( "9: Supercharger II", "supercharger_ii.html", "", 0 );
    Menu3_12  = new Array( "12: Ozonator", "pz3_ozonator.html", "", 0, Cell_H, Cell_W );
    Menu3_13  = new Array( "13: Chlorine Generator and Ozonator", "css5_ozonator.html", "", 0 );

Menu4     = new Array( "Parts", "partlist_prices.html", "", 9, Cell_H, 100 );
	Menu4_1   = new Array( "1: General Part List", "partlist_prices.html", "", 0, Cell_H, 220 );
	Menu4_2   = new Array( "2: Buttons", "buttons.html", "", 0 );
	Menu4_3   = new Array( "3: Digital PC Boards and Sensors", "digital_boards.html", "", 0 );
	Menu4_4   = new Array( "4: Electrical Components", "switches.html", "", 0 );
	Menu4_5   = new Array( "5: Spa Heaters", "heaters.html", "", 0 );
	Menu4_6   = new Array( "6: Spa Blower Electric Motors Only", "blower_motors.html", "", 0 );
	Menu4_7   = new Array( "7: Spa Pump Electric Motors Only", "pump_motors.html", "", 0 );
	Menu4_8   = new Array( "8: Plumbing Connections", "unions.html", "", 0 );
    Menu4_9   = new Array( "9: Massager Parts", "massager_parts.html", "", 2, Cell_H, Cell_W );
        Menu4_9_1= new Array( "1: Aquassage Parts", "aquassage_parts.html", "", 0, Cell_H, Cell_W );
        Menu4_9_2= new Array( "2: Vibra-Jet Parts", "vibrajet_parts.html", "", 0 );

Menu5     = new Array( "Order Information", "order_form.html", "", 0, Cell_H, 150 );

Menu6     = new Array( "Support", "support.html", "", 5, Cell_H, 140 );
	Menu6_1   = new Array( "1: Manuals & Guides", "manuals_guides.html", "", 0, Cell_H, Cell_W );
	Menu6_2   = new Array( "2: Wiring Diagrams", "wiring_diagrams.html", "", 0 );
	Menu6_3   = new Array( "3: Troubleshooting", "troubleshooting.html", "", 0 );
	Menu6_4   = new Array( "4: Terms & Conditions", "terms_conditions.html", "", 0 );
	Menu6_5   = new Array( "5: Limited Warranty", "limited_warranty.html", "", 0 );
	Menu6_6   = new Array( "6: Links & References", "links_references.html", "", 0 );

