

/**********************************************************************************************

                               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=1><span>Complexion Analysis<div id="Spacer" style="height:8px; width:1px; font-size:1px;">&nbsp;</div></span>\
\
		<!-- *SUB MENU* --><ul>\
		<li><a href="/visia.html">Visia</a></li>\
		<!-- *END SUB* --></ul>\
\
\
\
	<!-- Main Item 0...  --><li expanded=1><span>Conditions<div id="Spacer" style="height:8px; width:1px; font-size:1px;">&nbsp;</div></span>\
\
		<!-- *SUB MENU* --><ul>\
		<li><a href="/acne.html">Acne</a></li>\
		<li><a href="/agesun.html">Age Spots/Sun Damage</a></li>\
		<li><a href="/cellulite.html">Cellulite</a></li>\
		<li><a href="/finelineswrinkles.html">Fine Lines/Wrinkles</a></li>\
		<li><a href="/melasma.html">Melasma</a></li>\
		<li><a href="/rosacea.html">Rosacea</a></li>\
		<li><a href="/severesweat.html">Severe Sweating</a></li>\
		<li><a href="/shavebumps.html">Shaving Bumps</a></li>\
		<li><a href="/unwantedhair.html">Unwanted Hair</a></li>\
		<li><a href="/veins.html">Veins</a></li>\
		<!-- *END SUB* --></ul>\
\
\
	<!-- Main Item 1... --><li expanded=1><span>Treatments<div id="Spacer" style="height:8px; width:1px; font-size:1px;">&nbsp;</div></span>\
\
		<!-- *SUB MENU* --><ul>\
		<li><a href="/artefill.html">Artefill</a></li>\
		<li><a href="/botox.html">Botox&reg; Cosmetic</a></li>\
		<li><a href="/gshot.html">G-Shot</a></li>\
		<li><a href="/laserhair.html">Laser Hair Removal</a></li>\
		<li><a href="/juvederm.html">Juv&eacute;derm</a></li>\
		<li><a href="/laserpeel.html">Laser Peel</a></li>\
		<li><a href="/lipomesotherapy.html">Lipo/Meso Therapy</a></li>\
		<li><a href="/microderm.html">Microdermabrasion</a></li>\
		<li><a href="/phototherapy.html">Photodynamic Therapy</a></li>\
		<li><a href="/radiesse.html">Radiesse</a></li>\
		<li><a href="/restylane.html">Restylane</a></li>\
		<li><a href="/sculptra.html">Sculptra&trade;</a></li>\
		<li><a href="/skinrejuv.html">Skin Rejuvenation</a></li>\
		<li><a href="/tumescentliposuction.html">Tumescent Liposuction</a></li>\
		<li><a href="/veinremoval.html">Vein Removal</a></li>\
		<!-- *END SUB* --></ul></li>\
\
\
	<!-- Main Item 2... --><li expanded=1><span>Products<div id="Spacer" style="height:8px; width:1px; font-size:1px;">&nbsp;</div></span>\
\
		<!-- Sub Menu --><ul>\
		<li><a href="/janeiredale.html">Jane Iredale</a></li>\
		<li><a href="/janmarini.html">Jan Marini</a></li>\
		<li><a href="/nupeel.html">NuPeel&trade;</a></li>\
		<li><a href="/obagi.html">Obagi</a></li>\
		<li><a href="/teamine.html">Teamine</a></li>\
		<!-- *END SUB* --></ul></li>\
\
\
</ul>');











/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/
 	//Unlock Statements

	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 = 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 = "/img/icondefault.gif"	//specifies a custom plus image.
	this.minus_image = "/img/iconopen.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 = "images/sample1_sub_icon.gif"		//Automatically applies to all items which are not expandable.
	//this.icon_width_height = "16,16"					//Width & Height  - Note: Both images must be the same dimensions.




    /*---------------------------------------------
    General Settings
    ---------------------------------------------*/


	this.indent = 8;			//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:#ffffff;			               		\
                                       background-image:url(/img/mainback.gif); 			"


   	 this.sub_item_styles =        "text-decoration:none;					\
                                       padding:0;						\
                                       font-weight:normal;					\
                                       background-image:url(/img/trans.gif);			\			   \
                                       font-family:Verdana;					\
                                       font-size:10px;						\
                                       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 = "background-image:url(/img/subback.gif); padding-top:5px; padding-bottom:5px; background-color:#ffffff;"

	this.main_link_styles = "color:#ffffff; font-size:10px; font-weight:bold; font-family:Verdana; text-decoration:none;"
	this.main_link_hover_styles = "color:#DFDFDF;"


	this.sub_link_styles = "color:#64141D; font-size:10px;"
	this.sub_link_hover_styles = "color:#64141D; background-color:#ffffff; opacity: .7; filter: alpha(opacity=70); -moz-opacity: .7;"


	this.main_expander_hover_styles = "color:#DFDFDF;"

	this.sub_expander_hover_styles = "background-color:#dfb265;  color:#000066; opacity: .7; -moz-opacity: .7;"


}


