
document.write("												\
<div style='display:none;z-index:0;'><ul id='imenus0'>								\
														\
														\
	<!-- Main Item 0... --><li><a href='#'>Chi siamo</a>							\
														\
														\
		<!-- *SUB MENU* --><ul style='width:135px;'>							\
		<li><a href='chi.asp'>Ci vogliamo presentare</a></li>						\
		<li><a href='contatti.asp'>Linea diretta con noi</a></li>					\
		<li><a href='dicono.asp'>Dicono di noi</a></li>								\
		<!-- *END SUB* --></ul>										\
														\
														\
	<!-- Main Item 1... --><li><a href='#'>Dove vi invitiamo</a>						\
														\
														\
		<!-- *SUB MENU* --><ul style='width:135px;'>							\
		<li><a href='territorio.asp'>Le nostre terre</a></li>						\
		<li><a href='arrivare.asp'>Come arrivare</a></li>						\
		<!-- *END SUB* --></ul></li>									\
														\
														\
	<!-- Main Item 2... --><li><a href='#'>Guida vacanze</a>						\
														\
														\
		<!-- Sub Menu --><ul style='width:135px;'>							\
		<li><a href='vacanze.asp'>Idee per la tua vacanza</a></li>					\
		<li><a href='eventi.asp'>Eventi da scoprire</a></li>						\
		<li><a href='famiglia.asp'>Dedicato alle famiglie</a></li>					\
		<li><a href='cerca.asp'>Cerca la tua vacanza</a></li>							\
		<li><a href='preventivi.asp'>Richiedi il preventivo</a></li>							\
		<li><a href='prenota.asp'>Prenota la tua vacanza</a></li>							\
		<li><a href='cataloghi.asp'>Cataloghi</a></li>							\
		<!-- *END SUB* --></ul></li>									\
														\
														\
	<!-- Main Item 3... --><li><a href='#'>Notizie utili</a>						\
														\
														\
		<!-- Sub Menu --><ul style='width:135px;'>							\
		<li><a href='agenzia.asp'>Agenzie partners</a></li>							\
		<li><a href='meteo.asp'>Meteo</a></li>								\
		<li><a href='links.asp'>Links</a></li>									\
		<!-- *END SUB* --></ul></li>									\
														\
														\
	<!-- Main Item 4... --><li><a href='news.asp'>Newsletter</a>						\
		</li>												\
														\
														\
	<!-- Main Item 5... --><li><a href='index2.asp'>Home</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: url(../ita/immagini/frecciav.gif) center right no-repeat;";
        this.main_expand_image_hover_style = "background: url(../ita/immagini/frecciav.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:#cce3f8;		\
                                           border-color:#769bba;"




	//Sub Containers

           this.subs_container_padding = "0px, 0px, 0px, 0px"
           this.subs_container_border_width = "1px"
           this.subs_container_border_style = "none"

           this.subs_container_styles =   "background-color:#ffffff;		\
                                           border-color:#000000;"



    /*---------------------------------------------
    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:8pt;			\
                                           background-color:#ffffff;		\
                                           color:#5D5B55;			\
                                           border-style:solid;			\
                                           text-align:center;			\
                                           border-style:solid;			\
                                           border-color:#ffffff;		\
                                           border-width:1px;"			


           this.main_item_hover_styles =  "background-color:#D0E58D;		\
                                           text-decoration:normal;		\
                                           color:111111;"

           this.main_item_active_styles = "background-color:#D0E58D;		\
                                           text-decoration:normal;		\
                                           color:5D5B55;"



	//Sub Items

           this.subs_item_padding = "2px,5px,2px,5px"
           
           this.subs_item_styles =        "text-decoration:none;		\
                                           font-face:Arial;			\
                                           font-size:8pt;			\
                                           font-weight:bold;			\
                                           background-color:#E7F1C6;		\
                                           color:#5D5B55;			\
                                           border-style:none;			\
                                           text-align:center;			\
                                           border-style:solid;			\
                                           border-color:#ffffff;		\
                                           border-width:1px;"	

           this.subs_item_hover_styles =  "background-color:#D0E58D;		\
                                           color:#111111;"

           this.subs_item_active_styles = "background-color:#D0E58D;		\
                                           color:#111111;"




   /*---------------------------------------------
    Additional Setting
    ---------------------------------------------*/


        //Main Menu Orientation

           this.main_is_horizontal = true
	

        //Main Menu Item Widths 

           this.main_item_width = 130			//default width for all items

           this.main_item_width0 = 135		//optional specific width for the first menu item
           this.main_item_width1 = 135		//optional specific width for the second menu item...
           this.main_item_width2 = 135		//optional specific width for the second menu item...
           this.main_item_width3 = 135		//optional specific width for the first menu item
           this.main_item_width4 = 120		//optional specific width for the second menu item...
           this.main_item_width5 = 120		//optional specific width for the second menu item...


        //The mouse off and mouse over delay for sub menus

           this.menu_showhide_delay = 150;

}


