/*
 DHTML Menu version 3.3.19
 Written by Andy Woolley
 Copyright 2002 (c) Milonic Solutions. All Rights Reserved.
 Plase vist http://www.milonic.co.uk/menu or e-mail menu3@milonic.com
 You may use this menu on your web site free of charge as long as you place prominent links to http://www.milonic.co.uk/menu and
 your inform us of your intentions with your URL AND ALL copyright notices remain in place in all files including your home page
 Comercial support contracts are available on request if you cannot comply with the above rules.
 This script featured on Dynamic Drive (http://www.dynamicdrive.com)
 */

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.



////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=.3);beta(style=2,opacity=100);Shadow(color='#777777', Direction=135, Strength=11)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}


timegap=500				// The time delay for menus to remain visible
followspeed=45			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=5;		// Sub menu offset Top position 
suboffset_left=5;		// Sub menu offset Left position

style1=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"white",					// Mouse Off Font Color
"black",				// Mouse Off Background Color
"white",				// Mouse On Font Color
"black",				// Mouse On Background Color
"white",				// Menu Border Color 
10,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
7,						// Menu Item Padding
,			// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
"",				// Current Page Item Font Color (leave this blank to disable)
"pink",					// Current Page Item Background Color (leave this blank to disable)
,			// Top Bar image (Leave this blank to disable)
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				// Menu Header Background Color (Leave blank if headers are not needed)
]





style2=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"yellow",					// Mouse Off Font Color
"#003366",				// Mouse Off Background Color
"white",				// Mouse On Font Color
"#006699",				// Mouse On Background Color
"#003366",				// Menu Border Color 
9,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",					// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
1,						// Menu Item Padding
,			// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
"",				// Current Page Item Font Color (leave this blank to disable)
"pink",					// Current Page Item Background Color (leave this blank to disable)
,			// Top Bar image (Leave this blank to disable)
"#ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				// Menu Header Background Color (Leave blank if headers are not needed)
]



style3=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"white",					// Mouse Off Font Color
"#006699",				// Mouse Off Background Color
"yellow",				// Mouse On Font Color
"#003366",				// Mouse On Background Color
"#006699",				// Menu Border Color 
11,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",					// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
3,						// Menu Item Padding
,			// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
"",				// Current Page Item Font Color (leave this blank to disable)
"pink",					// Current Page Item Background Color (leave this blank to disable)
,			// Top Bar image (Leave this blank to disable)
"#ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				// Menu Header Background Color (Leave blank if headers are not needed)
]


addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
135,					// Menu Top - The Top position of the menu in pixels
0,				// Menu Left - The Left position of the menu in pixels
125,					// Menu Width - Menus width in pixels
0,					// Menu Border Width 
"center",					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style3,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
0,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use

