

/**********************************************************************************************

                               Tree Items and Content

**********************************************************************************************/

/*  

        Note:  Each <li... tag below creates a new tree item, you may add as many as you wish.  Terminate each line with 
               a backslash '\'.

     Warning:  Double check that there are no extra white spaces after your terminating '\' backslashes, the scroll will fail to
               load if there are extra spaces present.

*/




document.write('\
<ul id="tmenu0" style="display:none;">\
\
	<!-- Main Item 0... --><li expanded=0><span><a href="nutrienti1.html">Funzione Biologica</span>\
\
\
		<!-- Sub Menu --><ul>\
		<li><a href=""></a></li>\
		<!-- *END SUB* --></ul>\
\
\
	<!-- Main Item 1... --><li expanded=0><span><a href="nutrienti2.html">Carboidrati</span>\
\
\
		<!-- Sub Menu --><ul>\
		<li><a href=""></a></li>\
		<!-- *END SUB* --></ul>\
\
\
	<!-- Main Item 2... --><li expanded=0><span><a href="nutrienti3.html">Lipidi</span>\
\
\
		<!-- Sub Menu --><ul>\
		<li><a href=""></a></li>\
		<!-- *END SUB* --></ul>\
\
\
	<!-- Main Item 3... --><li expanded=0><span><a href="nutrienti4.html">Protidi</span>\
\
\
		<!-- Sub Menu --><ul>\
		<li><a href=""></a></li>\
		<!-- *END SUB* --></ul>\
\
\
	<!-- Main Item 4... --><li expanded=1><span>Vitamine</span>\
\
\
		<!-- *SUB MENU* --><ul>\
		<li><span>Indice Funzione</span>\
\
			<!-- Sub Menu --><ul style="background-image:url(menulaterale/images/sample1_sub_sub_bg.gif);">\
			<li><a href="indice1.html">B1</a></li>\
			<li><a href="indice2.html">B2</a></li>\
			<li><a href="indice3.html">B3</a></li>\
			<li><a href="indice4.html">B5</a></li>\
			<li><a href="indice5.html">B6</a></li>\
			<li><a href="indice6.html">H</a></li>\
			<li><a href="indice7.html">B9</a></li>\
			<li><a href="indice8.html">B12</a></li>\
			<li><a href="indice9.html">A</a></li>\
			<li><a href="indice10.html">C</a></li>\
			<li><a href="indice11.html">D</a></li>\
			<li><a href="indice12.html">E</a></li>\
			<li><a href="indice13.html">F</a></li>\
			<li><a href="indice14.html">K</a></li>\
			<!-- *END SUB* --></ul></li>\
\
		<li><a href="nutrienti5.html">Vitamine</a></li>\
		<!-- *END SUB* --></ul>\
\
\
	<!-- Main Item 5... --><li expanded=1><span>Minerali</span>\
\
\
		<!-- *SUB MENU* --><ul>\
		<li><span>Indice Funzione</span>\
\
			<!-- Sub Menu --><ul style="background-image:url(menulaterale/images/sample1_sub_sub_bg.gif);">\
			<li><a href="indice15.html">Boro</a></li>\
			<li><a href="indice16.html">Calcio</a></li>\
			<li><a href="indice17.html">Cloro</a></li>\
			<li><a href="indice18.html">Cobalto</a></li>\
			<li><a href="indice19.html">Cromo</a></li>\
			<li><a href="indice20.html">Ferro</a></li>\
			<li><a href="indice21.html">Fluoro</a></li>\
			<li><a href="indice22.html">Fosforo</a></li>\
			<li><a href="indice23.html">Iodio</a></li>\
			<li><a href="indice24.html">Magnesio</a></li>\
			<li><a href="indice25.html">Manganese</a></li>\
			<li><a href="indice26.html">Potassio</a></li>\
			<li><a href="indice27.html">Rame</a></li>\
			<li><a href="indice28.html">Selenio</a></li>\
			<li><a href="indice29.html">Silicio</a></li>\
			<li><a href="indice30.html">Sodio</a></li>\
			<li><a href="indice31.html">Zinco</a></li>\
			<li><a href="indice32.html">Zolfo</a></li>\
			<li><a href="indice33.html">Altri</a></li>\
			<!-- *END SUB* --></ul></li>\
\
		<li><a href="nutrienti6.html">Minerali</a></li>\
		<!-- *END SUB* --></ul>\
\
\
	<!-- Main Item 6... --><li expanded=0><span><a href="nutrienti7.html">Acqua</span>\
\
\
		<!-- Sub Menu --><ul>\
		<li><a href=""></a></li>\
		<!-- *END SUB* --></ul>\
\
\
</ul>');











/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/


function tmenudata0()
{


    /*---------------------------------------------
    Image Settinngs (icons and plus minus symbols)
    ---------------------------------------------*/


	this.imgage_gap = 3			//The image gap is applied to the left and right of the folder and document icons.
						//In the absence of a folder or document icon the gap is applied between the
						//plus / minus symbols and the text only.


	this.plus_image = "menulaterale/images/sample1_main_icon_default.gif"	//specifies a custom plus image.
	this.minus_image = "menulaterale/images/sample1_main_icon_open.gif"		//specifies a custom minus image.
	this.pm_width_height = "16,16"					//Width & Height  - Note: Both images must be the same dimensions.


	//this.folder_image = "folder.gif"				//Automatically applies to all items which may be expanded.
	this.document_image = "menulaterale/images/sample1_sub_icon.gif"		//Automatically applies to all items which are not expandable.
	this.icon_width_height = "7,7"					//Width & Height  - Note: Both images must be the same dimensions.




    /*---------------------------------------------
    General Settings
    ---------------------------------------------*/


	this.indent = 15;			//The indent distance in pixels for each level of the tree.
	this.use_hand_cursor = true;		//Use a hand mouse cursor for expandable items, or the default arrow.


    /*---------------------------------------------
    Tree Menu Styles
    ---------------------------------------------*/


	this.main_item_styles =        "text-decoration:none; 			       		\
                                       font-weight:bold;			           	\
                                       font-family:Arial;			           	\
                                       font-size:12px;			               		\
                                       color:#0000FF;			               		\
                                       background-image:url(menulaterale/images/sample1_main_bg.gif); 	\
                                       "


    	this.sub_item_styles =         "text-decoration:none;					\
                                       padding:0;						\
                                       font-weight:normal;					\
                                       background-image:url(menulaterale/images/we/pix_trans.gif);						   \
									   font-family:Arial;					\
                                       font-size:12px;						\
                                       color:#0000FF;"



	/* Styles may be formatted as multi-line (seen above), or on a single line as shown below.
	   The expander_hover_styles apply to menu items which expand to show child menus.*/



	this.main_container_styles = ""
	this.sub_container_styles = "background-image:url(images/sample1_sub_bg.gif); padding-top:5px; padding-bottom:5px; background-color:#FFFFFF;"

	this.main_link_styles = "color:#0000FF; text-decoration:none; padding:2;"
	this.main_link_hover_styles = "padding:2; background-color:#dfb265; color:#0000FF; opacity: .7; filter: alpha(opacity=70); -moz-opacity: .7;"


	this.sub_link_styles = "color:#0000FF; font-size:11px;"
	this.sub_link_hover_styles = "color:#000066; background-color:#EFEFEF; opacity: .7; filter: alpha(opacity=70); -moz-opacity: .7;"


	this.main_expander_hover_styles = "color:#0000FF;"

	this.sub_expander_hover_styles = "background-color:#EFEFEF;  color:#000066; opacity: .7; -moz-opacity: .7;"


}