/*
 Milonic DHTML Menu
 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.

 Please note that major changes to this file have been made and is not compatible with versions 3.0 or earlier.

 You no longer need to number your menus as in previous versions. 
 The new menu structure allows you to name the menu instead, this means that you can remove menus and not break the system.
 The structure should also be much easier to modify, add & remove menus and menu items.
 
 If you are having difficulty with the menu please read the FAQ at http://www.milonic.co.uk/menu/faq.php before contacting us.

 Please note that the above text CAN be erased if you wish as long as copyright notices remain in place.
*/

//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="<scr"+"ipt language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/scr"+"ipt>";_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=0.5);Alpha(style=0,opacity=88);Shadow(color='#000000', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#000000', 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=5			// Follow Scrolling speed
followrate=45			// Follow Scrolling Rate
suboffset_top=10;		// 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.
"#FFFFFF",				// Mouse Off Font Color
"#000000",				// Mouse Off Background Color
"#c6e7ff",				// Mouse On Font Color
"#3f4ec1",				// Mouse On Background Color
"#ffffff",				// Menu Border Color 
10,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
4,						// Menu Item Padding
"../../images/dblright_arrow_blue.gif",	 // Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"#9AA5CB",				// 3D High Color
"#66ffff",				// 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)
"#9AA5CB",				// Menu Header Background Color (Leave blank if headers are not needed)
]

//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//

// TopUtility //

topUtility=[				  // seethru is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"ffffff",				      // Mouse Off Font Color-(White)
"",					          // Mouse Off Background Color-(Transparent)
"5ba7ff",				      // Mouse On Font Color-(Light Yellow)
"",					          // Mouse On Background Color-(Transparent)
"",					          // Menu Border Color-(Transparent) 
"11px",					      // Font Size in pixels-(11px)
"normal",				      // Font Style (italic or normal)-(normal)
"bold",					      // Font Weight (bold or normal)-(bold)
"Arial, Verdana, sans serif", // Font Name-(Arial,Verdana)
2,					          // Menu Item Padding-(2)
,				              // Sub Menu Image (Leave this blank if not needed)-(White right arrow)
,				           	  // 3D Border & Separator bar-(blank)
,					          // 3D High Color-(blank)
,					          // 3D Low Color-(blank)
"ffffff",				      // Current Page Item Font Color (leave this blank to disable)-(white)
"",					          // Current Page Item Background Color (leave this blank to disable)-(transparent)
,				              // Top Bar image (Leave this blank to disable)-(white down arrow)
,					          // Menu Header Font Color (Leave blank if headers are not needed)-(blank)
,					          // Menu Header Background Color (Leave blank if headers are not needed)-(blank)
"white",		 		      // Menu Item Separator Color-(blank)
]

rounded=[                     // rounded is an array of properties. You can have as many property arrays as you need
"FFFFFF",                     // Mouse Off Font Color
"",                           // Mouse Off Background Color (use zero for transparent in Netscape 6)
"5ba7ff",                     // Mouse On Font Color
"",                           // Mouse On Background Color
"",                           // Menu Border Color
"12",                         // Font Size (default is px but you can specify mm, pt or a percentage)
"normal",                     // Font Style (italic or normal)
"bold",                       // Font Weight (bold or normal)
"Arial,Verdana, sans serif",  // Font Name
1,                            // Menu Item Padding or spacing
,                             // Sub Menu Image (Leave this blank if not needed)
0,                            // 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)
,                             // Menu Item Separator Color
]


// roundedSmall //

roundedSmall=[                // rounded is an array of properties. You can have as many property arrays as you need
"FFFFFF",                     // Mouse Off Font Color
"",                           // Mouse Off Background Color (use zero for transparent in Netscape 6)
"FFFF45",                     // Mouse On Font Color
"",                           // Mouse On Background Color
"",                           // Menu Border Color
"11",                         // Font Size (default is px but you can specify mm, pt or a percentage)
"normal",                     // Font Style (italic or normal)
"bold",                       // Font Weight (bold or normal)
"arial, verdana, sans serif", // Font Name
1,                            // Menu Item Padding or spacing
,                             // Sub Menu Image (Leave this blank if not needed)
0,                            // 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)
,                             // Menu Item Separator Color
]


