// The following line is critical for menu operation, and must appear only once.
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////


effect = "Fade(duration=0.3);Alpha(style=0,opacity=100)" // Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters

timegap=500			// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=30			// Follow Scrolling Rate
suboffset_top=4;		// Sub menu offset Top position 
suboffset_left=2;		// Sub menu offset Left position

style1=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"C5C5C5",				// Mouse Off Font Color
"004D12",				// Mouse Off Background Color
"ECE491",				// Mouse On Font Color
"027524",				// Mouse On Background Color
"004D12",				// Menu Border Color 
10,							// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",				// Font Weight (bold or normal)
"Verdana, Arial",					// Font Name
2,						// Menu Item Padding
"http://www.nationalcostreport.com/images/arrow_across.gif",			// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",			// 3D Low Color
,						// Current Page Item Font Color (leave this blank to disable)
,						// Current Page Item Background Color (leave this blank to disable)
"http://www.nationalcostreport.com/images/arrow_down.gif",		// Top Bar image (Leave this blank to disable)
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",			// Menu Header Background Color (Leave blank if headers are not needed)
]


addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
39,							// Menu Top - The Top position of the menu in pixels
0,							// Menu Left - The Left position of the menu in pixels
0,						// Menu Width - Menus width in pixels
1,							// Menu Border Width 
"center",				// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,					// Properties Array - this is set higher up, as above
1,							// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"center",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,					// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// ..Now Obsolete..
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use

,"<b>&nbsp;Home&nbsp;</b>","http://www.nationalcostreport.com/index.htm",,,1// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"<b>&nbsp;&nbsp;Cost&nbsp;Reports&nbsp;&nbsp;&nbsp;&nbsp;</b>","show-menu=cost_reports","http://www.nationalcostreport.com/cost_reports/index.htm",,1 
,"<b>&nbsp;&nbsp;FAQ's&nbsp;</b>","http://www.nationalcostreport.com/faq/index.htm",,,1
,"<b>&nbsp;&nbsp;Helpful&nbsp;Web&nbsp;Sites&nbsp;</b>","http://www.nationalcostreport.com/helpful_web_sites/index.htm",,,1
,"<b>&nbsp;&nbsp;About&nbsp;Us&nbsp;</b>","http://www.nationalcostreport.com/about_us/index.htm",,,1
,"<b>&nbsp;&nbsp;Contact&nbsp;Us&nbsp;</b>","http://www.nationalcostreport.com/contact_us/index.htm",,,1



])

	addmenu(menu=["cost_reports",
	,,215,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"<b>&nbsp;&nbsp;SNF&nbsp;Medicare&nbsp;Cost&nbsp;Report&nbsp;</b>","show-menu=snf_medicare","http://www.nationalcostreport.com/cost_reports/snf_medicare/index.htm",,1
		,"<b>&nbsp;&nbsp;Hospice&nbsp;Cost&nbsp;Report&nbsp;</b>","show-menu=hospice","http://www.nationalcostreport.com/cost_reports/hospice/index.htm",,1
        ,"<b>&nbsp;&nbsp;Home&nbsp;Health&nbsp;Agency&nbsp;Cost&nbsp;Report&nbsp;</b>","show-menu=home_health","http://www.nationalcostreport.com/cost_reports/home_health/index.htm",,1
         ,"<b>&nbsp;&nbsp;Texas&nbsp;Medicaid&nbsp;Cost&nbsp;Report&nbsp;</b>","show-menu=texas_medicaid","http://www.nationalcostreport.com/cost_reports/texas_medicaid/index.htm",,1
		])


addmenu(menu=["snf_medicare",
	,,247,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"<b>&nbsp;&nbsp;Order&nbsp;Form&nbsp;for&nbsp;New&nbsp;Clients</b>","http://www.nationalcostreport.com/cost_reports/snf_medicare/order_form.htm",,,1
		,"<b>&nbsp;&nbsp;Preparation&nbsp;Contract&nbsp;for&nbsp;Existing&nbsp;Clients</b>","http://www.nationalcostreport.com/cost_reports/snf_medicare/contract_existing_clients.htm",,,1
		,"<b>&nbsp;&nbsp;Information&nbsp;Request</b>","http://www.nationalcostreport.com/cost_reports/snf_medicare/info_request.htm",,,1

		])
		
		
addmenu(menu=["hospice",
	,,247,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"<b>&nbsp;&nbsp;Order&nbsp;Form&nbsp;for&nbsp;New&nbsp;Clients</b>","http://www.nationalcostreport.com/cost_reports/hospice/order_form.htm",,,1
		,"<b>&nbsp;&nbsp;Preparation&nbsp;Contract&nbsp;for&nbsp;Existing&nbsp;Clients</b>","http://www.nationalcostreport.com/cost_reports/hospice/contract_existing_clients.htm",,,1
		,"<b>&nbsp;&nbsp;Information&nbsp;Request</b>","http://www.nationalcostreport.com/cost_reports/hospice/info_request.htm",,,1

		])
		
		
addmenu(menu=["home_health",
	,,247,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"<b>&nbsp;&nbsp;Order&nbsp;Form&nbsp;for&nbsp;New&nbsp;Clients</b>","http://www.nationalcostreport.com/cost_reports/home_health/order_form.htm",,,1
		,"<b>&nbsp;&nbsp;Preparation&nbsp;Contract&nbsp;for&nbsp;Existing&nbsp;Clients</b>","http://www.nationalcostreport.com/cost_reports/home_health/contract_existing_clients.htm",,,1
		,"<b>&nbsp;&nbsp;Information&nbsp;Request</b>","http://www.nationalcostreport.com/cost_reports/home_health/info_request.htm",,,1

		])
		
addmenu(menu=["texas_medicaid",
	,,247,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"<b>&nbsp;&nbsp;Order&nbsp;Form&nbsp;for&nbsp;New&nbsp;Clients</b>","http://www.nationalcostreport.com/cost_reports/texas_medicaid/order_form.htm",,,1
		,"<b>&nbsp;&nbsp;Preparation&nbsp;Contract&nbsp;for&nbsp;Existing&nbsp;Clients</b>","http://www.nationalcostreport.com/cost_reports/texas_medicaid/contract_existing_clients.htm",,,1
		,"<b>&nbsp;&nbsp;Information&nbsp;Request</b>","http://www.nationalcostreport.com/cost_reports/texas_medicaid/info_request.htm",,,1

		])		


dumpmenus()