	function changePage(k)
	{
		if(k==0)
		{
			document.frmChangePage.hidIndustry.value=0;
			document.frmChangePage.hidService.value=1;
			if(document.frmChangePage.selFinance.selectedIndex == 1)
				document.frmChangePage.action="Claims_Process.asp";
			if(document.frmChangePage.selFinance.selectedIndex == 2)
				document.frmChangePage.action="Data_Processing.asp"
			if(document.frmChangePage.selFinance.selectedIndex == 3)
				document.frmChangePage.action="Document_Management.asp"
			if(document.frmChangePage.selFinance.selectedIndex == 4)
				document.frmChangePage.action="Record_Mgmt.asp"
			if(document.frmChangePage.selFinance.selectedIndex == 5)
			document.frmChangePage.action="Transaction_Processing.asp"
			if(document.frmChangePage.selFinance.selectedIndex == 7)
				document.frmChangePage.action="business_intelligence.asp";
			if(document.frmChangePage.selFinance.selectedIndex == 8)
				document.frmChangePage.action="customizedsoftware.asp"
			if(document.frmChangePage.selFinance.selectedIndex == 9)
				document.frmChangePage.action="ebusiness.asp" 
			if(document.frmChangePage.selFinance.selectedIndex == 10)
				document.frmChangePage.action="enterprise_applications.asp"
			if(document.frmChangePage.selFinance.selectedIndex == 11)
				document.frmChangePage.action="mobilebusiness.asp"
				
		/*	if(document.frmChangePage.selFinance.selectedIndex == 5)
				document.frmChangePage.action="Health.asp"
			if(document.frmChangePage.selFinance.selectedIndex == 6)
				document.frmChangePage.action="high_tech.asp" 
			if(document.frmChangePage.selFinance.selectedIndex == 7)
				document.frmChangePage.action="insurance.asp"
			if(document.frmChangePage.selFinance.selectedIndex == 8)
				document.frmChangePage.action="manufacturing.asp"
			if(document.frmChangePage.selFinance.selectedIndex == 9)
				document.frmChangePage.action="Retail.asp"
			if(document.frmChangePage.selFinance.selectedIndex == 10)
				document.frmChangePage.action="telecommunications.asp"
			if(document.frmChangePage.selFinance.selectedIndex == 11)
				document.frmChangePage.action="travel.asp"
				*/
		}
		else if(k==1)
		{
			/*document.frmChangePage.hidIndustry.value=1;
			document.frmChangePage.hidService.value=0;
			if(document.frmChangePage.selService.selectedIndex == 1)
				document.frmChangePage.action="ebusiness.asp";
			if(document.frmChangePage.selService.selectedIndex == 2)
				document.frmChangePage.action="mobilebusiness.asp";
			if(document.frmChangePage.selService.selectedIndex == 3)
				document.frmChangePage.action="business_intelligence.asp";
			if(document.frmChangePage.selService.selectedIndex == 4)
				document.frmChangePage.action="enterprise_applications.asp";
			if(document.frmChangePage.selService.selectedIndex == 5)
				document.frmChangePage.action="customizedsoftware.asp";
			if(document.frmChangePage.selService.selectedIndex == 6)
				document.frmChangePage.action="bp_outsource.asp";*/
//**********
document.frmChangePage.hidIndustry.value=1;
			document.frmChangePage.hidService.value=0;
			if(document.frmChangePage.selService.selectedIndex == 3)
				document.frmChangePage.action="ebusiness.asp";
			if(document.frmChangePage.selService.selectedIndex == 5)
				document.frmChangePage.action="mobilebusiness.asp";
			if(document.frmChangePage.selService.selectedIndex == 1)
				document.frmChangePage.action="business_intelligence.asp";
			if(document.frmChangePage.selService.selectedIndex == 4)
				document.frmChangePage.action="enterprise_applications.asp";
			if(document.frmChangePage.selService.selectedIndex == 2)
				document.frmChangePage.action="customizedsoftware.asp";
			//if(document.frmChangePage.selService.selectedIndex == 6)
		//		document.frmChangePage.action="bp_outsource.asp";				
		}
		else if(k==2)
		{
			document.frmChangePage.hidIndustry.value=1;
			document.frmChangePage.hidService.value=0;
			if(document.frmChangePage.selService.selectedIndex == 1)
				document.frmChangePage.action="claims.asp";
			if(document.frmChangePage.selService.selectedIndex == 2)
				document.frmChangePage.action="trans.asp";
			if(document.frmChangePage.selService.selectedIndex == 3)
				document.frmChangePage.action="impexp.asp";
			if(document.frmChangePage.selService.selectedIndex == 4)
				document.frmChangePage.action="doc.asp";
			
		};
		document.frmChangePage.submit();
	};

