

/**********************************************************************************************

                               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;">\
	<li expanded=1><a href="index.asp">Adaptive Solutions</a>\
		<ul style="">\
			<li expanded=1><b>About Us</b>\
				<ul style="top:1px;">\
					<li><a href="company.asp" title="Our Company">Our Company</a></li>\
				</ul>\
			</li>\
			<li expanded=1><b>Solutions for Law Firms</b>\
				<ul style="top:1px;">\
					<li expanded=1><b>Our Services</b></li>\
					<ul>\
						<li><a href="dm.asp" title="Enterprise Content Management - DM">ECM - DM</a></li>\
						<li><a href="xtendit" title="xTend I.T. Help Desk">xTend I.T. Help Desk</a></li>\
						<li><a href="pm.asp" title="Project Management">Project Management</a></li>\
						<li><a href="ns.asp" title="Network Services">Network Services</a></li>\
						<li><a href="dbdev.asp" title="Development">Development</a></li>\
						<li><a href="onboard.asp" title="Hosted Solutions">Hosted Solutions</a></li>\
						<li><a href="supportit.asp" title="Support I.T.">Support I.T.</a></li>\
						<li><a href="training.asp" title="Training">Training</a></li>\
						<li><a href="checkit.asp" title="Check I.T.">Check I.T.</a></li>\
						<li><a href="ucontrolit.asp" title="uControl I.T.">uControl I.T.</a></li>\
					</ul>\
					</li>\
				</ul>\
			</li>\
			<li expanded=1><b>Solutions for Corporate Legal</b>\
				<ul>\
					<li expanded=1><a href="corporatelegal.asp" title="Project Management - DM">Project Management - DM</a></li>\
					<li><a href="xtendit" title="xTend I.T.">xTend I.T.</a></li>\
				</ul>\
			</li>\
			<li><a href="partners.asp"><b>Our Technology Partners</b></a></li>\
				<ul style="">\
				</ul>\
			<li expanded=1><b>Related Links</b>\
				<ul style="">\
					<li><a href="http://www.inc.com/inc5000/2009/company-profile.html?id=200921540" title="INC 5000">INC 5000</a></li>\
					<li><a href="http://www.iltanet.org/" title="ILTA">ILTA</a></li>\
					<li><a href="http://www.e-legaltechnology.org/" title="e-Legal Technology">e-Legal Technology</a></li>\
					<li><a href="http://www.legaltech.com/" title="Legal Tech.com">Legal Tech.com</a></li>\
					<li><a href="http://www.legaltechshow.com/r5/cob_page.asp?category_code=ltech" title="Legal Tech Trade Show">Legal Tech Trade Show</a></li>\
					<li><a href="http://www.cio.com/" title="CIO.com">CIO.com</a></li>\
					<li><a href="http://www.easterntechnologycouncil.org/" title="Eastern Technology Council">Eastern Technology Council</a></li>\
					<li><a href="http://www.linkedin.com/" title="Linked-In">Linked-In</a></li>\
					<li><a href="http://twitter.com/adaptsol" title="ASI on Twitter">ASI on Twitter</a></li>\
				</ul>\
			</li>\
			<li expanded=1><b>Contact Information</b>\
				<ul style="">\
					<li><a href="contact.asp" title="Contact Form">Contact Form</a></li>\
					<li><a href="office.asp" title="Office Locations">Office Locations</a></li>\
					<li><a href="directions.asp" title="Directions">Directions</a></li>\
				</ul>\
			</li>\
			<li><a href="events.asp"><b>News and Events</b></a></li>\
				<ul style="">\
				</ul>\
			</li>\
			<li><b><a href="sponsors.asp">Our Sponsored Associations</a></b>\
				<ul style="">\
				</ul>\
			</li>\
		</ul>\
	</li>\
</ul>');









/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/
node7=true

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 = "images/blank.gif"		//specifies a custom plus image.
	this.minus_image = "images/blank.gif"		//specifies a custom minus image.
	this.pm_width_height = "9,9"			//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 = 16;			//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:11px;			\
                                           color:#184563;			\
                                           padding:2px;				"
                                           
                                          
        this.sub_item_styles =            "text-decoration:none;		\
                                           font-weight:normal;			\
                                           font-family:Verdana;			\
                                           font-size:11px;			\
                                           color:#184563;			"			



	/* 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:1px; padding-bottom:1px;"

	this.main_link_styles = "color:#00427C; text-decoration:none;"
	this.main_link_hover_styles = "color:#00427C; 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 = "";
	

}

