// dynamic drop-down menus
// v 1.4
// (c) 2005 QSC Audio Products Inc.

// Creates CSS styled drop-down menu navigation.
// This script executes much faster than many other kinds of DHTML menus.
//
// The positioning of submenus is relative to the item in a menu
//
// Place this script where you want the menus to appear.
// Don't forget to add a noscript section for the top level links.
// (Not everyone uses Javascript)

// requires menu.css and menu.js
// menu.js must be called after this script!


var labels = new Array();
var menus = new Array();
var items = new Array();
var temp = new Array();
var temp2 = new Array();

/*
Labels are the top level navigation horizontally across the page
labels format = (id,label,url)
menus array holds the items in each drop-down menu
for each menu, add the items to a temp array and push them onto the menus array at the end
clear the temp array for reuse
menus can contain submenus, but only go one additional level deep.
Ids of menus must be unique
Add items and submenus in the order they should appear
menuitems = (0=no submenu:name=id of submenu,label,url,0=relative:1=external link (target=_blank))

NOTE: because of older versions of I.E. we will add array elements with array[array.length] =  instead of array.push();
*/


labels[labels.length] = "corporate,QSC Corporate,corporate/corporate.htm";
	temp[temp.length]  = "0,Company Profile,corporate/profile.htm";
	temp[temp.length]  = "0,Mission Statement,corporate/mission.htm";
	temp[temp.length]  = "0,Company History,corporate/history.htm";
	//temp[temp.length]  = "0,Inside QSC,corporate/insideqsc.htm";
	temp[temp.length]  = "0,Supplier Relationships,corporate/supplier.htm";
	temp[temp.length]  = "0,Employment,corporate/employment/";
	temp[temp.length]  = "contact,Contact Us,corporate/contact.htm,0";
		temp2[temp2.length]  = "0,Corporate Offices,corporate/contact.htm,0";
		temp2[temp2.length]  = "0,Sales,support/sales_contact/sales.htm,0";
		temp2[temp2.length]  = "0,Technical Support,support/tech_support.htm,0";
		temp2[temp2.length]  = "0,Dealer Locator,dealer_locator/,0";
		menus['contact'] = temp2;
		temp2 = new Array();
	menus['corporate'] = temp;
	temp = new Array();		