,"Product Lines&nbsp;&nbsp;","show-menu=new",,"",1
,"Package Deals&nbsp;&nbsp;","show-menu=products",,"",1
,"Liquid Nutrition&nbsp;&nbsp;","show-menu=contact",,"",1
,"Ultimate Capsules&nbsp;&nbsp;","show-menu=tabs",,"",1
,"Personal Care&nbsp;&nbsp;","show-menu=care",,"",1
,"Home, Garden &nbsp;&nbsp;","show-menu=pet",,"",1

])
	
	 
 addmenu(menu=["new",,,170,1,"",style3,,"left",effect,,,,,,,,,,,,
		 
		 
		 		,"&nbsp;Youngevity™","http://www.youngevity.net/category/youngmain.html",,,1
		 		,"&nbsp;Mineral Makeup","http://www.youngevity.net/category/yngminm.html",,,1
		        ,"&nbsp;SupraLife™ Network","http://www.youngevity.net/category/SupraLife.html",,,1
		        ,"&nbsp;Rebound Fx","http://www.youngevity.net/category/SupraLife.html",,,1
		        ,"&nbsp;Pure Works'","http://www.youngevity.net/category/pure.html",,,1
		        ,"&nbsp;Tidal Wave Products","http://www.youngevity.net/category/TidalWave.html",,,1
		        ,"&nbsp;Ancient Legacy ","http://www.youngevity.net/category/AncientLegacy.html",,,1
		        ,"&nbsp;Bio-Lumin Essense","http://www.youngevity.net/category/Bio-Lumin.html",,,1
		        ,"&nbsp;Suzanne™","http://www.youngevity.net/category/Suzanne.html",,,1
		        ,"&nbsp;YGY Healthy Chocolate™","http://www.youngevity.net/category/healthychocolate.html",,,1
		        ,"&nbsp;NuVANTE™","http://www.youngevity.net/category/NuVANTE.html",,,1
		        ,"&nbsp;ProJoba™","http://www.youngevity.net/category/ProJoba.html",,,1
		        ,"&nbsp;Balance™","http://www.youngevity.net/category/balance.html",,,1
		 ,"&nbsp;Youngevity® --->","show-menu=loss",,,1
		 ,"&nbsp;SUPRALIFE™/TODDY™ ","show-menu=supra",,,1
		 ,"&nbsp;ANCIENT LEGACY™ ","show-menu=leg",,,1
		 ,"&nbsp;BIO-LUMIN™ ","show-menu=bio",,,1
		 ,"&nbsp;*** Pure Works'***","show-menu=pure",,,1
		 ,"&nbsp;*** ProJoba ***","show-menu=projoba",,,1      
         ,"&nbsp;Tidal Wave ® --->","show-menu=tidalwave",,,1
         ,"&nbsp;*** NuVante™ ***","show-menu=nuvante",,,1
         ,"&nbsp;*****   WEIGHT LOSS","show-menu=weight",,,1
         ,"&nbsp;Mineral Makeup® --->","show-menu=mineralm",,,1
         ,"&nbsp;*** Suzanne™ ***","show-menu=suzanne",,,1
                  
	])
	
	addmenu(menu=["new2",,,170,1,"",style3,,"left",effect,,,,,,,,,,,,
		,"&nbsp;Botanical Spa Starter Kit™","http://www.youngevity.net/product/172000.html",,,1
		,"&nbsp;D’Tox fx™","http://www.youngevity.net/product/20975.html",,,1
		,"&nbsp;Beyond Tangy Tangerine®","http://www.youngevity.net/product/23221.html",,,1
		,"&nbsp;PureWorks'™","http://www.youngevity.net/category/pure.html",,,1
		,"&nbsp;Jumbo Brain Pack™","http://www.youngevity.net/product/10210.html",,,1
		,"&nbsp;COCOGEVITY™","http://www.youngevity.net/product/13220.html",,,1
		,"&nbsp;H.G.H. Youth Complex™","/product/50223.html",,,1
        ,"&nbsp;Kid's Toddy®","http://www.youngevity.net/product/81150.html",,,1
        ,"&nbsp;Osteo -Fx Plus™","http://www.youngevity.net/product/13210.html",,,1
        ,"&nbsp;FOX PACK","http://www.youngevity.net/product/FOXPACK.html",,,1
	            ,"&nbsp;Osteo-Mag™ Magnesium","http://www.youngevity.net/product/21210.html",,,1
                ,"&nbsp;Rebound Fx™ Berri Boost","http://www.youngevity.net/product/13219.html",,,1
                ,"&nbsp;S.M.A.R.T. Fx™ ","http://www.youngevity.net/product/20970.html",,,1
                ,"&nbsp;Vision Fx™","http://www.youngevity.net/product/21202.html",,,1	
                ,"&nbsp;WEIGHT LOSS","show-menu=weight",,,1
                ,"Women's Fx™","http://www.youngevity.net/product/13215.html",,,1
                ,"Ultimate Youth™","http://www.youngevity.net/product/50197.html",,,1
                ,"&nbsp;Shea Body Soufflé™","show-menu=island",,,1 
	])
	
	
	addmenu(menu=["products",
	,,170,1,"",style3,,"left",effect,,,,,,,,,,,,
	
	,"&nbsp;5-DAY CLEANSING","http://www.youngevity.net/product/10235.html",,,1
	,"&nbsp;Basic Health Pack","http://www.youngevity.net/product/87305.html",,,1
	,"&nbsp;CocoPlus Combo™","http://www.youngevity.net/product/10230.html",,,1
	,"&nbsp;Duck Pack®","http://www.youngevity.net/product/87365.html",,,1
	,"&nbsp;Ferret Fat Pack™","http://www.youngevity.net/product/FERRET.html",,,1
	,"&nbsp;FOX PACK","http://www.youngevity.net/product/FOXPACK.html",,,1
	,"&nbsp;Jumbo Brain Pack™","http://www.youngevity.net/product/10210.html",,,1
	,"&nbsp;King Kong Cardio Pack™","http://www.youngevity.net/product/KONG.html",,,1
	,"&nbsp;Pig Pak®","http://www.youngevity.net/product/PIGPAK.html",,,1
	,"&nbsp;Pig Pak® Plus","http://www.youngevity.net/product/PGPKPLS.html",,,1
    ,"&nbsp;Mineral Makeup™ Kits","show-menu=mineralmkit",,,1
  	,"&nbsp;Botanical Spa Starter Kit™","http://www.youngevity.net/product/172000.html",,,1
	,"&nbsp; SupraLife Kits","show-menu=suprakits",,,1
	,"&nbsp; Essential Oil-KITS","show-menu=legkit",,,1
	,"&nbsp;*** New Products ***","show-menu=new2",,,1 
	,"&nbsp;*****   WEIGHT LOSS","show-menu=weight",,,1
	
	])
	
	addmenu(menu=["nuvante",,,170,1,,style2,0,"left",effect,0,,,,,,,,,,,

    ,"&nbsp;NuVante™","http://www.youngevity.net/category/NuVANTE.html",,,1
   	,"&nbsp;Nourish-Circulation™","http://www.youngevity.net/product/P10001.html",,,1
    ,"&nbsp;Replenish Exfoliation™","http://www.youngevity.net/product/P20002.html",,,1
   	,"&nbsp;Gentle Cleanse™","http://www.youngevity.net/product/P20004.html",,,1
   	,"&nbsp;Cleanse Foaming™","http://www.youngevity.net/product/P20005.html",,,1
    ,"&nbsp;Tone Antioxident™","http://www.youngevity.net/product/P20006.html",,,1
    ,"&nbsp;Tone Rebalancing™","http://www.youngevity.net/product/P20007.html",,,1
	,"&nbsp;Hydrate-Moisturizing™","/product/P20003.html",,,1
	,"&nbsp;NuVante Nu I™","http://www.youngevity.net/product/P20008.html",,,1
    ,"&nbsp;Shine Reparative™","http://www.youngevity.net/product/P20031.html",,,1
	,"&nbsp;NuVante Nuo™","http://www.youngevity.net/product/P20034.html",,,1
	,"&nbsp;NuVante Nu C™","http://www.youngevity.net/product/P30011.html",,,1		
	])	
	
	addmenu(menu=["weight",,,170,1,,style2,0,"left",effect,0,,,,,,,,,,,
    ,"&nbsp;BEYOND JUICE TWIN PACK ","http://www.youngevity.net/product/23602.html",,,1
    ,"&nbsp;CLEANSING HERBS","http://www.youngevity.net/product/50205.html",,,1
   	,"&nbsp;5-DAY CLEANSING","http://www.youngevity.net/product/10235.html",,,1
   	,"&nbsp;Tru Chocolate™ ","http://www.youngevity.net/product/Tru1x6.html",,,1
   	,"&nbsp;D’Tox fx™","http://www.youngevity.net/product/20975.html",,,1
    ,"&nbsp;Diet Resolution™","http://www.youngevity.net/product/21261.html",,,1
    ,"&nbsp;Ferret Fat Pack™","http://www.youngevity.net/product/FERRET.html",,,1
   	,"&nbsp;Formu-Lean-Z ","http://www.youngevity.net/product/86535.html",,,1
   	,"&nbsp;PigPak®","http://www.youngevity.net/product/PIGPAK.html",,,1
   	,"&nbsp;Slender Essense™","http://www.youngevity.net/product/65004.html",,,1
    ,"&nbsp;Natures Whey™","http://www.youngevity.net/product/23025.html",,,1
	,"&nbsp;Slender Essense™","http://www.youngevity.net/product/65004.html",,,1
	,"&nbsp;SUGAR EZE KIT™","http://www.youngevity.net/product/87365.html",,,1
	,"&nbsp;Ultimate Sweet-Eze™","http://www.youngevity.net/product/21201.html",,,1
    ,"&nbsp;Ultimate Youth™","http://www.youngevity.net/product/50197.html",,,1
    ,"&nbsp; ProJoba Slim ™","http://www.youngevity.net/product/PJ204.html",,,1
	])	

	addmenu(menu=["contact",,,170,1,,style3,0,"left",effect,0,,,,,,,,,,,		
    ,"&nbsp;Majestic Earth Index","http://www.youngevity.net/category/youngliquid.html",,,1
    ,"&nbsp;Cheri-Minerals™ ","http://www.youngevity.net/product/13204.html",,,1
    ,"&nbsp;Colloidal Silver™","http://www.youngevity.net/product/10401.html",,,1
    ,"&nbsp;COCOGEVITY™","http://www.youngevity.net/product/13220.html",,,1
    ,"&nbsp;Herbal Rainforest™","http://www.youngevity.net/product/13205.html",,,1
    ,"&nbsp;KID'S TODDY®","http://www.youngevity.net/product/81150.html",,,1	
    ,"&nbsp;Liquid Gluco-Gel™","http://www.youngevity.net/product/13216.html",,,1
    ,"&nbsp;Noni Goose Juice®","http://www.youngevity.net/product/13214C.html",,,1
    ,"&nbsp;Noni Plus Plus™ ","http://www.youngevity.net/product/50307.html",,,1
    ,"&nbsp;OxyBody Cherry Berry™","http://www.youngevity.net/product/13211.html",,,1
    ,"&nbsp;Plant Derived Minerals™","http://www.youngevity.net/product/13203.html",,,1
    ,"&nbsp;Rebound FX™","http://www.youngevity.net/category/Rebound.html",,,1
    ,"&nbsp;Sports Tech™","http://www.youngevity.net/product/13208.html",,,1
    ,"&nbsp;Tropical Plus™ ","http://www.youngevity.net/product/13206.html",,,1
    ,"&nbsp;Tropic Sensation™","http://www.youngevity.net/product/50306.html",,,1
    ,"&nbsp;Ultimate Classic®","http://www.youngevity.net/product/13201.html",,,1
    ,"&nbsp;Ultimate Osteo-fx™","http://www.youngevity.net/product/13209.html",,,1
    ,"&nbsp;Ultimate Osteo-Fx Plus™","http://www.youngevity.net/product/13210.html",,,1
    ,"&nbsp;Ultimate Tangy Tangerine®","http://www.youngevity.net/product/13221.html",,,1
    ,"&nbsp;Women's fx™ ","http://www.youngevity.net/product/13215.html",,,1
    ,"&nbsp;SUPRALIFE/TODDY ","show-menu=supra",,,1
    ,"&nbsp;**WEIGHT LOSS**","show-menu=weight",,,1

	])
	
		addmenu(menu=["tabs",,,175,1,,style3,0,"left",effect,0,,,,,,,,,,,
	
,"&nbsp;TABLETS  PART  2---->","show-menu=tabs2",,,1
,"&nbsp;Anti-Aging DailyPAK™","http://www.youngevity.net/product/50199.html",,,1
,"&nbsp;Bone Building Formula™","http://www.youngevity.net/product/50224.html",,,1
,"&nbsp;Balance Fx™","http://www.youngevity.net/product/20686.html",,,1
,"&nbsp;Beyond Juice Twin Pack™","http://www.youngevity.net/product/23602.html",,,1
,"&nbsp;Beyond Tangy Tangerine®","http://www.youngevity.net/product/23221.html",,,1
,"&nbsp;Bust fx™","http://www.youngevity.net/product/20687.html",,,1
,"&nbsp;C-fx™","http://www.youngevity.net/product/20984.html",,,1
,"&nbsp;Cal®","http://www.youngevity.net/product/21221.html",,,1
,"&nbsp;Cardio Fx™","http://www.youngevity.net/product/20683.html",,,1
,"&nbsp;Cleanse Fx™","http://www.youngevity.net/product/20693.html",,,1
,"&nbsp;Cleansing Herbs™ ","http://www.youngevity.net/product/50205.html",,,1
,"&nbsp;CM Plus™","http://www.youngevity.net/product/20985.html",,,1
,"&nbsp;D’Tox fx™","http://www.youngevity.net/product/20975.html",,,1
,"&nbsp;Daily®","http://www.youngevity.net/product/21831.html",,,1
,"&nbsp;Diet Resolution™","http://www.youngevity.net/product/21261.html",,,1
,"&nbsp;E.F.A.™","http://www.youngevity.net/product/20641.html",,,1
,"&nbsp;E.F.A. Plus™","http://www.youngevity.net/product/20989.html",,,1
,"&nbsp;BIO-LUMIN ESSENSE™ ","show-menu=bio",,,1	
,"&nbsp;BE HEALTHY --->","show-menu=health",,,1
,"&nbsp;SupraLife Tablets","show-menu=supratablet",,,1
,"&nbsp;Capsule Nutrition™","show-menu=legcap",,,1
,"&nbsp;WEIGHT LOSS","show-menu=weight",,,1

	])
	
	addmenu(menu=["tabs2",,,170,1,,style2,0,"left",effect,0,,,,,,,,,,,
 ,"&nbsp;Enzymes®","http://www.youngevity.net/product/21211.html",,,1
 ,"&nbsp;Flora Fx™","http://www.youngevity.net/product/20692.html",,,1
 ,"&nbsp;Gluco-Gel™","http://www.youngevity.net/product/21251.html",,,1
 ,"&nbsp;H.G.H. Youth Complex™","http://www.youngevity.net/product/50223.html",,,1
 ,"&nbsp;Hair, Skin & Nails Formula™ ","http://www.youngevity.net/product/50225.html",,,1
 ,"&nbsp;Killer Biotic fx®","http://www.youngevity.net/product/20688.html",,,1
 ,"&nbsp;Memory fx™","http://www.youngevity.net/product/20690.html",,,1
 ,"&nbsp;Mineral Caps™","http://www.youngevity.net/product/20691.html",,,1
 ,"&nbsp;Natures Whey™","http://www.youngevity.net/product/23025.html",,,1
 ,"&nbsp;OPC-T™","http://www.youngevity.net/product/20681.html",,,1
 ,"&nbsp;Osteo Mag™","http://www.youngevity.net/product/21210.html",,,1	
 ,"&nbsp;Prost Fx™","http://www.youngevity.net/product/20682.html",,,1
 ,"&nbsp;Selenium™","http://www.youngevity.net/product/20971.html",,,1
 ,"&nbsp;S.M.A.R.T. Fx™ ","http://www.youngevity.net/product/20970.html",,,1
 ,"&nbsp;Super Cell Protector™","http://www.youngevity.net/product/50217.html",,,1
 ,"&nbsp;Sweet Eze™","http://www.youngevity.net/product/21201.html",,,1
 ,"&nbsp;Vision Fx™","http://www.youngevity.net/product/21202.html",,,1
 ,"&nbsp;Women's Hormonal Balancer™","http://www.youngevity.net/product/50241.html",,,1
 ,"&nbsp;WEIGHT LOSS","show-menu=weight",,,1	
	])	

