node7 = true;
function tmenudata0()
{
    /*---------------------------------------------
    Animation Settings
    ---------------------------------------------*/
	this.animation_jump = 10		//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 = "http://www.axane.net/img/fr/tmenu/cale_transparente.gif"	    //specifies a custom plus image.
	this.minus_image = "http://www.axane.net/img/fr/tmenu/cale_transparente.gif"		//specifies a custom minus image.
	this.pm_width_height = "0,0"					                    //Width & Height  - Note: Both images must be the same dimensions.
	//this.folder_image = "img/fr/tmenu/folder.gif"				//Automatically applies to all items which may be expanded.
	this.document_image = "http://www.axane.net/img/fr/tmenu/cale_transparente.gif"   //Automatically applies to all items which are not expandable.
	this.icon_width_height = "0,0"					//Width & Height  - Note: Both images must be the same dimensions.
    /*---------------------------------------------
    General Settings
    ---------------------------------------------*/
	this.indent = 13;			     //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:11px;			               		\
                                       color:#0094CE; 	\
                                       "
   	 this.sub_item_styles =        "text-decoration:none;					\
                                       padding:1;						\
                                       font-weight:normal;					\
                                       background-image:url(http://www.axane.net/img/fr/tmenu/cale_transparente.gif);						   \
                                       font-family:Arial;					\
                                       font-size:11px;						\
                                       color:#333366;"
	/* 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 = ""
	this.main_link_styles = "color:#0094CE; text-decoration:none; padding:2;"
	this.main_link_hover_styles = "padding:2; color:#000000; opacity: .7; filter: alpha(opacity=70); -moz-opacity: .7;"
	this.sub_link_styles = "color:#0D5C91; font-size:10,5px;"
	this.sub_link_hover_styles = "color:#B46B47;"
	this.main_expander_hover_styles = "color:#0D5C91;"
	this.sub_expander_hover_styles = "color:#B46B47; opacity: .7; -moz-opacity: .7;"
}
