document.write("												\
\
<div style='display:none;width:100%;'><ul id='imenus0' style='width:100%'>		\						\
														\
														\
	<!-- Main Item 0... --><li><a href='index.php'><img src='images/nav_home_on.gif' alt='Homepage' /></a></li>								\
								\
														\
														\
	<!-- Main Item 1... --><li><a href='about.php'><img src='images/nav_about_on.gif' alt='About Milkwood' /></a>						\
\
		<!-- Sub Menu --><ul style='width:140px;'>     \
			<li><a href='about.php'>The Basics</a></li>      \
			<li><a href='about_history.php'>History</a></li> 			\
			<li><a href='about_thehouse.php'>The House</a></li>					\
			<li><a href='about_sponsors.php'>Past Projects, Partners &	 Sponsors</a></li>	\
			<li><a href='about_people.php'>The People</a></li>			\
			<!-- *END SUB* --></ul></li>				\
														\
<!-- Main Item 2... --><li><a href='residencies.php'><img src='images/nav_residencies_on.gif' alt='Artist Residencies' /></a>		\
\
\
		<!-- Sub Menu --><ul style='width:140px;'>		\
			<li><a href='residencies.php'>Accommodations & Services</a></li>	\
			<li><a href='residencies_rates.php'>Rates &amp; Sponsorship</a></li>	\
			<li><a href='residencies_form.php'>Application Form</a></li>	\
			<li><a href='payments.php'>Payments</a></li>		\
			<li><a href='residencies_past.php'>Past Residents</a></li>		\
			<li><a href='residencies_calendar.php'>Calendar</a></li>		\
		<!-- *END SUB* --></ul></li>		\
		\
		\
	<!-- Main Item 3... --><li><a href='accommodations.php'><img		 src='images/nav_accommodations_on.gif' alt='Guest Accommodations' /></a>	\
		<!-- Sub Menu --><ul style='width:140px;'>		\
			<li><a href='accommodations.php'>Accommodations & Rates</a></li>	\
			<li><a href='residencies_form.php'>Application Form</a></li>	\
			<li><a href='payments.php'>Payments</a></li>		\
		<!-- *END SUB* --></ul></li>	\
		\
		\
			<!-- Main Item 4... --><li><a href='misc.php'><img src='images/nav_misc_on.gif' alt='Misc Info' /></a>		\
\
\
		<!-- Sub Menu --><ul style='width:140px;'>		\
			<li><a href='misc.php'>About South Bohemia</a></li>		\
			<li><a href='misc_otherprograms.php'>Other Residency Programs</a></li>	\
			<li><a href='misc_transportation.php'>Transportation</a></li>	\
			<li><a href='misc_photos.php'>Travel information links</a></li>		\
		<!-- *END SUB* --></ul></li>		\
		\
			<!-- Main Item 5... --><li><a href='contact.php'><img src='images/nav_contact_on.gif' alt='Contact Us' /></a></li>		\
	\
<!-- Main Item 6...--><li><a href='workshops.php'><img src='images/nav_workshops_on.gif' alt='Affiliated Workshops' /></a>  \
\
\<!-- Sub Menu --><ul style='width:140px;'>		\
		<li><a href='workshops.php'>Guatemalan Expedition</a></li>	\ 
			<li><a href='workshops_form.php'>Expedition registration</a></li>	\
			<li><a href='payments_workshop.php'>Workshop payments</a></li>	\
		<!-- *END SUB* --></ul></li>	\
			\
<!-- Main Item 7... --><li> </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 ******************
---------------------------------------------------*/

unlock0 = 3047
unlock1 = 2644
unlock2 = 1958
unlock3 = 1555

function menudata0()
{
	
	

    /*---------------------------------------------
    Expand Icon Images
    ---------------------------------------------*/


        //Expand Images are the icons which indicate an additional sub menu level.)
	
        this.main_expand_image_style = "background: url(arrow_main.gif) center right no-repeat;";
        this.main_expand_image_hover_style = "background: url(arrow_main.gif) 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 = "0px"
           this.main_container_border_style = "none"

           this.main_container_styles =   "background-color:#000;		\
                                           background: url(images/nav_back_on2.gif) repeat-x;	\
										   width:100%;	\
								   } 			\
											\
											\
											img {			\
											border:0px;		\
											"




	//Sub Containers

           this.subs_container_padding = "3px, 3px, 3px, 3px"
           this.subs_container_border_width = "0px"
           this.subs_container_border_style = "solid"

           this.subs_container_styles =   "background-color:#C4161C;		\
                                           border-color:#990000;"



    /*---------------------------------------------
    Menu Item Settings
    ---------------------------------------------*/


	//Main Items

           this.main_item_padding = "0px,0px,0px,0px"
                  
           this.main_item_styles =        "text-decoration:none;		\
                                           font-weight:bold;			\
                                           font-family:Arial;			\
                                           font-size:12px;			\
                                           background-color:#06437d;		\
                                           color:#e6e6e6;			\
                                           border-style:none;			\
                                           text-align:left;			\
                                           border-style:none;			\
                                           border-color:#000000;		\
                                           border-width:0px;"
					   


           this.main_item_hover_styles =  "background-color:#cce3f8;		\
                                           text-decoration:normal;		\
                                           color:111111;"

           this.main_item_active_styles = "background-color:#cce3f8;		\
                                           text-decoration:normal;		\
                                           color:111111;"



	//Sub Items

           this.subs_item_padding = "2px,5px,2px,5px"
           
           this.subs_item_styles =        "text-decoration:none;		\
                                           font-family:Myriad,Helvetica,Verdana,Arial;			\
                                           font-size:12px;			\
                                           font-weight:normal;			\
                                           background-color:#C4161C;		\
                                           color:#FAE37C;			\
                                           border-style:none;			\
                                           text-align:left;			\
			                               border-style:none;			\
                                           border-color:#000000;		\
                                           border-width:0px;"	

           this.subs_item_hover_styles =  "background-color:#FAE37C;		\
                                           color:#C4161C;"

           this.subs_item_active_styles = "background-color:#FAE37C;		\
                                           color:#C4161C;"




   /*---------------------------------------------
    Additional Setting
    ---------------------------------------------*/


        //Main Menu Orientation

           this.main_is_horizontal = true
	

        //Main Menu Item Widths 

           this.main_item_width0 = 75		//optional specific width for the first menu item
           this.main_item_width1 = 120		//optional specific width for the second menu item...
           this.main_item_width2 = 140		//optional specific width for the third menu item...
           this.main_item_width3 = 160		//optional specific width for the fourth menu item
           this.main_item_width4 = 96		//optional specific width for the fifth menu item...
           this.main_item_width5 = 85		//optional specific width for the sixth menu item...
           this.main_item_width6 = 150		//optional specific width for the sixth menu item...
		   this.main_item_width7 = 80		//optional specific width for the sixth menu item...

        //The mouse off and mouse over delay for sub menus

           this.menu_showhide_delay = 150;

}