addmenu(menu=[
"Utility",
38,
540,                          
,
0,
,
topUtility,
1,
"left",
,
,
1,
0,
,
,
,
0,
,
,
0,
,
,"Home&nbsp;&nbsp;","show-menu=home",,"",0
,"|&nbsp;&nbsp;Site&nbsp;Map&nbsp;&nbsp;","show-menu=sitemap",,"Site Map",0
,"|&nbsp;&nbsp;Contact&nbsp;&nbsp;","show-menu=contact",,"",0
,"|&nbsp;&nbsp;Search&nbsp;&nbsp;","show-menu=search",,"",0
])

	addmenu(menu=["home",
	,,190,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"ChamownersWeb Home Page","../../index.htm",,"ChamownersWeb Home Page",1
	])

	addmenu(menu=["sitemap",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"ChamownersWeb Site Map","../../function_pages/sitemap.htm",,"ChamownersWeb Site Map",1
	])
	
	addmenu(menu=["contact",
	,,180,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Contact Page","../../function_pages/contact.htm",,"Contact Page",1
	,"Give Feedback","../../function_pages/feedback.htm",,"Give Feedback",1
	,"Sign and View My Guestbook","../../function_pages/guestbook.htm",,"Sign and View My Guestbook",1
	,"Sign and View My Guestmap","../../function_pages/guestmap.htm",,"Sign and View My Guestmap",1
	])

	addmenu(menu=["search",
	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Search ChamownersWeb","../../function_pages/cwsearchresults.htm",,"Search ChamownersWeb",1
	,"Search the Internet","../../function_pages/searchresults.htm",,"Search the Internet",1
	])


