
document.write("														\
<div style='display:none;z-index:0;'><ul id='imenus0'>								\
																		\
																		\
	<!-- Main Item 0... --><li><a href='#'>Om Datanät H&N AB</a>						\
																		\
																		\
		<!-- *SUB MENU* --><ul style='width:130px; left:186px;'>				\
		<li><a href='index.html'>Introduktion</a></li>						\
		<li><a href='gar.html'>Garantier och referenser</a></li>						\
			<!-- *END SUB* --></ul></li>								\
														\
														\
														\
	<!-- Main Item 1... --><li><a href='#'>Nyheter</a>						        \
														\
														\
		<!-- *SUB MENU* --><ul style='width:130px; left:186px;'>					\
		<li><a href='pro.html'>Produkter</a></li>						\
		<li><a href='tjany.html'>Tjänster</a></li>						\
		<!-- *END SUB* --></ul></li>									\
														\
														\
	<!-- Main Item 2... --><li><a href='#'>Produkter</a>							\
														\
														\
		<!-- Sub Menu --><ul style='width:130px; left:186px;'>						\
		<li><a href='kab.html'>Kabelsystem</a></li>						\
		<li><a href='elekt.html'>Elektronik</a></li>						\
		<li><a href='trad.html'>Trådlösa nät</a></li>						\
		<!-- *END SUB* --></ul></li>									\
														\
														\
	<!-- Main Item 3... --><li><a href='#'>Tjänster</a>							\
														\
														\
		<!-- Sub Menu --><ul style='width:130px; left:186px;'>						\
		<li><a href='projinst.html'>Projektering / Installation</a></li>				\
		<li><a href='veri.html'>Verifiering</a></li>						\
		<li><a href='ref.html'>Referenser</a></li>						\
		<!-- *END SUB* --></ul></li>									\
														\
														\
														\
	<!-- Main Item 4... --><li><a href='#'>Partners</a>							\
														\
														\
		<!-- Sub Menu --><ul style='width:130px; left:186px;'>						\
		<li><a href='part.html'>Presentation av Partners</a></li>				\
		<!-- *END SUB* --></ul></li>									\
														\
														\
	<!-- Main Item 5... --><li><a href='#'>Support / Service</a>						\
														\
														\
		<!-- Sub Menu --><ul style='width:130px; left:186px;'>						\
		<li><a href='driv.html'>Drivrutiner</a></li>						\
		<li><a href='supp.html'>Support</a></li>						\
		<li><a href='kont.html'>Kontakta Datanät AB</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 = 1657

unlock1 = 1254

unlock2 = 1595

unlock3 = 1192

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 = "1px"
           this.main_container_border_style = "none"

           this.main_container_styles =   "background-color:#8781BD;		\
                                           border-color:#847BD6;"




	//Sub Containers

           this.subs_container_padding = "0px, 0px, 0px, 0px"
           this.subs_container_border_width = "0px"
           this.subs_container_border_style = "solid"

           this.subs_container_styles =   "background-color:#8781BD;		\
                                           border-color:#8781BD;"



    /*---------------------------------------------
    Menu Item Settings
    ---------------------------------------------*/


	//Main Items

           this.main_item_padding = "2px,5px,2px,0px"
                  
           this.main_item_styles =        "text-decoration:none;		\
                                           font-weight:normal;			\
                                           font-family:Arial;			\
                                           font-size:12px;			\
                                           background-color:#8781BD;		\
                                           color:#111111;			\
                                           border-style:none;			\
                                           text-align:center;			\
                                           border-style:none;			\
                                           border-color:#000000;		\
                                           border-width:0px;"
					   


           this.main_item_hover_styles =  "background-color:#8781BD;		\
                                           text-decoration:normal;		\
                                           color:#ffffff;			\
					   background: url(arrow_sub_2.gif)"				


           this.main_item_active_styles = "background-color:#cce3f8;		\
                                           text-decoration:normal;		\
                                           color:e5e5e5;			\
					   background: url(arrow_sub_2.gif)"		



	//Sub Items

           this.subs_item_padding = "2px,5px,2px,10px"
           
           this.subs_item_styles =        "text-decoration:none;		\
                                           font-face:Arial;			\
                                           font-size:11px;			\
                                           font-weight:normal;			\
                                           color:#ffffff;			\
                                           background-color:#8781BD;		\
					   background: url(arrow_sub_2.gif);	\
                                           border-style:none;			\
                                           text-align:left;			\
                                           border-style:none;			\
                                           border-color:#000000;		\
                                           border-width:0px;"	

           this.subs_item_hover_styles =  "background-color:#8781BD;		\
					   background: url(arrow_sub_2.gif);	\
                                           color:#ffff33;"			


           this.subs_item_active_styles = "background-color:#8781BD;		\
					   background: url(arrow_sub_2.gif);	\
                                           color:#e5e5e5;"




   /*---------------------------------------------
    Additional Setting
    ---------------------------------------------*/


        //Main Menu Orientation

           this.main_is_horizontal = false     //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 = 120;

}


