/*
 DHTML Menu version 3.3.19
 Copyright 2002 (c) Milonic Solutions. All Rights Reserved.
 */

//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 //

// Special effect string for IE5.5 or above please visit for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#777777', Direction=135, Strength=3)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=3)" // Stop IE5.5 bug when using more than one filter
}

timegap=500				// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=-1;		// Sub menu offset Top position 
suboffset_left=-3;		// Sub menu offset Left position
closeOnClick = true


style1=[				// style1 is an array of properties.
"ffffff",				// Mouse Off Font Color
"#6887c7",				// Mouse Off Background Color
"000000",				// Mouse On Font Color
"#EDEADD",				// Mouse On Background Color
"ffffff",				// Menu Border Color 
12,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
						// Font Weight (bold or normal)
"Verdana",		         // Font Name
5,						// Menu Item Padding
"arrow.gif",			// Sub Menu Image (Leave this blank if not needed)

,						// Current Page Item Font Color (leave this blank to disable)
,						// Current Page Item Background Color (leave this blank to disable)
"arrowdn.gif",			// Top Bar image (Leave this blank to disable)
,						// Menu Header Font Color (Leave blank if headers are not needed)
,						// Menu Header Background Color (Leave blank if headers are not needed)
"cccccc",				// Menu Item Separator Color
]	

addmenu(menu=["products",
152,45,110,1,,style1,,,effect,,,,,,,,,,,,
,"  Core Value  ","NPS_Values.htm",,,1
,"  Core Process  ","NPS_Process.htm",,,1
])

addmenu(menu=["business",
152,138,120,1,,style1,,,effect,,,,,,,,,,,,
,"  Quality Assurance ","NPS_Assurance.htm",,,1
])

addmenu(menu=["technology",
152,195,200,1,,style1,,,effect,,,,,,,,,,,,
,"&nbsp;Business Engagement Model&nbsp;","NPS_bem.htm",,,1
,"&nbsp;Client Engagement Model&nbsp;","NPS_Engagement.htm",,,1
])

addmenu(menu=["project",
152,330,200,1,,style1,,,effect,,,,,,,,,,,,
,"&nbsp;Data Processing&nbsp;","NPS_Processing.htm",,,1
,"&nbsp;Data Conversion&nbsp;","NPS_Conversion.htm",,,1
,"&nbsp;Data Entry&nbsp;","NPS_Entry.htm",,,1
,"&nbsp;Back Office Accounting Services&nbsp;","NPS_backoffice.htm",,,1
,"&nbsp;Healthcare Services&nbsp","show-menu=provider",,,1
])

addmenu(menu=["provider",
,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
,"&nbsp;Provider Service","show-menu=Medical",,,0
,"&nbsp;Payer Service","show-menu=Claims",,,0		
])

addmenu(menu=["Medical",
,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
,"&nbsp;Medical Billing","NPS_healthcare.htm",,,
])

addmenu(menu=["Claims",
,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
,"&nbsp;Claims Processing","NPS_claims.htm",,,
])

dumpmenus()