labels[labels.length] = "products,Products,products/products.htm";
	temp[temp.length]  = "amps,Amplifiers,products/products.htm#Amplifier_Models,0";
	temp2[temp2.length]  = "0,Amplifier Selector,products/amps/advanced_amp_selector.htm,0";
		temp2[temp2.length]  = "0,CX 2-Channel Series,products/amps/cx/cx2/cx2.htm,0";
		temp2[temp2.length]  = "0,CX 4-Channel Series,products/amps/cx/cx4/cx4.htm,0";
		temp2[temp2.length]  = "0,CX 8-Channel Series,products/amps/cx/cx8/cx8.htm,0";
		temp2[temp2.length]  = "0,DCA 2-Channel Series,products/amps/dca/dca2/dca2.htm,0";
		temp2[temp2.length]  = "0,DCA 4-Channel Series,products/amps/dca/dca4/dca4.htm,0";
		temp2[temp2.length]  = "0,GX Series,products/amps/gx/gx.htm,0";
		temp2[temp2.length]  = "0,ISA Series,products/amps/isa/isa.htm,0";

		temp2[temp2.length]  = "0,PLX2 Series,products/amps/plx2/,0";

		temp2[temp2.length]  = "0,PowerLight 3 Series,products/amps/powerlight3/powerlight3.htm,0";
		temp2[temp2.length]  = "0,RMX Series,products/amps/rmx/rmx.htm,0";
		menus['amps'] = temp2;
		temp2 = new Array();
	temp[temp.length]  = "speakers,Loudspeaker Systems,products/products.htm#Loudspeaker_Systems,0";
		
		temp2[temp2.length]  = "0,AcousticDesign Series,products/speakers/acoustic_design/acousticdesign.htm,0";	
		temp2[temp2.length]  = "0,Concert Stage Monitors,products/speakers/csm/,0";	
		temp2[temp2.length]  = "0,Digital Cinema Speakers,products/speakers/dcs/dcs.htm,0";
		temp2[temp2.length]  = "0,HPR Series,products/speakers/hpr/,0";
		temp2[temp2.length]  = "0,ILA Installation Line Array,products/speakers/ila/,0";
		temp2[temp2.length]  = "0,ISIS I-82H,products/speakers/isis/i82h/i82h.htm,0";
		temp2[temp2.length]  = "0,ISIS I-282H,products/speakers/isis/i282h/i282h.htm,0";
		temp2[temp2.length]  = "0,K Series,products/speakers/k_series,0";

		temp2[temp2.length]  = "0,WideLine-8 Line Array,products/speakers/wideline-8/,0";
		temp2[temp2.length]  = "0,WideLine-10 Line Array,products/speakers/isis/wideline/,0";
		temp2[temp2.length]  = "0,WL218-sw Subwoofer,products/speakers/isis/wideline/wideline_218.htm,0";
		temp2[temp2.length]  = "0,GP218-sw Subwoofer,products/speakers/GP218sw,0";
		temp2[temp2.length]  = "0,GP212-sw Subwoofer,products/speakers/GP212sw,0";

		menus['speakers'] = temp2;
		temp2 = new Array();
		
		
	temp[temp.length]  = "line_array,Line Array Systems,products/products.htm#LineArrays,0";
		temp2[temp2.length]  = "0,ILA Installation Line Array,products/speakers/ila/,0";
		temp2[temp2.length]  = "0,WideLine-8 Line Array,products/speakers/wideline-8/,0";
		temp2[temp2.length]  = "0,WideLine-10 Line Array,products/speakers/isis/wideline/,0";
		
		menus['line_array'] = temp2;
		temp2 = new Array();
		
		
		
	temp[temp.length]  = "network,Network Audio Systems,products/products.htm#Network_Audio_Systems,0";
		temp2[temp2.length]  = "0,Q-Sys Integrated System Platform,products/network/QSys/,0";
		temp2[temp2.length]  = "0,QSControl.net BASIS/RAVE/DSP,products/network/basis/qscontrolnet_basis.htm,0";
		temp2[temp2.length]  = "0,DCP 300,products/network/dcp300/,0";
		temp2[temp2.length]  = "0,CM16a,products/network/cm16a/cm16a.htm,0";
		temp2[temp2.length]  = "0,NAC-100,products/network/NAC100/nac-100.htm,0";
		//temp2[temp2.length]  = "0,RAVE Systems,products/network/rave/rave.htm,0";
		menus['network'] = temp2;
		temp2 = new Array();
	temp[temp.length]  = "dsp,Digital Signal Processors,products/products.htm#Digital_Signal_Processors,0";
		temp2[temp2.length]  = "0,DSP-3,products/dsp/dsp3/dsp3.htm,0";
		temp2[temp2.length]  = "0,DSP-4,products/dsp/dsp4/dsp4.htm,0";
		temp2[temp2.length]  = "0,DSP-30,products/dsp/dsp30/dsp30.htm,0";
		temp2[temp2.length]  = "0,SC28,products/dsp/sc28/sc28.htm,0";

		temp2[temp2.length]  = "0,DCM,products/monitor/dcm/dcm_10D-30D.htm,0";
		menus['dsp'] = temp2;
		temp2 = new Array();
	temp[temp.length]  = "software,Software Downloads,products/products.htm#Downloads,0";
		temp2[temp2.length]  = "0,DCM Manager,products/software/dcm_manager/dcm_manager.htm,0";
		temp2[temp2.length]  = "0,DCP Manager,products/software/dcp_manager/,0";
		temp2[temp2.length]  = "0,DSP Speaker Voicings,products/software/dsp_voicing/dsp_voicing.htm,0";
		temp2[temp2.length]  = "0,EASE Focus,products/software/EASE_Focus/ease_focus.htm,0";
		temp2[temp2.length]  = "0,EASE Address,products/software/ease_address/ease_address.htm,0";
		temp2[temp2.length]  = "0,EASE Downloads,support/resources/ease_downloads.htm,0";
		temp2[temp2.length]  = "0,Firmware Updates,support/technical_support/firmware_updates.htm,0";
		temp2[temp2.length]  = "0,QSControl.net,products/software/qscontrolnet/,0";
		temp2[temp2.length]  = "0,Q-Sys Designer,products/software/QSys/,0";
		temp2[temp2.length]  = "0,SC28 Updater,products/dsp/sc28/sc28.htm,0";
		temp2[temp2.length]  = "0,Signal Manager,products/software/signal_manager/signal_manager.htm,0";
		temp2[temp2.length]  = "0,System Manager,products/software/system_manager/system_manager.htm,0";
		temp2[temp2.length]  = "0,Adobe Reader,http://www.adobe.com/products/acrobat/readstep2.html,1";
		menus['software'] = temp2;
		temp2 = new Array();
	temp[temp.length]  = "retail,Entertainers&#44; Musicians&#44; DJs,products/retail_products.htm,0";
		temp2[temp2.length]  = "0,GX Series,products/amps/gx/gx.htm,0";

		temp2[temp2.length]  = "0,PLX2 Series,products/amps/plx2/,0";
		temp2[temp2.length]  = "0,RMX Series,products/amps/rmx/rmx.htm,0";
		temp2[temp2.length]  = "0,HPR Series,products/speakers/hpr/,0";
		temp2[temp2.length]  = "0,K Series,products/speakers/k_series,0";
		temp2[temp2.length]  = "0,ISIS I-82H,products/speakers/isis/i82h/i82h.htm,0";
		temp2[temp2.length]  = "0,ISIS I-282H,products/speakers/isis/i282h/i282h.htm,0";
		menus['retail'] = temp2;
		temp2 = new Array();
	temp[temp.length]  = "install,Installed Sound,products/install_products.htm,0";
		temp2[temp2.length]  = "0,CX 2-Channel Series,products/amps/cx/cx2/cx2.htm,0";
		temp2[temp2.length]  = "0,CX 4-Channel Series,products/amps/cx/cx4/cx4.htm,0";
		temp2[temp2.length]  = "0,CX 8-Channel Series,products/amps/cx8/cx/cx8.htm,0";
		temp2[temp2.length]  = "0,ISA Series,products/amps/isa/isa.htm,0";
		temp2[temp2.length]  = "0,PowerLight 3 Series,products/amps/powerlight3/powerlight3.htm,0";
		temp2[temp2.length]  = "0,Q-Sys Integrated System Platform,products/network/QSys/,0";
		temp2[temp2.length]  = "0,QSControl.net/BASIS/RAVE,products/network/basis/qscontrolnet_basis.htm,0";
		temp2[temp2.length]  = "0,NAC-100,products/network/NAC100/nac-100.htm,0";
		temp2[temp2.length]  = "0,CM16a,products/network/cm16a/cm16a.htm,0";
		temp2[temp2.length]  = "0,DSP-3,products/dsp/dsp3/dsp3.htm,0";
		temp2[temp2.length]  = "0,DSP-30,products/dsp/dsp30/dsp30.htm,0";
		temp2[temp2.length]  = "0,DSP-4,products/dsp/dsp4/dsp4.htm,0";
		temp2[temp2.length]  = "0,SC28,products/dsp/sc28/sc28.htm,0";
		temp2[temp2.length]  = "0,K Series,products/speakers/k_series,0";
		temp2[temp2.length]  = "0,ILA Installation Line Array,products/speakers/ila/,0";
		temp2[temp2.length]  = "0,ISIS I-82H,products/speakers/isis/i82h/i82h.htm,0";
		temp2[temp2.length]  = "0,ISIS I-282H,products/speakers/isis/i282h/i282h.htm,0";

		temp2[temp2.length]  = "0,AcousticDesign Series,products/speakers/acoustic_design/acousticdesign.htm,0";	

		temp2[temp2.length]  = "0,WideLine-8 Line Array,products/speakers/wideline-8/,0";
		temp2[temp2.length]  = "0,WideLine-10 Line Array,products/speakers/isis/wideline/,0";
		temp2[temp2.length]  = "0,WL218-sw Subwoofer,products/speakers/isis/wideline/wideline_218.htm,0";
		temp2[temp2.length]  = "0,GP218-sw Subwoofer,products/speakers/GP218sw,0";
		temp2[temp2.length]  = "0,GP212-sw Subwoofer,products/speakers/GP212sw,0";
		menus['install'] = temp2;
		temp2 = new Array();
	temp[temp.length]  = "pls,Concert Systems,products/pls_products.htm,0";
		temp2[temp2.length]  = "0,PowerLight 3 Series,products/amps/powerlight3/powerlight3.htm,0";
		temp2[temp2.length]  = "0,PLX2 Series,products/amps/plx2/,0";
		temp2[temp2.length]  = "0,HPR Series,products/speakers/hpr/,0";
		temp2[temp2.length]  = "0,ISIS I-82H,products/speakers/isis/i82h/i82h.htm,0";
		temp2[temp2.length]  = "0,ISIS I-282H,products/speakers/isis/i282h/i282h.htm,0";

		temp2[temp2.length]  = "0,WideLine-8 Line Array,products/speakers/wideline-8/,0";
		temp2[temp2.length]  = "0,WideLine-10 Line Array,products/speakers/isis/wideline/,0";
		temp2[temp2.length]  = "0,WL218-sw Subwoofer,products/speakers/isis/wideline/wideline_218.htm,0";
		temp2[temp2.length]  = "0,GP218-sw Subwoofer,products/speakers/GP218sw,0";
		temp2[temp2.length]  = "0,GP212-sw Subwoofer,products/speakers/GP212sw,0";
		temp2[temp2.length]  = "0,Concert Stage Monitors,products/speakers/csm/,0";	

		
		temp2[temp2.length]  = "0,QSControl.net/BASIS/RAVE,products/network/basis/qscontrolnet_basis.htm,0";
		temp2[temp2.length]  = "0,DSP-4,products/dsp/dsp4/dsp4.htm,0";
		temp2[temp2.length]  = "0,SC28,products/dsp/sc28/sc28.htm,0";
		menus['pls'] = temp2;
		temp2 = new Array();
	temp[temp.length]  = "cinema,Cinema,products/cinema_products.htm,0";
		temp2[temp2.length]  = "0,DCA 2-Channel Series,products/amps/dca/dca2/dca2.htm,0";
		temp2[temp2.length]  = "0,DCA 4-Channel Series,products/amps/dca/dca4/dca4.htm,0";
		temp2[temp2.length]  = "0,ISA Series,products/amps/isa/isa.htm,0";
		temp2[temp2.length]  = "0,Digital Cinema Speakers,products/speakers/dcs/dcs.htm,0";
		temp2[temp2.length]  = "0,DCP 300,products/network/dcp300/,0";
		temp2[temp2.length]  = "0,QSControl.net/BASIS/RAVE,products/network/basis/qscontrolnet_basis.htm,0";
		temp2[temp2.length]  = "0,DCM,products/monitor/dcm/dcm_10D-30D.htm,0";
		menus['cinema'] = temp2;
		temp2 = new Array();
	temp[temp.length]  = "accessories,Accessories,products/accessories/,0";
		temp2[temp2.length]  = "0,DataPort Accessories,products/accessories/dataport_accessories.htm,0";
		temp2[temp2.length]  = "0,DataPort Adapters,products/accessories/dataport_adapters.htm,0";
		temp2[temp2.length]  = "0,Loudspeaker Accessories,products/accessories/loudspeaker_accessories.htm,0";
		temp2[temp2.length]  = "0,DataPort Cables,products/accessories/dataport_cables.htm,0";
		temp2[temp2.length]  = "0,Slot Accessories,products/accessories/slot_accessories.htm,0";
		temp2[temp2.length]  = "0,Rack Ears & Handles,products/accessories/rackears_handles.htm,0";
		temp2[temp2.length]  = "0,Input & Output Transformers,products/accessories/transformers.htm,0";
		temp2[temp2.length]  = "0,Replacement Parts,support/technical_support/parts.htm,0";
		menus['accessories'] = temp2;
		temp2 = new Array();
	temp[temp.length]  = "discontinued,Discontinued,products/discontinued_products.htm,0";	
		temp2[temp2.length]  = "0,PLX Series,products/amps/plx/plx.htm,0";
		temp2[temp2.length]  = "0,PowerLight Series,products/amps/powerlight/powerlight.htm,0";
		temp2[temp2.length]  = "0,PowerLight 2 Series,products/amps/powerlight2/powerlight2.htm,0";
		temp2[temp2.length]  = "0,RAVE Systems,products/network/rave/rave.htm,0";
		temp2[temp2.length]  = "0,MD Powered Series,products/speakers/modular_design/md_series_powered.htm,0";
		temp2[temp2.length]  = "0,MD Powered Subwoofers,products/speakers/modular_design/md_sp215_sp218.htm,0";
		temp2[temp2.length]  = "0,ModularDesign Series,products/speakers/modular_design/md_series.htm,0";
		temp2[temp2.length]  = "0,ModularDesign Subwoofers,products/speakers/modular_design/mds215_s218.htm,0";
		temp2[temp2.length]  = "0,ISIS Multipurpose,products/speakers/isis/multipurpose/multipurpose.htm,0";
		temp2[temp2.length]  = "0,ISIS 215PCM Subwoofer,products/speakers/isis/215pcm/215pcm.htm,0";
		
		menus['discontinued'] = temp2;
		temp2 = new Array();
	menus['products'] = temp;
		
	temp = new Array();
	/*
labels[labels.length] = "applications,Applications,products/products.htm";
	temp[temp.length]  = "0,Entertainers&#44; Musicians&#44; DJs,products/retail_products.htm,0";
	temp[temp.length]  = "0,Installed Sound,products/install_products.htm,0";
	temp[temp.length]  = "0,Concert Systems,products/pls_products.htm,0";
	temp[temp.length]  = "0,Cinema,products/cinema_products.htm,0";
	menus['applications'] = temp;
	temp = new Array();
	*/
