document.write("												\
<div style='display:none;z-index:2;'><ul id='imenus1'>								\
														\
														\
														\
	<!-- Main Item 1... --><li><a href='index.htm'><font style='color:#808080;size:small'><b>Main Menu >>></b></font></a>\
														\
	<!-- Main Item 2... --><li><a href='#'>&nbsp;&nbsp;&nbsp;&nbsp;City</a>					\
		<!-- *SUB MENU* --><ul style='width:120px;'>							\
		<li><a href='edinburgh/edinburgh.htm'>Edinburgh</a></li>					\
		<li><a href='paris/paris.htm'>Paris</a>								\
		<li><a href='newyork/newyork.htm'>New York</a>							\
		<!-- *END SUB* --></ul></li>									\
														\
														\
	<!-- Main Item 3... --><li><a href='#'>&nbsp;&nbsp;&nbsp;&nbsp;Country</a>				\
														\
														\
		<!-- Sub Menu --><ul style='width:120px;'>							\
		<li><a href='provence/provence.htm'>Provence</a></li>						\
		<!-- *END SUB* --></ul></li>									\
														\
	<!-- Main Item 4... --><li><a href='#'>&nbsp;&nbsp;&nbsp;&nbsp;People</a>				\
														\
														\
		<!-- Sub Menu --><ul style='width:130px;'>							\
		<li><a href='wedding/wedding.htm'>Wedding</a></li>						\
		<li><a href='firestation/firestation.htm'>Fire Station</a></li>					\
		<li><a href='makepovertyhistory/mph.htm'>Make Poverty History</a></li>					\
		<!-- *END SUB* --></ul></li>									\
														\
		<!-- Main Item 4... --><li><a href='#'>&nbsp;&nbsp;&nbsp;&nbsp;How to order etc</a>		\
														\
														\
		<!-- Sub Menu --><ul style='width:120px;'>							\
		<li><a href='#'>How to order</a></li>								\
		<li><a href='#'></a></li>									\
		<li><a href='legal.htm'>Terms of use</a></li>							\
		<!-- *END SUB* --></ul></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 = 2119
unlock1 = 1716

function menudata1()
{
	
	

    /*---------------------------------------------
    Expand Icon Images
    ---------------------------------------------*/


        //Expand Images are the icons which indicate an additional sub menu level.)
	
        this.main_expand_image_style = "background: url(homepage/menu.gif) center left no-repeat;";
        this.main_expand_image_hover_style = "background: url(homepage/menu_active.gif) center left no-repeat;";

	this.subs_expand_image_style = "background: url(homepage/arrow_sub.gif) center right no-repeat;";
	this.subs_expand_image_hover_style = "background: url(homepage/arrow_sub_active.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:#ffffff;		\
                                           border-color:#ffffff;"




	//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:#ffffff;		\
                                           border-color:#808080;"



    /*---------------------------------------------
    Menu Item Settings
    ---------------------------------------------*/


	//Main Items

           this.main_item_padding = "2px,5px,2px,5px"
                  
           this.main_item_styles =        "text-decoration:none;		\
                                           font-weight:normal;			\
                                           font-family:Arial;			\
                                           font-size:small;			\
                                           background-color:#ffffff;		\
                                           color:#005FA9;			\
                                           border-style:none;			\
                                           text-align:left;			\
                                           border-style:none;			\
                                           border-color:#ffffff;		\
                                           border-width:0px;"
					   


           this.main_item_hover_styles =  "background-color:#ffffff;		\
                                           text-decoration:normal;		\
                                           color:#808080;"

           this.main_item_active_styles = "background-color:#ffffff;		\
                                           text-decoration:normal;		\
                                           color:#808080;"



	//Sub Items

           this.subs_item_padding = "2px,5px,2px,5px"
           
           this.subs_item_styles =        "text-decoration:none;		\
                                           font-face:Arial;			\
                                           font-size:small;			\
                                           font-weight:normal;			\
                                           background-color:#ffffff;		\
                                           color:#005FA9;			\
                                           border-style:none;			\
                                           text-align:left;			\
                                           border-style:none;			\
                                           border-color:#000000;		\
                                           border-width:1px;"	

           this.subs_item_hover_styles =  "background-color:#ffffff;		\
                                           color:#808080;"

           this.subs_item_active_styles = "background-color:#ffffff;		\
                                           color:#808080;"




   /*---------------------------------------------
    Additional Setting
    ---------------------------------------------*/


        //Main Menu Orientation

           this.main_is_horizontal = true
	

         //Main Menu Item Widths 

           this.main_item_width = 150			//default width for all items

           //this.main_item_width0 = 100		//optional specific width for the first menu item
           //this.main_item_width1 = 100		//optional specific width for the second menu item...
           //this.main_item_width2 = 100		//optional specific width for the second menu item...

        //The mouse off and mouse over delay for sub menus

           this.menu_showhide_delay = 150;

}
