

/**********************************************************************************************

                               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.
			   
	To Expand field on load:  example: <!-- Main Item 0... --><li expanded=1>		   

*/




document.write('\
<ul id="tmenu0" style="display:none;">\
\
	<!-- Main Item 0... --><li><span><a href="/360_solutions/default.asp">360&deg; SOLUTIONS</a></span>\
\
\
\
	<!-- Main Item 1... --><li expanded=1><span>STAKE HOLDERS</span>\
\
\
		<!-- *SUB MENU* --><ul>\
		<li><a href="/360_solutions/stake_holders/default.asp">Stake Holders</a></li>\
		<li><a href="/360_solutions/stake_holders/providers.asp">Providers</a></li>\
		<li expanded=1><span>PAYERS</span></li>\
\
					<!-- Sub Menu --><ul>\
					<li><a href="/360_solutions/stake_holders/payers.asp">Payers</a></li>\
					<li><a href="/360_solutions/stake_holders/listofpayers.asp">List of Payers</a></li>\
					<!-- *END SUB* --></ul>\
\
		<li><a href="/360_solutions/stake_holders/employers.asp">Self-Insured Employers</a></li>\
		<li><a href="/360_solutions/stake_holders/banks.asp">Banks</a></li>\
		<li><a href="/360_solutions/stake_holders/vendors.asp">Vendors</a></li>\
		<li><a href="/360_solutions/stake_holders/business.asp">Business Process Outsourcing</a></li>\
		<!-- *END SUB* --></ul></li>\
\
\
	<!-- Main Item 2... --><li expanded=1><span>SERVICES</span>\
\
\
		<!-- *SUB MENU* --><ul>\
		<li><a href="/360_solutions/services/default.asp">Services</a></li>\
		<li><a href="/360_solutions/services/claims_online.asp">Claims-Online™</a></li>\
		<li><a href="/360_solutions/services/remittance_online.asp">Remittance-Online™</a></li>\
		<li><a href="/CodingValidation/Coding_Validation.asp">Coding Validation</a></li>\
		<li><a href="/360_solutions/services/eligibility_online.asp">Eligibility-Online™</a></li>\
		<li><a href="/360_solutions/services/enterprise_level_reports_online.asp">Enterprise-Level Reports-Online™</a></li>\
		<li><a href="/360_solutions/services/eft.asp">EFT & Cash Reconciliation</a></li>\
		<li><a href="/360_solutions/services/statements_paper_claims.asp">Statements & Paper Claims</a></li>\
		<li><a href="/360_solutions/services/support_online.asp">Support-Online™</a></li>\
		<li><a href="/360_solutions/services/Industry_Benchmarks.asp">Industry Benchmarks</a></li>\
		<!-- *END SUB* --></ul>\
\
\
	<!-- Main Item 3... --><li expanded=1><span>RESOURCES</span>\
\
\
		<!-- *SUB MENU* --><ul>\
		<li><a href="/360_solutions/resources/default.asp">Resources</a></li>\
		<li><a href="/360_solutions/resources/aboutnpi.asp">About NPI</a></li>\
		<li><a href="/360_solutions/resources/roicalculator.asp">ROI Calculator</a></li>\
		<li><a href="/360_solutions/resources/downloads/default.asp">Downloads</a></li>\
		<!-- *END SUB* --></ul>\
\
\
\
</ul>');




//		<li><a href="/360_solutions/services/smartscrubber.asp">Smart Scrubber&trade;</a></li>\
//		<li><a href="/360_solutions/services/lmrpcci.asp">LMRP/CCI</a></li>\
//		<li><a href="/360_solutions/services/e_learning/default.asp">E-Learning</a></li>\





/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/

unlock0 = 1327
unlock1 = 1730
unlock2 = 2049

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 = 5		//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/secondarynav_imgs/subnav_panel_icon_ON.gif"		//specifies a custom plus image.
	this.minus_image = "/images/secondarynav_imgs/subnav_panel_icon_OFF.gif"		//specifies a custom minus image.
	this.pm_width_height = "5,5"			//Width & Height  - Note: Both images must be the same dimensions.


	this.folder_image = ""		//Automatically applies to all items which may be expanded.
	this.document_image = ""	//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 = 2;			//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:Trebuchet MS;	\
                                           font-size:11px;				\
                                           color:#0e034e;			"
                                           
                                          
        this.sub_item_styles =            "text-decoration:none;		\
                                           font-weight:normal;			\
                                           font-family:Trebuchet MS;	\
                                           font-size:11px;				\
                                           color:#0e034e;			"			



	/* 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:7px; 	padding-bottom:7px; 	padding-left:6px;"

	this.main_link_styles = 			"color:#0e034e; 	text-decoration:none; 			font-size:11px;"
	this.main_link_hover_styles = 		"color:#0e034e; 	text-decoration:underline; 		font-size:11px;"
	
	this.sub_link_styles = 				"color:#0e034e; 	text-decoration:none;			font-family:Trebuchet MS; 		font-size:11px;"
	this.sub_link_hover_styles = 		"color:#0e034e; 	text-decoration:underline;		font-family:Trebuchet MS; 		font-size:11px;"
	
	this.main_expander_hover_styles = 	"text-decoration:underline;		font-size:11px;";
	this.sub_expander_hover_styles = 	"";
	

}