addmenu(menu=["bio",,,170,1,,style2,0,"left",effect,0,,,,,,,,,,,
    ,"&nbsp;Main Page","http://www.youngevity.net/category/Bio-Lumin.html",,,1
    ,"&nbsp;Daily Essense™","http://www.youngevity.net/product/65001.html",,,1
	,"&nbsp;Nightly Essense™","http://www.youngevity.net/product/65002.html",,,1
	,"&nbsp;Slender Essense™","http://www.youngevity.net/product/65004.html",,,1
	,"&nbsp;Flora Fx™","http://www.youngevity.net/product/20692.html",,,1
	,"&nbsp;Enzymes®","http://www.youngevity.net/product/21211.html",,,1
	,"&nbsp;Cleanse Fx™","http://www.youngevity.net/product/20693.html",,,1
    ,"&nbsp;Cleansing Herbs™ ","http://www.youngevity.net/product/50205.html",,,1	
	])	
	
		addmenu(menu=["projoba",,,170,1,,style3,0,"left",effect,0,,,,,,,,,,,
    ,"&nbsp;ProJoba","http://www.youngevity.net/category/ProJoba.html",,,1
    ,"&nbsp;ProJoba Nutritional ","http://www.youngevity.net/category/Pronutrition.html",,,1
	,"&nbsp;ProJoba Personal Care","http://www.youngevity.net/category/ProPCare.html",,,1
		
	])	
	
	addmenu(menu=["supra",,,170,1,,style3,0,"left",effect,0,,,,,,,,,,,
    ,"&nbsp;Main Page","http://www.youngevity.net/category/SupraLife.html",,,1
    ,"&nbsp;SupraLife Liquid Toddys","show-menu=supraliquid",,,1
	,"&nbsp;SupraLife Tablets","show-menu=supratablet",,,1
    ,"&nbsp;SupraLife Nurtition Kits","show-menu=suprakits",,,1
		
	])
			
		addmenu(menu=["supraliquid",,,170,1,,style2,0,"left",effect,0,,,,,,,,,,,
    ,"&nbsp;Main Page","http://www.youngevity.net/category/SupraLifeliquid.html",,,1
    ,"&nbsp;Cal Toddy™ ","http://www.youngevity.net/product/81200.html",,,1
	,"&nbsp;EQ Factor™ ","http://www.youngevity.net/product/81300.html",,,1
    ,"&nbsp;Kid's Toddy® ","http://www.youngevity.net/product/81150.html",,,1
	,"&nbsp;Mineral Toddy™ ","http://www.youngevity.net/product/81110.html",,,1
	,"&nbsp;Oxy Rich Toddy™ ","http://www.youngevity.net/product/83122.html",,,1
    ,"&nbsp;Rainforest Toddy®","http://www.youngevity.net/product/81115.html",,,1
    ,"&nbsp;Sports Toddy®","http://www.youngevity.net/product/13208.html",,,1
    ,"&nbsp;Total Toddy ®","http://www.youngevity.net/product/81100.html",,,1
    ,"&nbsp;Ultra Body Toddy®","http://www.youngevity.net/product/81099.html",,,1
    			
	])	
	
	addmenu(menu=["supratablet",,,170,1,,style2,0,"left",effect,0,,,,,,,,,,,
    ,"&nbsp;Main Page","http://www.youngevity.net/category/SupraLifetab.html",,,1
    ,"&nbsp;Bio Calcium ®","http://www.youngevity.net/product/82132.html",,,1
	,"&nbsp;Cell Shield®","http://www.youngevity.net/product/81500.html",,,1
	,"&nbsp;D Stress™","http://www.youngevity.net/product/82123.html",,,1
	,"&nbsp;Enzyme Plus™","http://www.youngevity.net/product/82124.html",,,1
	,"&nbsp;Formu-Leane Z™","http://www.youngevity.net/product/86535.html",,,1
	,"&nbsp;Flex Flow™","http://www.youngevity.net/product/82150.html",,,1
    ,"&nbsp;Formula Plus™","http://www.youngevity.net/product/82100.html",,,1
    ,"&nbsp;Immu-911™","http://www.youngevity.net/product/82505.html",,,1
    ,"&nbsp;Multi-E.F.A®","http://www.youngevity.net/product/82165.html",,,1
    ,"&nbsp;Maxum Essentials™","http://www.youngevity.net/product/82110.html",,,1
    ,"&nbsp;Pro Flow™","http://www.youngevity.net/product/82121.html",,,1
    ,"&nbsp;Sugar-Eze™","http://www.youngevity.net/product/82125.html",,,1
    ,"&nbsp;Total Recall™","http://www.youngevity.net/product/82130.html",,,1
    			
	])	
	
		addmenu(menu=["suprakits",,,170,1,,style2,0,"left",effect,0,,,,,,,,,,,
    ,"&nbsp;Main Page","http://www.youngevity.net/category/suprakit.html",,,1
    ,"&nbsp;Basic Starter Kit","http://www.youngevity.net/product/87305.html",,,1
	,"&nbsp;Cardiocare Kit","http://www.youngevity.net/product/87350.html",,,1
    ,"&nbsp;EQ Factor™ System","http://www.youngevity.net/product/87200.html",,,1
	,"&nbsp;Essential System","http://www.youngevity.net/product/87215.html",,,1
    ,"&nbsp;Healthy Immune Kit","http://www.youngevity.net/product/87330.html",,,1
    ,"&nbsp;Joint-Ease Kit","http://www.youngevity.net/product/87355.html",,,1
    ,"&nbsp;Jumbo Brain Pack™","http://www.youngevity.net/product/10210.html",,,1
    ,"&nbsp;Total Toddy Kit","http://www.youngevity.net/product/87340.html",,,1
    ,"&nbsp;Sugar- Eze™ Kit","http://www.youngevity.net/product/87365.html",,,1
    ,"&nbsp;Ultra Toddy 90 PAK™","http://www.youngevity.net/product/10225.html",,,1
    ,"&nbsp;Ultra Nutrition Kit™","http://www.youngevity.net/product/87210.html",,,1			
	])	

	addmenu(menu=["loss",,,170,1,,style3,0,"left",effect,0,,,,,,,,,,,        		
		,"&nbsp;MAIN PAGE","http://www.youngevity.net/category/youngmain.html",,,1	
		,"&nbsp;Majestic Earth® Liquid","show-menu=contact",,,1	
		,"&nbsp;Mineral Makeup® --->","show-menu=mineralm",,,1
        ,"&nbsp;BE HEALTHY --->","show-menu=health",,,1
        ,"&nbsp;BE SLIM","http://www.youngevity.net/category/yngweight.html",,,1
        ,"&nbsp;BE BEAUTIFUL --->","show-menu=beauty",,,1        
   ])	   
   
   addmenu(menu=["mineralm",,,170,1,,style2,0,"left",effect,0,,,,,,,,,,,
        ,"&nbsp;Mineral Makeup™ Main","http://www.youngevity.net/category/yngminm.html",,,1
        ,"&nbsp;Mineral Makeup™ Kits","show-menu=mineralmkit",,,1
        ,"&nbsp;Mineral Makeup™ Concealer","http://www.youngevity.net/category/yngminmcon.html",,,1
        ,"&nbsp;Mineral Makeup™ Cheeks ","http://www.youngevity.net/category/yngminmcheek.html",,,1
        ,"&nbsp;Mineral Makeup™ Bronzer","http://www.youngevity.net/category/yngminmchbronz.html",,,1
        ,"&nbsp;Mineral Makeup Foundations","http://www.youngevity.net/category/yngminmfound.html",,,1
        ,"&nbsp;Mineral Makeup Eye Shadows","http://www.youngevity.net/category/yngminmeyesh.html",,,1
        ,"&nbsp;Mineral Makeup Lips","http://www.youngevity.net/category/yngminmlips.html",,,1
        ,"&nbsp;Mineral Makeup EyeLiner","http://www.youngevity.net/category/yngminmline.html",,,1
        ,"&nbsp;Mineral Makeup Tools","http://www.youngevity.net/category/yngminmtool.html",,,1
	])	    
	 addmenu(menu=["mineralmkit",,,180,1,,style2,0,"left",effect,0,,,,,,,,,,,
        ,"&nbsp;HEART™ BLUSH KIT","http://www.youngevity.net/product/163060H.html",,,1
        ,"&nbsp;LIGHT 1 FOUNDATION KIT ","http://www.youngevity.net/product/163014.html",,,1
        ,"&nbsp;LIGHT 2 FOUNDATION KIT","http://www.youngevity.net/product/163016.html",,,1
        ,"&nbsp;MEDIUM 1 FOUNDATION KIT ","http://www.youngevity.net/product/163018.html",,,1
        ,"&nbsp;MEDIUM 2 FOUNDATION KIT ","http://www.youngevity.net/product/163020.html",,,1
        ,"&nbsp;DARK 1 FOUNDATION KIT ","http://www.youngevity.net/product/163022.html",,,1
        ,"&nbsp;DARK 2 FOUNDATION KIT ","http://www.youngevity.net/product/163024.html",,,1
        ,"&nbsp;LIGHT 1 MINI KIT","http://www.youngevity.net/product/163031L1.html",,,1
        ,"&nbsp;LIGHT 2 MINI KIT","http://www.youngevity.net/product/163031L2.html",,,1
        ,"&nbsp;BEST OF BRAZIL EYE KIT","http://www.youngevity.net/product/163032B.html",,,1
        ,"&nbsp;BRAZIL EYE SHADOW KIT ","http://www.youngevity.net/product/163035B.html",,,1
        ,"&nbsp;BEST OF BRAZIL EYE SHADOW","http://www.youngevity.net/product/163066.html",,,1
        ,"&nbsp;COOL CARIBBEAN EYE KIT","http://www.youngevity.net/product/163032C.html",,,1        
        ,"&nbsp;CARIBBEAN EYE SHADOW KIT","http://www.youngevity.net/product/163035C.html",,,1  
        ,"&nbsp;COOL CARIBBEAN COLL","http://www.youngevity.net/163065.html",,,1      
        ,"&nbsp;SAMPLE TOWER LIGHT-MED","http://www.youngevity.net/product/163050LM.html",,,1        
        ,"&nbsp;SAMPLE TOWER MED-DARK","http://www.youngevity.net/product/163050MD.html",,,1
        ,"&nbsp;AUTUMN IN NEW ENGLAND","http://www.youngevity.net/product/163063.html",,,1
        ,"&nbsp;FALLING LEAVES","http://www.youngevity.net/product/163064.html",,,1
        ,"&nbsp;COOL CARIBBEAN","http://www.youngevity.net/163065.html",,,1
        ,"&nbsp;AFRICAN SAFARI","http://www.youngevity.net/product/163067.html",,,1
        ,"&nbsp;BRITISH ROYALTY","http://www.youngevity.net/product/163068.html",,,1
        ,"&nbsp;NORTHERN LIGHTS","http://www.youngevity.net/product/163069.html",,,1
        ,"&nbsp;EYES ARE SMILING","http://www.youngevity.net/product/163071.html",,,1
        ,"&nbsp;FINE WINES OF FRANCE","http://www.youngevity.net/product/163072.html",,,1
        ,"&nbsp;WINTER IN THE ALPS","http://www.youngevity.net/product/163074.html",,,1
        ,"&nbsp;PRO BRUSH KIT ","http://www.youngevity.net/product/163003.html",,,1
        ,"&nbsp;PRO BRUSH KIT FOR EYES","http://www.youngevity.net/product/163008.html",,,1
		,"&nbsp;Botanical Spa Starter Kit™","http://www.youngevity.net/product/172000.html",,,1


	])	    	
	
   
	addmenu(menu=["health",,,170,1,,style2,0,"left",effect,0,,,,,,,,,,,
        ,"&nbsp;Anti-Aging DailyPAK™","http://www.youngevity.net/product/50198.html",,,1
        ,"&nbsp;Bone Building Formula™","http://www.youngevity.net/product/50224.html",,,1
        ,"&nbsp;Cleansing Herbs™ ","http://www.youngevity.net/product/50205.html",,,1
        ,"&nbsp;Hair, Skin & Nails Formula™ ","http://www.youngevity.net/product/50225.html",,,1
        ,"&nbsp;H.G.H. Youth Complex™","http://www.youngevity.net/product/50223.html",,,1
        ,"&nbsp;Noni Plus Plus™ ","http://www.youngevity.net/product/50307.html",,,1
        ,"&nbsp;Super Cell Protector™","http://www.youngevity.net/product/50217.html",,,1
        ,"&nbsp;Tropic Sensation™","http://www.youngevity.net/product/50306.html",,,1
        ,"&nbsp;Women's Hormonal Balancer™","http://www.youngevity.net/product/50241.html",,,1
        ,"Ultimate Youth™","http://www.youngevity.net/product/50197.html",,,1
        ,"&nbsp;WEIGHT LOSS","show-menu=weight",,,1
	])			
	
	addmenu(menu=["beauty",,,170,1,,style2,0,"left",effect,0,,,,,,,,,,,
                 ,"&nbsp;Main Page","http://www.youngevity.net/category/younginvision.html",,,1
                 ,"&nbsp;5 Piece Skincare Kit ","http://www.youngevity.net/product/50459.html",,,1
                 ,"&nbsp;6 Piece Deluxe Skincare Kit","http://www.youngevity.net/product/50460.html",,,1
                 ,"&nbsp;Balancing Toner™ ","http://www.youngevity.net/product/50421.html",,,1
                 ,"&nbsp;Anti-Aging Serum™ ","http://www.youngevity.net/product/50427.html",,,1
                 ,"&nbsp;Day & Night Revitalizing Moisturizer™","http://www.youngevity.net/product/50433.html",,,1
                 ,"&nbsp;Hydrating Facial Cleanser™","http://www.youngevity.net/product/50415.html",,,1
                 ,"&nbsp;Hydrating Eye Therapy™","http://www.youngevity.net/product/50439.html",,,1
                 ,"&nbsp;Hand & Body Moisturizer™","http://www.youngevity.net/product/50462.html",,,1
                 ,"&nbsp;Noni & Aloe Hand Spa™","http://www.youngevity.net/product/50463.html",,,1
                 ,"&nbsp;Noni & Aloe Foot Spa™","http://www.youngevity.net/product/50464.html",,,1
                 ,"&nbsp;Liquid Face Lift™","http://www.youngevity.net/product/50500.html",,,1
                 ,"&nbsp;Hand & Body Moisturizer™","http://www.youngevity.net/product/50462.html",,,1
                 ,"&nbsp;Botanical Spa Nourishing Creamy Cleanser™","http://www.youngevity.net/product/170101.html",,,1
                 ,"&nbsp;Botanical Spa Exfoliating Gel Cleanser ™","http://www.youngevity.net/product/170102.html",,,1
  ])
	
	addmenu(menu=["care",,,170,1,,style3,0,"left",effect,0,,,,,,,,,,,
    ,"&nbsp;BE BEAUTIFUL --->","show-menu=beauty",,,1
    ,"&nbsp;Mineral Makeup® --->","show-menu=mineralm",,,1
    ,"&nbsp;Invision™ --->","show-menu=invision",,,1
    ,"&nbsp;*** Pure Works'***","show-menu=pure",,,1
    ,"&nbsp;*** NuVante™ ***","show-menu=nuvante",,,1
    ,"&nbsp;*** Suzanne™ ***","show-menu=suzanne",,,1
  	,"&nbsp;ProJoba Personal Care","http://www.youngevity.net/category/ProPCare.html",,,1
	,"&nbsp;YouNique Skin Care™ ","http://www.youngevity.net/category/yn.html",,,1
    ,"&nbsp;YouNique Personal Care™ ","http://www.youngevity.net/category/YouNiquePC.html",,,1

   	
	])		
	
	
		addmenu(menu=["invision",,,170,1,,style2,0,"left",effect,0,,,,,,,,,,,
   	,"&nbsp;5 Piece Skincare Kit ","http://www.youngevity.net/product/50459.html",,,1
   	,"&nbsp;6 Piece Deluxe Skincare Kit","http://www.youngevity.net/product/50460.html",,,1
	,"&nbsp;Alpha Scrub","http://www.youngevity.net/product/40411.html",,,1
	,"&nbsp;Anti-Aging Serum™","http://www.youngevity.net/product/50427.html",,,1
	,"&nbsp;Anti Bacterial Soap","http://www.youngevity.net/product/40808.html",,,1
	,"&nbsp;Balance Cream","http://www.youngevity.net/product/40204.html",,,1
	,"&nbsp;Balancing Toner™","http://www.youngevity.net/product/50421.html",,,1
	,"&nbsp;Body Cleanser","http://www.youngevity.net/product/41606.html",,,1
	,"&nbsp;Botanical Shampoo","http://www.youngevity.net/product/41604.html",,,1
	,"&nbsp;CM Cream™","http://www.youngevity.net/product/150201.html",,,1
	,"&nbsp;Day & Night Revitalizing Moisturizer™","http://www.youngevity.net/product/50433.html",,,1
	,"&nbsp;Eye & Throat Cream","http://www.youngevity.net/product/140111.html",,,1
	,"&nbsp;Hair Conditioner","http://www.youngevity.net/product/40805.html",,,1
	,"&nbsp;Hand & Body Lotion","http://www.youngevity.net/product/40807.html",,,1
	,"&nbsp;Herbal Cream","http://www.youngevity.net/product/40213.html",,,1
	,"&nbsp;Hydrating Facial Cleanser","http://www.youngevity.net/product/50415.html",,,1
	,"&nbsp;Skin Enhancer™","http://www.youngevity.net/product/40201.html",,,1

	])	
		addmenu(menu=["pure",,,170,1,,style2,0,"left",effect,0,,,,,,,,,,,    
   	,"&nbsp;Pure Works'","http://www.youngevity.net/category/pure.html",,,1
	,"&nbsp;PureWorks Lotion","http://www.youngevity.net/category/pwlotion.html",,,1
	,"&nbsp;PureWorks Body Soaps","http://www.youngevity.net/category/pwBodySoaps.html",,,1
    ,"&nbsp;By the Case","http://www.youngevity.net/category/pwcase.html",,,1
	,"&nbsp;Pure FAQ","http://www.youngevity.net/category/pwfaq.html",,,1	

	])		
	
			addmenu(menu=["suzanne",,,170,1,,style2,0,"left",effect,0,,,,,,,,,,,    
   	,"&nbsp;Suzanne™ '","http://www.youngevity.net/category/Suzanne.html",,,1
	,"&nbsp;Beauty by Suzanne™ ","http://www.youngevity.net/category/suzannebeauty.html",,,1
	,"&nbsp;Food by Suzanne™ ","http://www.youngevity.net/category/suzannefood.html",,,1
    ,"&nbsp;Jewelry by Suzanne™ ","http://www.youngevity.net/category/pwcase.html",,,1
	,"&nbsp;Facemaster by Suzanne™ ","http://www.youngevity.net/category/pwfaq.html",,,1	

	])		
	
		
			addmenu(menu=["tidalwave",,,170,1,,style2,0,"left",effect,0,,,,,,,,,,,    
   	,"&nbsp;Tidal Wave Products '","http://www.youngevity.net/category/TidalWave.html",,,1
	,"&nbsp;Wellness Products ","http://www.youngevity.net/category/TWwellnesss.html",,,1
	,"&nbsp;YouNique Skin Care™ ","http://www.youngevity.net/category/yn.html",,,1
    ,"&nbsp;YouNique Personal Care™ ","http://www.youngevity.net/category/YouNiquePC.html",,,1
	,"&nbsp;Tidal Wave Filters™ ","http://www.youngevity.net/category/TWfilters.html",,,1	

	])	
	
	
	
	
	
	addmenu(menu=["pet",,,170,1,,style3,0,"left",effect,0,,,,,,,,,,,    
   	,"&nbsp;Home and Garden","http://www.youngevity.net/category/ynghg.html",,,1
	,"&nbsp;Blooming Mineral™","http://www.youngevity.net/product/60201.html",,,1
	,"&nbsp;HydroWash™ Liquid ","http://www.youngevity.net/product/43210.html",,,1
    ,"&nbsp;HydroKlean™ POWDER ","http://www.youngevity.net/product/48015.html",,,1
	,"&nbsp;Arthy Dex™","http://www.youngevity.net/product/71601.html",,,1	
	,"&nbsp;*** Pure Works'***","show-menu=pure",,,1
    ,"&nbsp;*** NuVante™ ***","show-menu=nuvante",,,1


	])
	
	addmenu(menu=["leg",,,170,1,,style3,0,"left",effect,0,,,,,,,,,,,
    	
	,"&nbsp;ANCIENT LEGACY™ Main","http://www.youngevity.net/category/AncientLegacy.html",,,1
	,"&nbsp;Essential Oils™ A-O","show-menu=oil",,,1
	,"&nbsp;Essential Oils™ P-Z","show-menu=oil2",,,1
	,"&nbsp;Capsule Nutrition™","show-menu=legcap",,,1
	,"&nbsp;Essential Oil-KITS","show-menu=legkit",,,1

	])
	
	addmenu(menu=["legkit",,,170,1,,style2,0,"left",effect,0,,,,,,,,,,,
    
    ,"&nbsp;ANCIENT LEGACY™ Main","http://www.youngevity.net/category/AncientLegacy.html",,,1
	,"&nbsp;Basic Starter Kit™","http://www.youngevity.net/product/67950.html",,,1
	,"&nbsp;Home Defense Kit™","http://www.youngevity.net/product/67951.html",,,1
    ,"&nbsp;Children's Blending Kit™","http://www.youngevity.net/product/67952.html",,,1
	
	])	
	
	addmenu(menu=["oil",,,170,1,,style2,0,"left",effect,0,,,,,,,,,,,
    ,"&nbsp;ANCIENT LEGACY™ Main","http://www.youngevity.net/category/AncientLegacyOils.html",,,1
    ,"&nbsp;1st Defense™","http://www.youngevity.net/product/67011.html",,,1
	,"&nbsp;BASIL OIL™","http://www.youngevity.net/product/67061.html",,,1
	,"&nbsp;BERGAMOT OIL™","http://www.youngevity.net/product/67063.html",,,1
	,"&nbsp;BAY LAUREL OIL™","http://www.youngevity.net/product/67062.html",,,1
	,"&nbsp;BIRCH OIL ™","http://www.youngevity.net/product/67064.html",,,1
	,"&nbsp;Breath of Life™","http://www.youngevity.net/product/67013.html",,,1
	,"&nbsp;Black Spruce Oil ™","http://www.youngevity.net/product/67053.html",,,1
	,"&nbsp;CARROT SEED OIL™","http://www.youngevity.net/product/67065.html",,,1
	,"&nbsp;CEDARWOOD OIL ™","http://www.youngevity.net/product/67066.html",,,1
	,"&nbsp;Cinnamon","http://www.youngevity.net/product/67049.html",,,1
	,"&nbsp;Clove Bud Oil ","http://www.youngevity.net/product/67051.html",,,1
    ,"&nbsp;Clary Sage™","http://www.youngevity.net/product/67014.html",,,1
    ,"&nbsp;Cypress Oil™","http://www.youngevity.net/product/67052.html",,,1
	,"&nbsp;Deep Cleanser™","http://www.youngevity.net/product/67015.html",,,1
	,"&nbsp;Dragon's Breath™","http://www.youngevity.net/product/67047.html",,,1
	,"&nbsp;Eucalyptus Citriodora™","http://www.youngevity.net/product/67067.html",,,1
	,"&nbsp;Eucalyptus Globules™","http://www.youngevity.net/product/67016.html",,,1
	,"&nbsp;Eucalyptus Radiata™","http://www.youngevity.net/product/67017.html",,,1
	,"&nbsp;Fir Balsam™","http://www.youngevity.net/product/67018.html",,,1
	,"&nbsp;Frankincense Oil™","http://www.youngevity.net/product/67020.html",,,1
    ,"&nbsp;Frankincense & Lavender™","http://www.youngevity.net/product/67019.html",,,1
	,"&nbsp;GI Purify™","http://www.youngevity.net/product/67021.html",,,1
	,"&nbsp;Ginger™","http://www.youngevity.net/product/67022.html",,,1
	,"&nbsp;Grapeseed carrier oil™","http://www.youngevity.net/product/67050.html",,,1
    ,"&nbsp;Helichrysum™","http://www.youngevity.net/product/67024.html",,,1
    ,"&nbsp;Jasminum officinalis™","http://www.youngevity.net/product/67071.html",,,1
    ,"&nbsp;Jojoba Seed Oil™","http://www.youngevity.net/product/67055.html",,,1	
    ,"&nbsp;Lavender Chamomile Oil™","http://www.youngevity.net/product/67056.html",,,1
	,"&nbsp;Lavender, Mailette™","http://www.youngevity.net/product/67025.html",,,1
	,"&nbsp;Lemon™","http://www.youngevity.net/product/67026.html",,,1
	,"&nbsp;Lemongrass™","http://www.youngevity.net/product/67068.html",,,1	
				
	])
			
		addmenu(menu=["oil2",,,170,1,,style2,0,"left",effect,0,,,,,,,,,,,
		
	,"&nbsp;Marjoram Oil™","http://www.youngevity.net/product/67054.html",,,1
	,"&nbsp;Myrrh™","http://www.youngevity.net/product/67027.html",,,1
	,"&nbsp;NEROLI™","http://www.youngevity.net/product/67072.html",,,1
	,"&nbsp;Niaouli Blending Oil™","http://www.youngevity.net/product/67069.html",,,1
	,"&nbsp;Oregano Lavender 30%™","http://www.youngevity.net/product/67029.html",,,1
    ,"&nbsp;Patchouli™","http://www.youngevity.net/product/67070.html",,,1
	,"&nbsp;Peppermint™","http://www.youngevity.net/product/67030.html",,,1
	,"&nbsp;Pink Grapefruit™","http://www.youngevity.net/product/67023.html",,,1
	,"&nbsp;Prosperity™","http://www.youngevity.net/product/67031.html",,,1
	,"&nbsp;Ravensara™","http://www.youngevity.net/product/67032.html",,,1
	,"&nbsp;Red Mandarin Oil™","http://www.youngevity.net/product/67057.html",,,1
    ,"&nbsp;Robe of Light™","http://www.youngevity.net/product/67033.html",,,1
    ,"&nbsp;Rose Oil™","http://www.youngevity.net/product/67073.html",,,1
	,"&nbsp;Rose Geranium™","http://www.youngevity.net/product/67034.html",,,1
	,"&nbsp;Rosemary Oil™","http://www.youngevity.net/product/67058.html",,,1
	,"&nbsp;Sacred Place™","http://www.youngevity.net/product/67046.html",,,1
	,"&nbsp;Sandalwood™","http://www.youngevity.net/product/67035.html",,,1
	,"&nbsp;Sealing Oil™","http://www.youngevity.net/product/67048.html",,,1
    ,"&nbsp;Sweet Orange™","http://www.youngevity.net/product/67028.html",,,1
	,"&nbsp;Shaman's Blend™","http://www.youngevity.net/product/67036.html",,,1
	,"&nbsp;Tea Tree™","http://www.youngevity.net/product/67037.html",,,1
    ,"&nbsp;Thyme ct.Linalool™","http://www.youngevity.net/product/67038.html",,,1
	,"&nbsp;Thyme Thymol™","http://www.youngevity.net/product/67045.html",,,1
	,"&nbsp;To Be At Peace™","http://www.youngevity.net/product/67039.html",,,1
	,"&nbsp;To Be Happy™","http://www.youngevity.net/product/67040.html",,,1
	,"&nbsp;To Be Loved™","http://www.youngevity.net/product/67041.html",,,1
	,"&nbsp;To Be Well™","http://www.youngevity.net/product/67042.html",,,1
	,"&nbsp;Trauma™","http://www.youngevity.net/product/67043.html",,,1
    ,"&nbsp;Ylang Ylang Complete™","http://www.youngevity.net/product/67044.html",,,1
    
	])	
	
	addmenu(menu=["legcap",,,170,1,,style2,0,"left",effect,0,,,,,,,,,,,
    
	,"&nbsp;Colon Plus™","http://www.youngevity.net/product/67501.html",,,1
	,"&nbsp;Digest Plus™","http://www.youngevity.net/product/67502.html",,,1
    ,"&nbsp;Joint Plus™","http://www.youngevity.net/product/67503.html",,,1	
    ,"&nbsp;King Calcium™","http://www.youngevity.net/product/67504.html",,,1
	,"&nbsp;Mega MSM™","http://www.youngevity.net/product/67506.html",,,1
	,"&nbsp;Ocean's Gold™","http://www.youngevity.net/product/67507.html",,,1
    ,"&nbsp;Super KB™","http://www.youngevity.net/product/67508.html",,,1
	,"&nbsp;Vita Kid™","http://www.youngevity.net/product/67510.html",,,1	
	,"&nbsp; Vita Food™","http://www.youngevity.net/product/67509.html",,,1	
	])
	
	
	
dumpmenus()
