
document.write("												\
<div style='position:relative;display:none;z-index:0'><ul id='imenus0'> 	                                \
														\
														\
	<!-- Main Item 0... --><li><a href='index.html'>Home</a></li>						\
														\
														\
	<!-- Main Item 1... --><li><a href='aboutus.html'>About Us</a>						\
														\
		<!-- *SUB MENU* --><ul style='width:190px;'>							\
		<li><a href='aboutus.html#mission'>Mission</a></li>						\
		<li><a href='aboutus.html#activities'>Activities</a></li>					\
		<li><a href='aboutus.html#board'>Board of Directors</a></li>					\
		<li><a href='aboutus.html#volunteers'>List of Volunteers</a></li>				\
		<li><a href='aboutus.html#articles'>OK International in the Press</a></li>			\
		<li><a href='aboutus.html#newsletter'>Newsletter</a></li>                                       \
		<!-- *END SUB* --></ul></li>									\
														\
														\
	<!-- Main Item 2... --><li><a href='lead.html'>Lead Batteries</a>   			                \
														\
		<!-- Sub Menu --><ul style='width:150px;'>							\
		<li><a href='lead.html'>BEST Background</a></li>						\
		<li><a href='standard.html'>BEST Standard</a></li>						\
		<li><a href='public_documents.html'>BEST Resources</a></li>					\
		<li><a href='battery_facts.html'>Battery Facts</a></li>						\
		<!-- *END SUB* --></ul></li>									\
														\
														\
	<!-- Main Item 3... --><li><a href='lead_paint_background.html'>Lead Paint</a>				\
														\
		<!-- Sub Menu --><ul style='width:160px;'>							\
		<li><a href='lead_paint_background.html'>Lead Paint Background</a></li>				\
		<li><a href='lead_paint_resources.html'>Lead Paint Resources</a></li>				\
		<li><a href='lead_paint_certification.html'>Lead Paint Certification</a></li			\
		<!-- *END SUB* --></ul></li>									\
														\
														\
	<!-- Main Item 4... --><li><a href='silica_background.html'>Silica</a>					     	\
														\
		<!-- Sub Menu --><ul style='width:130px;'>							\
		<li><a href='silica_background.html'>Silica Background</a></li>					\
		<li><a href='silica_resources.html'>Silica Resources</a></li>					\
		<li><a href='silica_conference.html'>Conference</a></li						\
		<!-- *END SUB* --></ul></li>									\
														\
														\
	<!-- Main Item 5... --><li><a href='projects.html'>Projects</a>						\
														\
														\
		<!-- Sub Menu --><ul style='width:200px;'>							\
		<li><a href='projects.html#Stone_Crusher_Mills'>Stone Crusher Mills</a></li>			\
		<li><a href='projects.html#Vietnam'>Lead Battery Industry, Vietnam</a></li>			\
		<li><a href='projects.html#Preventing_Silicosis'>Preventing Silicosis</a></li>			\
		<li><a href='projects.html#La_Oroya'>La Oroya, Peru</a></li>					\
		<li><a href='projects.html#Environmental_Lead_Pollution'>Environmental Lead Pollution</a></li>	\
		<li><a href='projects.html#Mercury_Gold_Mining'>Mercury Gold Mining</a></li>			\
		<!-- *END SUB* --></ul></li>									\
														\
														\
	<!-- Main Item 6... --><li><a href='awards.html'>Awards Received</a></li>				\
														\
														\
	<!-- Main Item 7... --><li><a href='contact.html'>Contact</a></li>					\
														\
														\
<div style='clear:left;'></div></ul></div>");







/*

	  Tips & Tricks

	     1: Adjust the "function menudata0()" numeric id in the statement below to match the numeric id of
		the id='imenus0' statement within the menu structure and links secion above.  The numbers must 
		match for the menu to work, multiple menus may be used on a single page by adding new sections 
		with new id's.

	     2: To specifically define settings for an individual item or container, apply classes or inline styles
		directly to the UL and A tags in the HTML tags which define your menus structure and links above.

	     3: Use the parameter options below to define borders and padding.	Borders and padding specified
		within the menus HTML structure may cause positioning and actual sizing to be offset a bit in
		some browsers.
 
*/




/*-------------------------------------------------
************* Parameter Settings ******************
---------------------------------------------------*/


function menudata0()
{
	
	

    /*---------------------------------------------
    Expand Icon Images
    ---------------------------------------------*/


	//Expand Images are the icons which indicate an additional sub menu level.)
	
	this.main_expand_image_style = "background: center right no-repeat;";
	this.main_expand_image_hover_style = "background: center right no-repeat;";

	this.subs_expand_image_style = "background: url(arrow_sub.gif) center right no-repeat;";
	this.subs_expand_image_hover_style = "background: url(arrow_sub.gif) center right no-repeat;";



    /*---------------------------------------------
    Menu Container Settings
    ---------------------------------------------*/

	//Main Container

	   this.main_container_border_width = "1px"
	   this.main_container_border_style = "none"

	     this.main_container_styles =   "background-color:#cccc66; \
					     border-color:#769bba;"




	//Sub Containers

	   this.subs_container_padding = "5px, 5px, 5px, 5px"
	   this.subs_container_border_width = "1px"
	   this.subs_container_border_style = "solid"

	     this.subs_container_styles =   "background-color:#eeff88; \
					     border-color:#356595;"



    /*---------------------------------------------
    Menu Item Settings
    ---------------------------------------------*/


	//Main Items

	   this.main_item_padding = "2px,5px,2px,5px"
		  
	   this.main_item_styles =	  "text-decoration:none;		\
					   font-weight:bold;			\
					   font-family:Arial;			\
					   font-size:14px;			\
					   line-height:20px;			\
					   background-color:#cccc66;		\
					   color:#003300;			\
					   border-style:none;			\
					   text-align:center;			\
					   border-style:none;			\
					   border-color:#000000;		\
					   border-width:0px;"

	   this.main_item_hover_styles =  "background-color:#cccc66;		\
					   text-decoration:none;		\
					   color:#ffffff;"

	   this.main_item_active_styles = "background-color:#cccc66;		\
					   text-decoration:none;		\
					   color:#003300;"



	//Sub Items

	   this.subs_item_padding = "2px,5px,2px,5px"
	   
	   this.subs_item_styles =	  "text-decoration:none;		\
					   font-family:Arial;			\
					   font-size:12px;			\
					   font-weight:normal;			\
					   background-color:#eeff88;		\
					   color:#003300;			\
					   border-style:none;			\
					   text-align:left;			\
					   border-style:none;			\
					   border-color:#000000;		\
					   border-width:0px;"	

	   this.subs_item_hover_styles =  "background-color:#ffffff;		\
					   color:#255585;"

	   this.subs_item_active_styles = "background-color:#ffffff;		\
					   color:#255585;"




   /*---------------------------------------------
    Additional Setting
    ---------------------------------------------*/


	//Main Menu Orientation

	   this.main_is_horizontal = true
	

	//Main Menu Item Widths 

	     this.main_item_width = 50		 // default width for all items

						 // optional specific width for individual items
	     this.main_item_width0 = 55		 // Home
	     this.main_item_width1 = 80		 // About Us
	     this.main_item_width2 = 115	 // Lead Batteries 
	     this.main_item_width3 = 100	 // Lead Paint
             this.main_item_width4 = 70		 // Silica
	     this.main_item_width5 = 70		 // Projects
	     this.main_item_width6 = 145	 // Awards Received
	     this.main_item_width7 = 70		 // Contact


	//The mouse off and mouse over delay for sub menus

	   this.menu_showhide_delay = 150;

}


