/*
	* DHTML Menu version 3.3.19
	* written by Andy Woolley
	* Copyright 2002 Andy Woolley. All Rights Reserved.
	*
	* Please feel free to use this code on your own website free of charge.
	* You can also distribute and modify this source code as long as this
	* Copyright notice remains intact and that you send me notice that you
	* intend to use this code on your website. 
	*
	* Limited support for this script is provided
	* Commercial licence agreements are available on request for use & full support.
	* You can send email to menu3@milonic.com 

	* 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.

//03.10.10

////////////////////////////////////
// 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=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}


timegap=600			// The time delay for menus to remain visible
followspeed=3			// Follow Scrolling speed
followrate=30			// Follow Scrolling Rate
suboffset_top=1;		// Sub menu offset Top position 
suboffset_left=-3;		// 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.
"333300",			// Mouse Off Font Color
"",      		        // Mouse Off Background Color
"ffffff",			// Mouse On Font Color
"",      			// Mouse On Background Color
"",		                // Menu Border Color 
11,				// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Verdana",              	// Font Name
3,				// Menu Item Padding
,		                // Sub Menu Image (Leave this blank if not needed)
,				// 3D Border & Separator bar
,				// 3D High Color
,				// 3D Low Color
,				// Current Page Item Font Color (leave this blank to disable)
,				// Current Page Item Background Color (leave this blank to disable)
,			        // Top Bar image (Leave this blank to disable)
,				// Menu Header Font Color (Leave blank if headers are not needed)
,				// Menu Header Background Color (Leave blank if headers are not needed)
]


style2=[			// style2 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"000000",			// Mouse Off Font Color
"ffcc00",		       	// Mouse Off Background Color
"ffffff",			// Mouse On Font Color
"cc9900",			// Mouse On Background Color
"ffffff",	         	// Menu Border Color 
10,				// Font Size in pixels
"normal",			// Font Style (italic or normal)
"normal",			// Font Weight (bold or normal)
"Verdana, Arial, Helvetica",              	// Font Name
3,				// Menu Item Padding
"arrow4.gif",			// Sub Menu Image (Leave this blank if not needed)
,				// 3D Border & Separator bar
,				// 3D High Color
,				// 3D Low Color
,				// Current Page Item Font Color (leave this blank to disable)
,				// Current Page Item Background Color (leave this blank to disable)
,			        // Top Bar image (Leave this blank to disable)
,				// Menu Header Font Color (Leave blank if headers are not needed)
,				// 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
3,			// Menu Top - The Top position of the menu in pixels
76,			// Menu Left - The Left position of the menu in pixels
,			// Menu Width - Menus width in pixels
,			// Menu Border Width
,		        // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,		        // 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
,			// 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)
,			// 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

,"Home","index.html",,"Home",15 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Kites","show-menu=1","kite_idx.html","Kites",16
,"Kite&nbsp;Traction","show-menu=2",,"Kite Traction",17
,"Info&nbsp;&&nbsp;More","show-menu=3","info_idx.html","Information",19
,"Back","javascript:history.back()",,"Back",2

])

        addmenu(menu=["1",
	22,,130,1,"",style2,,"left",,,,,,,,,,,,,
	,"Single Line Kites","show-menu=1-1","kiteone.html","Single Line Kites",1
	,"Two Line Kites","show-menu=1-2","kitetwo.html","Two Line Stunt Kites",1
	,"Four Line Kites","show-menu=1-3","kitefour.html","Four Line Kites",1
        ,"Traction & Power","show-menu=1-5","kitefour.html","Quad Line Traction Kites",1
        ,"Trainer Kites","show-menu=1-7",,"Trainer Kites",1
        ,"Flying Line","axessory.html",,"Flying Line",1
        ,"Accessories","show-menu=1-6","axessory.html","Accessories",1
	,"Bargains","thestuff.html",,"Bargains",1
	,"More in our Store","instore.html",,"More in our Store",1
	,"Gift Ideas","giftidea.html",,"Gift Giving Ideas",1
	
	])
	
		addmenu(menu=["1-1",
		22,,120,1,"",style2,,"left",,,,,,,,,,,,,
                ,"Box & Cellular","boxcell.html",,"Box & Cellular",1
		,"Delta","delta.html",,"Deltas",1
		,"Diamond","diamond.html",,"Diamonds",1
		,"EasyFly Deltas","show-menu=1-1-3","easydelt.html","EasyFly Deltas",1
		,"Figurative","show-menu=1-1-4","wowone.html","Figurative",1
                ,"Kite Kits","show-menu=1-1-1",,"Kite Kits",1
		,"Parafoil & Sled","foilsled.html",,"Parafoils & Sleds",1
                ,"Rokkaku","rokkaku.html",,"Rokkakus",1
                ,"Bugs Birds Beasts","bugbird.html",,"Bugs, Birds & Beasts",1
                ,"Serpents & Dragons","serpent.html",,"Serpents & Dragons",1
                ,"Stars & Stripes","strstrp.html",,"Stars & Stripes",1
                ,"Spy Kite","spykite.html",,"Spy Kite",1
                ,"Premier Collection","show-menu=1-1-2","premier.html","Premier Collection",1
                ,"Tails & Laundry","laundry.html",,"Tails & Line Laundry",1
                ,"Easy Kids Kites","easydelt.html",,"Easy Kids Kites",1
                ,"More in our Store","instore.html",,"More in our Store",1

		])

                       addmenu(menu=["1-1-1",
		       113,,120,1,"",style2,,"left",,,,,,,,,,,,,
		       ,"Tyvek Sleds","frstlsfl.html",,"Frustrationless Flyer Kite Kits",1
		       ,"No-sew Rokkakus","rokkit.html",,"No Sew Rokkaku",1
		       ,"Kite Experiment Kit","dynamics.html",,"Kite Experimemt Kit",1
		       ,"Kite Kits for Kids","frstlsfl.html",,"Kite Kits for Kids",1
		       
		       ])
		       
		       addmenu(menu=["1-1-2",
		       203,,120,1,"",style2,,"left",,,,,,,,,,,,,
		       ,"Inflatables","softones.html",,"Inflatables",1
		       ,"Traditional","tradones.html",,"Traditional",1
		       ,"Designer Creations","desones.html",,"Designer Creations",1
		       		       
		       ])
		       
		       addmenu(menu=["1-1-3",
		       77,,120,1,"",style2,,"left",,,,,,,,,,,,,
		       ,"Large Easy Flyers","largeasy.html",,"Large Easy Flyers",1
		       		       		       
		       ])
		       
		       addmenu(menu=["1-1-4",
		       95,,120,1,"",style2,,"left",,,,,,,,,,,,,
		       ,"Airplanes","airplane.html",,"Airplanes",1
		       ,"Bugs Birds Beasts","bugbird.html",,"Bugs, Birds & Beasts",1
		       ,"Lifelike Birds","jackite.html",,"Lifelike Birds",1
		       		       		       
		       ])

		addmenu(menu=["1-2",
		41,,135,1,"",style2,,"left",,,,,,,,,,,,,
		,"Beginner Stunt Kites","bgnr2.html",,"Beginner Stunt Kites",1
		,"All Around Stunt Kites","allrnd2.html",,"All Around Stunt Kites",1
		,"Trick Stunt Kites","trick2.html",,"Trick Stunt Kites",1
		,"Advanced Stunt Kites","advance2.html",,"Advanced Stunt Kites",1
		,"Low Wind Stunt Kites","lowind2.html",,"Low Wind Stunt Kites",1
		,"Power Stunt Kites","show-menu=1-2-2","power2.html","Power Stunt Kites",1

		])

                       addmenu(menu=["1-2-2",
		       132,,135,1,"",style2,,"left",,,,,,,,,,,,,
		       ,"Flexifoil Power Kites","show-menu=1-2-3","newflex.html","Flexifoil Power Kites",1
                       ,"Rush Series","rush.html",,"Rush Series",1
		       ,"SpeedFoil RM Series","spdfoil.html",,"SpeedFoil RM Series",1
		       ,"Symphony","symphony.html",,"Symphony",1
                       ,"Stylus","power2.html",,"Stylus",1
                

		       ])

                              addmenu(menu=["1-2-3",
		              132,,120,1,"",style2,,"left",,,,,,,,,,,,,
		              ,"Stacker 6","newflex.html",,"Flexifoil Stacker 6",1
		              ,"ProTeam 8","newflex.html",,"Flexifoil ProTeam 8",1
		              ,"Super 10","newflex.html",,"Flexifoil Super 10",1
		              ,"Spars & Parts","newflex.html",,"Flexifoil Spars & Parts",1
		       
		       ])

		addmenu(menu=["1-3",
		59,,120,1,"",style2,,"left",,,,,,,,,,,,,
                ,"Access XT","accessxt.html",,"Access XT",1
                ,"Apex","apex.html",,"Apex",1
                ,"Beamer","beamer3.html",,"Beamer",1
                ,"Blade Mk4","blade4.html",,"Blade Mk4",1
                ,"CrossFire","crssfire.html",,"CrossFire",1
                ,"Flow","flow.html",,"Flow",1
                ,"Frenzy 07","frenzy.html",,"Frenzy 07",1
                ,"Montana","montana2.html",,"Montana",1
                ,"RadSails Pro","radsail.html",,"RadSails Pro",1
                ,"Rage","rage.html",,"Rage",1
                ,"Savage","savage.html",,"Savage",1
                ,"Scout","scout.html",,"Scout",1
		,"Tensor","tensor.html",,"Tensor",1
		,"Revolution","revkites.html",,"Revolution",1
	  	,"Spirit Quad","kitefour.html#Framed",,"Spirit Quad",1
                ,"Bargains","thestuff.html",,"Bargains",1

		])      

		addmenu(menu=["1-5",
		77,,110,1,"",style2,,"left",,,,,,,,,,,,,
                ,"Snow Kiting","show-menu=1-5-1","kitesnow.html","SnowKiting",1
                ,"Land Boarding","show-menu=1-5-2","landbrds.html","Kite LandBoarding",1
                ,"Kite Buggying","show-menu=1-5-3","kbuggy.html","Kite Buggying",1
                ,"Kite Surfing","show-menu=1-5-4","kitesurf.html","Kite Boarding",1
                ,"Trainer Kites","show-menu=1-5-5",,"Trainer Kites",1
		])

		        addmenu(menu=["1-5-1",
		        77,,110,1,"",style2,,"left",,,,,,,,,,,,,
		        ,"Access XT","accessxt.html",,"Access XT",1
		        ,"Apex","apex.html",,"Apex",1
		        ,"Blade Mk4","blade4.html",,"Blade Mk4",1
                        ,"Frenzy 07","frenzy.html",,"Frenzy 07",1
                        ,"CrossFire","crssfire.html",,"CrossFire",1
                        ,"Montana","montana2.html",,"Montana",1
                        ,"Neo crossover","neo.html",,"Neo crossover",1
                        ,"Sabre2","sabre.html",,"Sabre2",1
                        ,"Savage","savage.html",,"Savage",1
                        ,"Scout","scout.html",,"Scout",1
		        ])

		        addmenu(menu=["1-5-2",
		        96,,110,1,"",style2,,"left",,,,,,,,,,,,,
		        ,"Access XT","accessxt.html",,"Access XT",1
		        ,"Apex","apex.html",,"Apex",1
		        ,"Beamer","beamer3.html",,"Beamer",1
		        ,"Blade Mk4","blade4.html",,"Blade Mk4",1
                        ,"CrossFire","crssfire.html",,"CrossFire",1
                        ,"Flow","flow.html",,"Flow",1
                        ,"Montana","montana2.html",,"Montana",1
                        ,"Neo crossover","neo.html",,"Neo crossover",1
                        ,"RadSails Pro","radsail.html",,"RadSails Pro",1
                        ,"Rage","rage.html",,"Rage",1
		        ,"Savage","savage.html",,"Savage",1
		        ,"Scout","scout.html",,"Scout",1
		        ,"Tensor","tensor.html",,"Tensor",1
		        ])

		        addmenu(menu=["1-5-3",
		        114,,110,1,"",style2,,"left",,,,,,,,,,,,,
		        ,"Beamer","beamer 3.html",,"Beamer",1
		        ,"Blade Mk4","blade4.html",,"Blade Mk4",1
                        ,"CrossFire","crssfire.html",,"CrossFire",1
                        ,"Flow","flow.html",,"Flow",1
                        ,"RadSails Pro","radsail.html",,"RadSails Pro",1
                        ,"Rage","rage.html",,"Rage",1
		        ,"Savage","savage.html",,"Savage",1
		        ,"Tensor","tensor.html",,"Tensor",1
                        ,"Kite Buggies","buggy.html",,"Kite Buggies",1
		        ])

		        addmenu(menu=["1-5-4",
		        132,,110,1,"",style2,,"left",,,,,,,,,,,,,
		        ,"Kite Surf Intro","ktesurf2.html",,"Introduction to Kite Boarding",1
		        ,"Trainer Kites","trainer1.html",,"Trainer Kites",1
                        ,"Rush 2-Line","rush.html",,"Rush 2-Line Trainers",1
                        ,"Rush Pro 3-Line","rushpro.html",,"Rush Pro 3-Line Trainers",1
                        ,"Hydra 3-Line Kites","hydra.html",,"Hydra 3-lIne Trainer Kites",1
                        ,"Neo crossover","neo.html",,"Neo crossover",1                     
		        ])

                        addmenu(menu=["1-5-5",
		        150,,140,1,"",style2,,"left",,,,,,,,,,,,,
		        ,"KiteBoard Trainers","trainer1.html",,"KiteBoard Trainers",1
                        ,"Rush 2-Line","rush.html",,"Rush 2-Line Trainers",1
                        ,"Rush Pro 3-Line","rushpro.html",,"Rush Pro 3-Line Trainers",1
                        ,"Hydra 3-Line Kites","hydra.html",,"Hydra 3-lIne Trainer Kites",1
                        ,"Tensor Power Trainer","tensor.html",,"Tensor Power Trainer",1                     
		        ])


		addmenu(menu=["1-6",
		131,,120,1,"",style2,,"left",,,,,,,,,,,,,
		,"Flying Line","axessory.html",,"Flying Line",1
		,"Winders","axessory.html",,"Winders",1
                ,"Tails & Laundry","laundry.html",,"Tails & Line Laundry",1
                ,"K A P","kap.html",,"Kite Aerial Photography",1
                ,"FlyCamOne","flycam.html",,"FlyCamOne Kite Mini-Cam",1
                ,"Spy Kite","spykite.html",,"Spy Kite",1
		,"Control Gear","axessory.html",,"Control Gear",1
                ,"Flight Tools","axessory.html",,"Flight Tools",1
                ,"DVD's","axessory.html",,"DVDs",1

		])

                addmenu(menu=["1-7",
		95,,120,1,"",style2,,"left",,,,,,,,,,,,,
		,"KiteBoard Trainers","trainer1.html",,"KiteBoard Trainers",1
		,"Rush 2-Line","rush.html",,"Rush 2-Line Trainers",1
		,"Rush Pro 3-Line","rushpro.html",,"Rush Pro 3-Line Trainers",1
		,"Hydra 3-Line Kites","hydra.html",,"Hydra 3-lIne Trainer Kites",1
                
		])





        addmenu(menu=["2",
	22,,160,1,"",style2,,"left",,,,,,,,,,,,,
        ,"Kites","show-menu=2-1","kitefour.html","Traction Kites",1
	,"Kite Buggying","kbuggy.html",,"Kite Buggying",1
	,"Kite Boarding","show-menu=2-2","kitesurf.html","Kite Boarding",1
	,"Kite Buggies","buggy.html",,"Kite Buggies",1
	,"Kite LandBoards","landbrds.html",,"Kite LandBoards",1
        ,"SnowKiting","kitesnow.html",,"SnowKiting",1
	,"Kite Traction","trac_idx.html",,"Kite Traction",1        
        ,"Power Kiting Book","pwrbook.html",,"Ultimate Book of Power Kiting",1
        ,"Way to Fly Training DVD","axessory.html#Flight_Tools",,"Way to Fly Training DVD",1
        ,"Flying Line","axessory.html",,"Flying Line",1
        ,"Control Gear","axessory.html",,"Control Gear",1
        

	])

		addmenu(menu=["2-1",
		22,,160,1,"",style2,,"left",,,,,,,,,,,,,
                ,"Access XT","accessxt.html",,"Access XT",1
                ,"Apex","apex.html",,"Apex",1
		,"Beamer","beamer3.html",,"Beamer",1
                ,"Blade Mk4","blade4.html",,"Blade Mk4",1
		,"CrossFire","crssfire.html",,"CrossFire",1
		,"Flow","flow.html",,"Flow",1
                ,"Frenzy 07","frenzy.html",,"Frenzy 07",1
                ,"KiteBoard Trainers","trainer1.html",,"KiteBoard Trainers",1
                ,"Montana","montana2.html",,"Montana",1
                ,"Neo crossover","neo.html",,"Neo crossover",1
                ,"RadSails Pro","radsail.html",,"RadSails Pro",1
		,"Rage","rage.html",,"Rage",1
		,"Rush Trainers","rush.html",,"Rush Trainers",1
                ,"Savage","savage.html",,"Savage",1
                ,"Scout","scout.html",,"Scout",1
                ,"Tensor","tensor.html",,"Tensor",1

		])

                addmenu(menu=["2-2",
		59,,160,1,"",style2,,"left",,,,,,,,,,,,,
		,"Intro to KiteBoarding","ktesurf2.html",,"Introduction to KiteBoarding",1
		,"KiteBoard Trainers","trainer1.html",,"KiteBoard Trainers",1
		,"Neo crossover","neo.html",,"Neo crossover",1
		
		])


	addmenu(menu=["3",
	22,,140,1,"",style2,,"left",,,,,,,,,,,,,
        ,"Accessories","show-menu=3-4","axessory.html","Accessories",1
        ,"Wind Spinners","windspin.html",,"Wind Spinners",1
        ,"Wind Accents","show-menu=3-3","accents.html","Wind Accents",1
	,"Buying&nbsp;Our&nbsp;Products","buying.html",,"Buying Our Products",1
        ,"Local Info","locals.html",,"Local Info",1
	,"Flexifoil Power Kites","show-menu=3-1",,"Flexifoil Power Kites",1
        ,"Bargains","thestuff.html",,"Bargains",1
        ,"Gift Certificates","giftcert.html",,"Gift Certificates",1
        ,"F&nbsp;A&nbsp;Q","faq.html",,"F A Q",1
        ,"Repairs","repair.html",,"Repairs",1
        ,"Tuning Tips","show-menu=3-2",,"Tuning Tips",1
        ,"Rogues Gallery","fotopge.html",,"Rogues Gallery",1
        ,"Who We Are","jmrmwho.html",,"Who We Are",1
        ,"Store Hours","locals.html",,"Store Hours",1
        ,"Office Hours","locals.html",,"Office Hours",1
        ,"Warning","warning.html",,"Warning",1
        ,"Video","vid_idx.html",,"Video",1
        ,"E-mail Us","mailto:info@cobrakites.com",,"E-mail Us",1
        ,"Order using PayPal","pyplform.html",,"Order using PayPal",1
        ,"Secure Order Form","https://ssl001.lighthousehosting.com/cobrakitesSSL/respond9.html",,"Secure Order Form",1
	])

		addmenu(menu=["3-1",
		113,,130,1,"",style2,,"left",,,,,,,,,,,,,
		,"Flexifoil Archive","flexi.html",,"Flexifoil Archive",1
		,"Flexifoil History","flxhstry.html",,"Flexifoil History",1
		,"Flexifoil Tuning Tips","flextune.html",,"Flexifoil Tuning Tips",1
                ,"Flexifoil Power Kites","newflex.html",,"Flexifoil Power Kites",1
                ,"R/C WindBag","windbag.html",,"Radio Controlled WindBag",1

		])

                addmenu(menu=["3-2",
		203,,130,1,"",style2,,"left",,,,,,,,,,,,,
		,"Blade Tuning Tips","bladetip.html",,"Blade Tuning Tips",1
		,"Skytiger Tuning Tips","tigertip.html",,"Skytiger Tuning Tips",1
		,"Flexifoil Tuning Tips","flextune.html",,"Flexifoil Tuning Tips",1
                
		])

                addmenu(menu=["3-3",
		59,,130,1,"",style2,,"left",,,,,,,,,,,,,
		,"Swimming Fish","accents.html#Fish",,"Swimming Fish",1
		,"Feather Banners","accents.html#Banners",,"Feather Banners",1
		,"Lifelike Birds","jackite.html",,"Lifelike Birds",1
		,"Telescopic Poles","accents.html#Poles",,"Telescopic Poles",1
		,"Hot Air Balloon Twists","accents.html#Balloons",,"Hot Air Balloon Twists",1
                
		])

                addmenu(menu=["3-4",
		22,,140,1,"",style2,,"left",,,,,,,,,,,,,
		,"Kite Aerial Photography","kap.html",,"Kite Aerial Photography",1
		,"FlyCamOne Mini-Cam","flycam.html",,"FlyCamOne Kite Mini-Cam",1
		,"Spy Kite","spykite.html",,"Spy Kite",1
		                
		])


dumpmenus()