//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//




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
175,				    // Menu Top - The Top position of the menu in pixels
,				    // Menu Left - The Left position of the menu in pixels
100,				// Menu Width - Menus width in pixels
1,					// Menu Border Width 
"center",				// Screen Position - here you can use "center" 
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)
"center",		    // 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)
,					// 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
,"Origins&nbsp;&&nbsp;Dist.","show-menu=Distribution",,"Chameleon Origins and Distribution",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Family Tree","show-menu=family tree",,"Chameleon Systematics and Species Descriptions",1
,"Likkin Lizerds","show-menu=likkin lizerds",,"Chameleon Senses",1
,"Chameleon Care","show-menu=chameleon care",,"Chameleon Husbandry Parameters",1
,"Photos","show-menu=photos",,"Chameleon Photo Albums",1
,"Resources","show-menu=resources",,"Sources and Resources",1
,"Miscellaneous","show-menu=misc",,"Awards, Games and Puzzles, Glossary, and More",1
])

	addmenu(menu=["distribution",
	,,210,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Origins & Distributions Home","../../origins/originsanddisthome.htm",,"Origins and Distribution of Old World Chameleons",1
	,"CITES Chameleon Export Quotas","show-menu=CITES",,"CITES Quotas on Exporting Chameleons",1
	,"African Maps","show-menu=maps",,"Maps Displaying Humidity, Topography, Temperatures, Rainfall...",1
	])
	
	
		addmenu(menu=["maps",
		,,275,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Maps Home Page","../../origins/mapshome.htm",,"African Maps",1
		,"Distribution of Chameleons by Country","../../origins/distbycountry.htm",,"African Maps - distribution of chameleons",1
		,"Distribution of Chameleons by Subfamily","../../origins/distbysubfamily.htm",,"African Maps - distribution of chameleons",1
		,"Map Links","../../origins/maplinks.htm",,"Hundreds of African maps displaying climate, historical events, travel info and more",1
		,"Rainfall, Humidity, Vegetation, & Temperature","../../origins/africanmaps.htm",,"African Maps - rainfall, humidity, vegetation, & temperature",1
		,"Animated Temperature & Humidity","../../origins/animated_maps.htm",,"African Maps - animated temperature & humidity,",1
		])

        addmenu(menu=["CITES",
		,,160,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"CITES Main Page","../../origins/cites.htm",,"CITES Main Page",1
		,"CITES Quotas 1999 - 2001","../../origins/cites.htm",,"CITES Quotas 1999 thru 2001",1
		,"CITES Quotas 2002","../../origins/cites2002.htm",,"CITES Quotas 2002",1
		,"CITES Quotas 2003","../../origins/cites2003.htm",,"CITES Quotas 2003",1
		])


	addmenu(menu=["family tree",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Systematics Chart","../../chamfamily/famtree.htm",,"Systematics Chart",1
	,"Chamaeleonidae Family","../../chamfamily/chamaeleonidae_family.htm",,"Chamaeleonidae Family",1
	,"Species Lists & Photo Links","../../chamfamily/specieslist.htm",,"Species lists and photo links",1
       ])

		addmenu(menu=["likkin lizerds",
		,,300,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Chameleon&nbsp;Senses&nbsp;-Taste,&nbsp;Hearing,&nbsp;Sight","../../misc/likkinlizerds1.htm",,"Chameleon&nbsp;Senses&nbsp;- Taste,&nbsp;Hearing,&nbsp;Sight",1
		,"Chameleon&nbsp;Senses&nbsp;-&nbsp;Smell,&nbsp;Touch,&nbsp;Communication","../../misc/likkinlizerds2.htm",,"Chameleon&nbsp;Senses&nbsp;- Smell,&nbsp;Touch, Communication",1
		])

	
	addmenu(menu=["chameleon care",,,190,1,,style1,0,"left",effect,1,,,,,,,,,,,
	,"Frequently&nbsp;Asked&nbsp;Questions","../../husbandry/faq.htm",,"FAQs",1
	,"Selecting a Chameleon","show-menu=select",,"Selecting a Chameleon",1
	,"Enclosures","show-menu=enclose",,"Enclosures",1
	,"Hydration","../../husbandry/hydration.htm",,"Hydration",1
	,"Lighting","show-menu=light",,"Lighting",1
	,"Diet and Nutrition","show-menu=diet",,"Diet and Nutrition",1
	,"Sexing and Breeding","show-menu=breed",,"Sexing and Breeding",1
	])


	      addmenu(menu=["select",
	      ,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
	      ,"My Story","../../husbandry/mystory.htm",,"My Story",1
	      ,"What To Look For","../../husbandry/selection.htm",,"What to look for when selecting a chameleon",1
          ])

	      addmenu(menu=["enclose",
	      ,,100,1,"",style1,,"left",effect,,,,,,,,,,,,
	      ,"Specifications","../../husbandry/encls.htm",,"Enclosure Specifications",1
	      ,"Home Made","../../husbandry/encls1.htm",,"Home Made Enclosures",1
          ,"Commercial","../../husbandry/encls2.htm",,"Commercially Manufactered Enclosures",1 
          ,"Plants","../../husbandry/encls3.htm",,"Enclosure Plants",1
          ,"How To Build","../../husbandry/encls5.htm",,"Build your own Enclosure",1
          ])

	      addmenu(menu=["light",
	      ,,100,1,"",style1,,"left",effect,,,,,,,,,,,,
	      ,"Lighting Page 1","../../husbandry/lighting.htm",,"Lighting Page 1",1
	      ,"Lighting Page 2","../../husbandry/lighting2.htm",,"Lighting Page 2",1
   	      ,"Active UVB","../../husbandry/uvtestimonial.htm",,"Active UV Testimonial",1
          ])

	      addmenu(menu=["diet",
	      ,,230,1,"",style1,,"left",effect,,,,,,,,,,,,
	      ,"Feeder Insects Main Page","../../insects/fdrinscts.htm",,"Feeder Insects Main Page",1
	      ,"Cricket Breeding Set-Up","../../insects/cricketbrdng.htm",,"Cricket Breeding Set Up",1
   	      ,"Obtaining, Feeding and Supplementing","../../husbandry/diet.htm",,"Obtaining, Feeding, and Supplementing",1
   	      ,"Gutload Recipe","../../insects/gutload.htm",,"Gutload Recipe",1
	      ,"Notes on Insects","../../insects/insectnotes.htm",,"Notes on Insects",1
   	      ,"Chirp Chat - Interesting Cricket Facts","../../insects/chirpchat.htm",,"Chirp Chat - Interesting Cricket Facts",1
   	      ,"Roach Coach - Interesting Roach Facts","../../insects/roachcoach.htm",,"Roach Coach - Interesting Roach Facts",1
          ])

	      addmenu(menu=["breed",
	      ,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
	      ,"Determine the Sex ","../../husbandry/sexing.htm",,"Determine Your Chams Sex",1
	      ,"Breeding Tips","../../husbandry/breeding.htm",,"Breeding Tips ",1
          ])


    addmenu(menu=["photos",,,155,1,,style1,0,"center",effect,0,,,,,,,,,,,
	,"<img src=../../images/photos.jpg align=center border=0><p></p>Photo Galleries ","../../photo_galleries/photogals.htm",,"Photos Submitted by You",1
	])

	
	addmenu(menu=["resources",,,210,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"Reptile&nbsp;&&nbsp;Amphibian&nbsp;Store","../../misc/store.htm",,"Chamowners Web Reptile & Amphibian Store",1
	,"Sources for Chameleon Information","../../misc/resources.htm",,"Resources for Chameleon Informaton - Online and Printed",1
	,"Collection of Related Links","../../misc/links.htm",,"Collection of Related Links",1
	,"Bibliography for This Site","../../function_pages/bibliography.htm",,"Bibliography for This Site",1
	])

    addmenu(menu=["misc",,,175,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"Miscellaneous Main Page","../../misc/Misc.htm",,"../../miscellaneous Main Page",1
	,"Sample of the Misc. Pages","show-menu=othermisc",,"Sample of the Miscellaneous Pages",1
	,"Function Pages","show-menu=function",,"Function Pages",1
   	,"Fun and Games","show-menu=fun",,"Games, Illusions, Puzzles and More",1
	,"Awards-&nbsp;View our awards earned & apply for your own","../../misc/awards.htm",,"View awards earned by this site or apply for an award for your site",1
	,"Free Stuff","../../misc/freebies.htm",,"Lots of free stuff from Chamowners Web",1
   	,"About the Menu","show-menu=other",,"About the Menu",1
	])
	

	      addmenu(menu=["othermisc",
	      ,,275,1,"",style1,,"left",effect,,,,,,,,,,,,
	      ,"Tribute to Beezer","../../misc/beezer.htm",,"Tribute to Beezer",1
	      ,"Chameleon Detective","../../misc/chamdetective.htm",,"Chameleon Detective",1
   	      ,"Reptile Catchers Journal","../../misc/journal.htm",,"Reptile Catchers Journal",1
   	      ,"Myths, Misconceptions, and Folklore","../../misc/myths.htm",,"Myths, Misconceptions, and Folklore",1
	      ,"Your Websites","../../misc/yoursites.htm",,"Your Websites",1
   	      ,"Sightings","../../misc/sightings.htm",,"Sightings",1
   	      ,"My Vivarium","../../vivarium/vivindex.htm",,"My Vivarium",1
   	      ,"My Pond","../../vivarium/pond/pond_and_filter.htm",,"My Pond and Filter",1
          ])

	      addmenu(menu=["function",
	      ,,160,1,"",style1,,"left",effect,,,,,,,,,,,,
	      ,"Feedback","../../function_pages/feedback.htm",,"Feedback",1
	      ,"Illustrated Glossary","../../function_pages/illustrated_glossary.htm",,"Illustrated Glossary",1
   	      ,"Site Map","../../function_pages/sitemap.htm",,"Site Map",1
   	      ,"Search Chamowners Web","../../function_pages/cwsearchresults.htm",,"Search Chamowners Web",1
	      ,"Copyright","../../function_pages/copyright.htm",,"Copyright",1
   	      ,"Privacy Policy","../../function_pages/privacy.htm",,"Privacy Policy",1
          ])


	      addmenu(menu=["fun",
	      ,,250,1,"",style1,,"left",effect,,,,,,,,,,,,
     	  ,"Games Main Page","../../fun_and_games/games.htm",,"ShockWave Games, Original Puzzles, and More",1
	      ,"Illusions Main Page","../../fun_and_games/illusions.htm",,"Optical Illusions for Your Enjoyment",1
	      ,"Many Pages of Useless Information - <p></p>Do you know what Gephydrophobia is?","../../fun_and_games/useless.htm",,"Lots of Useless Information",1
          ])

       	 
       	 addmenu(menu=["other",,,100,1,,style1,0,"left",effect,0,,,,,,,,,,,
	     ,"DHTML Menu by<br><img src=../../images/milonic_logo.gif border=0>","http://www.milonic.co.uk/menu target=_blank",,"Milonic DHTML Menu Site",0
	     ])
	

dumpmenus()