labels[labels.length] = "resources,Resources,support/resources/";
	temp[temp.length]  = "product_resources,Product Info,support/resources/";
		temp2[temp2.length]  = "0,User Manuals,support/technical_support/user_manuals.php,0";
		temp2[temp2.length]  = "0,Product Specifications,support/technical_support/specifications.php,0";
		temp2[temp2.length]  = "0,Hi-res Product Photos,support/resources/hires_images.htm,0";
		temp2[temp2.length]  = "0,Catalog Downloads,support/technical_support/catalogs.htm,0";
		temp2[temp2.length]  = "0,Amplifier Selector,products/amps/advanced_amp_selector.htm,0";
		temp2[temp2.length]  = "0,RoHS Compliance,support/resources/RoHS/,0";
		temp2[temp2.length]  = "0,UL Certifications,support/resources/UL_certifications.htm,0";
		temp2[temp2.length]  = "0,Rebates,rebate/,0";
		menus['product_resources']= temp2;
		temp2 = new Array();
	temp[temp.length]  = "website_resources,Website Resources,support/resources/";
		temp2[temp2.length]  = "0,Contact QSC,corporate/contact.htm,0";
		temp2[temp2.length]  = "0,Contact QSC's Webmaster,mailto:webmaster@qscaudio.com,1";
		
		temp2[temp2.length]  = "0,Discussion Forums,http://media.qscaudio.com/forum/,1";	
		temp2[temp2.length]  = "0,Articles & White Papers,support/technical_support/white_papers.htm,0";
		temp2[temp2.length]  = "0,Glossary of Audio Terms,support/glossary/,0";
		temp2[temp2.length]  = "0,Training & Education,support/education/,0";
		temp2[temp2.length]  = "0,Authorized U.S. Dealers,dealer_locator/dealer_locator.php,0";
		temp2[temp2.length]  = "0,Worldwide Distributors,dealer_locator/intl_distributors/intl_distributors.htm,0";
		temp2[temp2.length]  = "0,Logo and Trademarks,support/logo/,0";
		menus['website_resources']= temp2;
		temp2 = new Array();
	temp[temp.length]  = "support_resources,Tech Support Resources,support/resources/";	
		temp2[temp2.length]  = "0,Technical Support Home,support/support.htm,0";
		temp2[temp2.length]  = "0,Factory Service (RMA),support/technical_support/factory_services.htm,0";
		temp2[temp2.length]  = "0,Warranty Registration,warranty/decision.htm,0";
		temp2[temp2.length]  = "0,Order Parts & Accessories,http://www.qscstore.com/,1";
		temp2[temp2.length]  = "0,Tech Support Forum,http://media.qscaudio.com/forum/,1";
		temp2[temp2.length]  = "0,U.S. Service Centers,support/technical_support/service_centers.htm,0";
		temp2[temp2.length]  = "0,Worldwide Service,dealer_locator/intl_distributors/intl_distributors.htm,0";
		menus['support_resources']= temp2;
		temp2 = new Array();	
	temp[temp.length]  = "contractors_resources,Consultants & Contractors,support/resources/";	
		temp2[temp2.length]  = "0,Applications Guides,support/technical_support/app_guides.htm,0";
		temp2[temp2.length]  = "0,Architect's & Engineer's Specifications,support/architects_engineers/architects_and_engineers_specs.htm,0";
		temp2[temp2.length]  = "0,Loudspeaker Modeling Data,support/resources/loudspeaker_modeling.htm,0";
		temp2[temp2.length]  = "0,70 volt speaker calculator and amplifier matrix,support/resources/Ampifier_Matrix_Spreadsheet_with_speaker_calculator_v3.xls,0";
		temp2[temp2.length]  = "0,CAD Drawings,support/technical_support/cad_dxf.htm,0";
		temp2[temp2.length]  = "0,DSP Speaker Voicings,products/software/dsp_voicing/dsp_voicing.htm,0";
	
		temp2[temp2.length]  = "0,EASE Downloads,support/resources/ease_downloads.htm,0";
		temp2[temp2.length]  = "0,EASE Focus,products/software/EASE_Focus/ease_focus.htm,0";
		temp2[temp2.length]  = "0,EASE Address,products/software/ease_address/ease_address.htm,0";
		menus['contractors_resources']= temp2;
		temp2 = new Array();	
	
	
	temp[temp.length]  = "0,Site Map,support/site_map.htm,0";
	temp[temp.length]  = "0,Privacy Statement,registration/privacy/website_privacy.htm,0";	
	menus['resources'] = temp;
	temp = new Array();
