

/**********************************************************************************************

                               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><span><a href="../main/maintext_g.htm" target="title">Allgemeines</a></span>\
\
		<!-- *SUB MENU* --><ul>\
		<li><a href="../main/blctext_g.htm" target="title">Der SKF Wälzlager-Gebrauchsdauerzyklus</a></li>\
		<li><a href="../main/failtext_g.htm" target="title">Mehr als 60% aller vorzeitigen <br><img src="images/linebreak2.gif" border="0">Lagerausfälle können Sie verhindern</a></li>\
		<li><a href="../main/rstext_g.htm" target="title">Die Herausforderung bei der <br><img src="images/linebreak2.gif" border="0">Instandhaltung</a></li>\
		<!-- *END SUB* --></ul></li>\
\
\
<img src="images/linebreak.gif" border="0"><br>\
\
\
	<!-- Main Item 1... --><li><span><a href="menu_g_ML.htm"><b>Einbauen und Schmieren</b></a></span>\
\
\
	<!-- Main Item 2... --><li><span><a href="menu_g_AL.htm"><b>Ausrichten</b></a></span>\
\
\
	<!-- Main Item 3... --><li><span><a href="menu_g_RL.htm"><b>Nachschmieren</b></a></span>\
\
\
	<!-- Main Item 4... --><li><span><a href="menu_g_BCM.htm"><b>Überwachen</b></a></span>\
\
\
	<!-- Main Item 5... --><li><span><a href="menu_g_DM.htm"><b>Ausbauen</b></a></span>\
\
\
<br><img src="images/linebreak.gif" border="0"><br>\
\
\
	<!-- Main Item 6... --><li><span><a href="../indx/prodindex_g.htm" target="title">Erzeugnis-Verzeichnis</a></span>\
\
\
	<!-- Main Item 7... --><li><span><a href="../Stellent/msds.htm" target="title">Sicherheitsdatenblätter</a></span>\
\
\
	<!-- Main Item 8... --><li><span><a href="../lubeselect/lubeselect_g.htm" target="title">LubeSelect for SKF greases</a></span>\
\
\
	<!-- Main Item 9... --><li><span><a href="../dialset/index_dialset.htm" target="_blank">Dialset online</a></span>\
\
\
</ul>');





/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/

node7 = true
function tmenudata0()
{

    /*---------------------------------------------
    Animation Settings
    ---------------------------------------------*/


	this.animation_jump = 9		//Measured in Milliseconds (1/1000s)
	this.animation_delay = 5		//Measured in pixels

	

    /*---------------------------------------------
    Image Settinngs (icons and plus minus symbols)
    ---------------------------------------------*/


	this.imgage_gap = 0				//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 = "images/space.gif"		//specifies a custom plus image.
	this.minus_image = "images/space.gif"		//specifies a custom minus image.
	this.pm_width_height = "1,1"			//Width & Height  - Note: Both images must be the same dimensions.


	this.folder_image = "images/folder.gif"		//Automatically applies to all items which may be expanded.
	this.document_image = "images/document.gif"	//Automatically applies to all items which are not expandable.
	this.icon_width_height = "16,14"		//Width & Height  - Note: Both images must be the same dimensions.




    /*---------------------------------------------
    General Settings
    ---------------------------------------------*/


	this.indent = 0;			//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:Verdana;			\
                                           font-size:10px;			\
                                           color:#333333;			\
                                           padding:0px;				"
                                           
                                          
        this.sub_item_styles =            "text-decoration:none;		\
                                           font-weight:normal;			\
                                           font-family:Verdana;			\
                                           font-size:10px;			\
                                           color:#333333;			"			



	/* 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 = "padding:0px;"
	this.sub_container_styles = "padding-top:0px; padding-bottom:0px;"

//	this.main_link_styles = "color:#0066aa; text-decoration:none;"
//	this.main_link_hover_styles = "color:#ff0000; text-decoration:underline;"
	
	this.sub_link_styles = ""
	this.sub_link_hover_styles = ""
	
	this.main_expander_hover_styles = "text-decoration:underline;";
//	this.sub_expander_hover_styles = "";
	

}

