/* dyn_menu_lst.js */



// menu definitions

// menu 1

menu[0]        = new Array();
menu[0][0]     = new create_instance(126,0,CENTER,TRY_RIGHT,'sel_','deact_','lnk_','ns_',YES,VERTICAL,LEFT,1,0,NONE,'twm_entry','_self',120,30,0,'#FFB900','#4E69A1',NO,NO,NO,AUTO,POINTER);
menu[0][1]     = new Array();
menu[0][1][0]  = new create_menu(HORIZONTAL,NONE,NONE,NONE,NONE,'top_entry',NONE,NONE,NONE,1,NONE,NONE,NO,NONE,NONE,AUTO);
menu[0][1][1]  = new create_entry('HOME','index.php',NONE ,NONE,NONE,NONE,67 );
menu[0][1][2]  = new create_entry('ABOUT US','aboutUs.php' ,NONE ,NONE, NONE,NONE,90 );
menu[0][1][3]  = new create_entry('FAR-INFRARED SAUNAS',NONE,NONE,2,NONE,NONE,185);
//menu[0][1][4]  = new create_entry('ORDER NOW','orderNow.php',NONE,NONE,NONE,NONE,96 );
menu[0][1][4]  = new create_entry('DEALERS','dealers.php',NONE,3,NONE,NONE,88 );
menu[0][1][5]  = new create_entry('ARTICLES','articles.php',NONE,NONE,NONE,NONE,95 );
menu[0][1][6]  = new create_entry('WHAT\'S NEW?','whatsNew.php',NONE,NONE,NONE,NONE,113 );
menu[0][1][7]  = new create_entry('CONTACT US','contactUs.php',NONE,NONE,NONE,NONE,114 );

/*
menu[0][2]     = new Array();
menu[0][2][0]  = new create_menu(NONE,NONE,NONE,NONE,NONE,NONE,NONE,150,20,NONE,NONE,NONE,NONE,NO,NONE,NONE);
menu[0][2][1]  = new create_entry('Far-Infrared Saunas',NONE,NONE,3);
menu[0][2][2]  = new create_entry('Supplementation',NONE,NONE,4);
menu[0][2][3]  = new create_entry('Clean Air and Water',NONE,NONE,5);
menu[0][2][4]  = new create_entry('Bookstore','products2.php?category=books');
menu[0][2][5]  = new create_entry('Localized Pain Relief',NONE,NONE,7);
*/

menu[0][2]     = new Array();
menu[0][2][0]  = new create_menu(NONE,NONE,NONE,NONE,NONE,NONE,NONE,165,20,NONE,NONE,NONE,NONE,NONE,NONE,YES);
menu[0][2][1]  = new create_entry('Models','productsSaunasModels.php');
menu[0][2][2]  = new create_entry('What is Far-Infrared?','productsSaunasWhatIs.php');
menu[0][2][3]  = new create_entry('Features','productsSaunasFeatures.php');
menu[0][2][4]  = new create_entry('Benefits','productsSaunasBenefits.php');
menu[0][2][5]  = new create_entry('Advantages','productsSaunasAdvantages.php');
menu[0][2][6]  = new create_entry('Support','productsSaunasSupport.php');
menu[0][2][7]  = new create_entry('Registration','productsSaunasRegistration.php');
menu[0][2][8]  = new create_entry('Testimonials','productsSaunasTestimonials.php');
menu[0][2][9]  = new create_entry('FAQs','productsSaunasFaqs.php');

/*
menu[0][4]     = new Array();
menu[0][4][0]  = new create_menu(NONE,NONE,NONE,NONE,NONE,NONE,NONE,110,20,NONE,NONE,NONE,NONE,NONE,NONE,YES);
menu[0][4][1]  = new create_entry('Aerobic Life',NONE,NONE,6);
menu[0][4][2]  = new create_entry('Garden of Life','products2.php?category=supplement-garden');
menu[0][4][3]  = new create_entry('Mount Capra','products2.php?category=supplement-mtcapra');
*/

/*
menu[0][5]     = new Array();
menu[0][5][0]  = new create_menu(NONE,NONE,NONE,NONE,NONE,NONE,NONE,135,20,NONE,NONE,NONE,NONE,NONE,NONE,YES);
menu[0][5][1]  = new create_entry('Garden Products','products2.php?category=clean-garden');
menu[0][5][2]  = new create_entry('Fresh Air','products2.php?category=clean-air');
menu[0][5][3]  = new create_entry('Clean Water','products2.php?category=clean-water');
*/

/*
menu[0][6]     = new Array();
menu[0][6][0]  = new create_menu(NONE,NONE,NONE,NONE,NONE,NONE,NONE,145,20,NONE,NONE,NONE,NONE,NONE,NONE,YES);
menu[0][6][1]  = new create_entry('Oxygen Products','products2.php?category=supplement-aerobic-oxy');
menu[0][6][2]  = new create_entry('Aloe Vera Products','products2.php?category=supplement-aerobic-aloe');
menu[0][6][3]  = new create_entry('Herbal Products','products2.php?category=supplement-aerobic-herbal');
menu[0][6][4]  = new create_entry('Colon Care','products2.php?category=supplement-aerobic-colon');
menu[0][6][5]  = new create_entry('Supplements','products2.php?category=supplement-aerobic-supplement');
*/

/*
menu[0][7]     = new Array();
menu[0][7][0]  = new create_menu(NONE,NONE,NONE,NONE,NONE,NONE,NONE,145,20,NONE,NONE,NONE,NONE,NONE,NONE,YES);
menu[0][7][1]  = new create_entry('Introduction','productsPainIntro.php');
menu[0][7][2]  = new create_entry('Products','products2.php?category=painRelief');
menu[0][7][3]  = new create_entry('How it Works','productsPainWorks.php');
*/

menu[0][3]     = new Array();
menu[0][3][0]  = new create_menu(NONE,NONE,NONE,NONE,NONE,NONE,NONE,145,20,NONE,NONE,NONE,NONE,NONE,NONE,YES);
menu[0][3][1]  = new create_entry('Dealer Profiles','dealersProfile.php');  