labels[labels.length] = "support,Support,support/support.htm";
	temp[temp.length]  = "tech_support,Technical Support,support/support.htm,0";
		temp2[temp2.length]  = "0,Contact Tech Support,support/tech_support.htm,0";
		temp2[temp2.length]  = "0,Credit Card Payment Form,support/technical_support/tech_services_creditcard_form.pdf,0";
		temp2[temp2.length]  = "0,Tech Support Forums,forum/,0";
		temp2[temp2.length]  = "0,QSC FAQ,support/technical_support/faq.htm,0";
		temp2[temp2.length]  = "0,Service Center Directory,support/technical_support/service_centers.htm,0";
		temp2[temp2.length]  = "0,Factory Service (RMA),support/technical_support/factory_services.htm,0";
		temp2[temp2.length]  = "0,Factory Parts,support/technical_support/parts.htm,0";
		temp2[temp2.length]  = "0,User Manuals,support/technical_support/user_manuals.php,0";
		temp2[temp2.length]  = "0,Shipping weights & dimensions,support/technical_support/design_aid.htm,0";
		temp2[temp2.length]  = "0,Amplifier current consumption & heat loss,support/technical_support/current_consumption_heat_loss.htm,0";
		temp2[temp2.length]  = "0,Schematics,support/technical_support/schems1.htm,0";
		temp2[temp2.length]  = "0,Training & Education,support/education/,0";
		temp2[temp2.length]  = "0,Architect's & Engineer's Specifications,support/architects_engineers/architects_and_engineers_specs.htm,0";
		temp2[temp2.length]  = "0,Service Manuals,support/technical_support/schematics.htm,0";
		temp2[temp2.length]  = "0,CAD Drawings,support/technical_support/cad_dxf.htm,0";
		temp2[temp2.length]  = "0,Service Bulletins,support/technical_support/bulletins.htm,0";
		temp2[temp2.length]  = "0,Software Downloads,products/products.htm#Downloads,0";
		temp2[temp2.length]  = "0,Firmware Updates,support/technical_support/firmware_updates.htm,0";
		menus['tech_support']= temp2;
		temp2 = new Array();
	
		
		
		menus['locator'] = temp2;
		temp2 = new Array();
	temp[temp.length]  = "0,Factory Service (RMA),support/technical_support/factory_services.htm,0";	
	temp[temp.length]  = "0,Rebates,rebate/,0";
	temp[temp.length]  = "0,Forums,http://media.qscaudio.com/forum/,1";		
	temp[temp.length]  = "0,Department Contacts,support/sales_contact/sales.htm,0";
	//temp[temp.length]  = "0,Product Literature,support/technical_support/specifications.php,0";
	temp[temp.length]  = "0,Reps &amp; Distributors Login,http://marketing.qscaudio.com/,1";
	temp[temp.length]  = "0,Service Center Login,support/service_centers/,0";
		
	menus['support'] = temp;
	temp = new Array();

