document.write("												\
<div style='display:none;z-index:0;'><ul id='imenus0'>								\
														\
														\
	<!-- Main Item 0... --><li><a href='index.html'>ÃËÀÂÍÀß</a>						\
	<!-- Main Item 0... --><li><a href='about.html'>Î ÍÀÑ</a>							\
														\
														\
														\
	<!-- Main Item 2... --><li><a href=''>ÍÎÌÅÐÀ</a>							\
														\
														\
		<!-- *SUB MENU* --><ul style='width:140px;'>							\
		<li><a href='yard.html'>íàø äâîð</a>								\
		<li><a href='2.html'>2-õ ìåñòíûå</a>								\
		<li><a href='3.html'>3-õ ìåñòíûå</a>								\
		<li><a href='4.html'>4-õ ìåñòíûå</a></li>								\
		<li><a href='5.html'>ëþêñû</a></li>								\
		<!-- *END SUB* --></ul>										\
		<!-- Main Item 3... --><li><a href='contact.html'>ÊÎÍÒÀÊÒÛ</a>							\
														\
														\
<div style='clear:left;'></div></ul></div>");

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:#CFF1FF;		\
                                           border-color:#769bba;"




	//Sub Containers

           this.subs_container_padding = "0px, 0px, 0px, 0px"
           this.subs_container_border_width = "1px"
           this.subs_container_border_style = "solid"

           this.subs_container_styles =   "background-color:#CFF1FF;		\
                                           border-color:#163E7B;"



    /*---------------------------------------------
    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:Verdana;			\
                                           font-size:11px;			\
                                           background-color:#163E7B;		\
                                           color:#e6e6e6;			\
                                           border-style:none;			\
                                           text-align:center;			\
                                           border-style:none;			\
                                           border-color:#000000;		\
                                           border-width:0px;"
					   


           this.main_item_hover_styles =  "background-color:#CFF1FF;		\
                                           text-decoration:normal;		\
                                           color:111111;"

           this.main_item_active_styles = "background-color:#CFF1FF;		\
                                           text-decoration:normal;		\
                                           color:111111;"



	//Sub Items

           this.subs_item_padding = "2px,5px,2px,5px"
           
           this.subs_item_styles =        "text-decoration:none;		\
                                           font-face:Verdana;			\
                                           font-size:11px;			\
                                           font-weight:normal;			\
                                           background-color:#CFF1FF;		\
                                           color:#111111;			\
                                           border-style:none;			\
                                           text-align:left;			\
                                           border-style:none;			\
                                           border-color:#000000;		\
                                           border-width:0px;"	

           this.subs_item_hover_styles =  "background-color:#EFFAFF;		\
                                           color:#111111;"

           this.subs_item_active_styles = "background-color:#EFFAFF;		\
                                           color:#111111;"




   /*---------------------------------------------
    Additional Setting
    ---------------------------------------------*/


        //Main Menu Orientation

           this.main_is_horizontal = true
	

        //Main Menu Item Widths 

           this.main_item_width = 90			//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;

}