labels[labels.length] = "press,Pressroom,press/";

	temp[temp.length]  = "0,Current News,press/current_news.php,0";
	temp[temp.length]  = "0,Press Release Archive,press/news_archive.php,0";
	temp[temp.length]  = "0,Tradeshows & Events,tradeshows/tradeshows.htm,0";
	temp[temp.length]  = "0,Systems Portfolio,press/systems_portfolio.php,0";
	temp[temp.length]  = "0,Videos,media,0";
	temp[temp.length]  = "0,Obsessed Forum,obsessed/,0";
	menus['press'] = temp;
	temp = new Array();
labels[labels.length] = "registration,Product Registration,registration/registration.htm";
	temp[temp.length]  = "0,Warranty Registration,warranty/decision.htm,0";
	temp[temp.length]  = "0,6-Year Warranty Promo,warranty/warrantyinfo.htm,0";
	temp[temp.length]  = "0,Warranty Statement,registration/statement/statement.htm,0";
	temp[temp.length]  = "0,Rebates,rebate,0";
	menus['registration'] = temp;
	temp = new Array();
	
labels[labels.length]  = "locator2,Dealer Locator,dealer_locator/,0";
	temp[temp.length]  = "0,Authorized Dealers (U.S.),dealer_locator/dealer_locator.php,0";
	temp[temp.length]  = "0,Cinema Dealers (U.S.),cinema/cinema_dealers.php?domestic=1,0";
	temp[temp.length]  = "0,Service Centers,support/technical_support/service_centers.htm,0";
	temp[temp.length]  = "0,U.S. Wholesale Distributors,dealer_locator/us_distributors/,0";
	temp[temp.length]  = "0,WideLine Owners,products/speakers/isis/wideline/wideline_owners.htm,0";
	temp[temp.length]  = "0,Domestic Reps,dealer_locator/contacts/,0";
	temp[temp.length]  = "0,Worldwide Distributors,dealer_locator/intl_distributors/worldwide_distributors.php,0";
	temp[temp.length]  = "0,Worldwide Cinema Dealers,cinema/cinema_dealers.php,0";
	menus['locator2'] = temp;
	temp = new Array();
		
labels[labels.length] = "qstore,Shop QSC,store/qscstore.htm";
	temp[temp.length]  = "0,QSC Audio Wear,https://www.costore.com/qscaudio/welcome.asp,1";
	temp[temp.length]  = "0,QSC Parts & Accessories,http://www.qscstore.com/,1";
	menus['qstore'] = temp;
	temp = new Array();
labels[labels.length] = "search,Search,site_search/search.php";
	temp[temp.length]  = "0,Search the Site,site_search/search.php,0";
	temp[temp.length]  = "0,Site Map,support/site_map.htm,0";
	menus['search'] = temp;
	temp = new Array();
labels[labels.length] = "home,Home,index.htm";
	menus['home'] = temp;
	temp = new Array();
// menu.css defines most of the display parameters
//* if you get JS errors, check that all menus are defined and have at least one item
// this base url will be prepended to all menu links
baseurl = "/";