var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
function ndexnav_DoFSCommand(command, args) {
	var ndexnavObj = isInternetExplorer ? document.all.ndexnav : document.ndexnav;
	switch (command)
	{
		case "1" :
			switch (args)
			{	
				case "1" :
					window.top.location.href="Company_About.asp"
					break;
				case "2" :
					window.top.location.href="Company_Method.asp"
					break;
				case "3" :
					window.top.location.href="Company_Skillset.asp"
					break;
			}	
			break;
		case "2" :
			switch (args)
			{	
				case "1" :
					window.top.location.href="cs_elearning.asp"
					break;
				case "2" :
				
					window.top.location.href="cs_ria.asp"
					break;
				case "3" :
					window.top.location.href="cs_portals.asp"
					break;
				case "4" :
					window.top.location.href="cs_MarketShare.asp"
					break;
				case "5" :
					window.top.location.href="cs_iDesign.asp"
					break;
				case "6" :
					window.top.location.href="cs_MassMailer.asp"
					break;
			}	
			break;
		case "3" :
			switch (args)
			{	
				case "1" :
					window.top.location.href="rel_Clients.asp"
					break;
				case "2" :
					window.top.location.href="rel_Partners.asp"
					break;
				case "3" :
					window.top.location.href="rel_employment.asp"
					break;
			}	
			break;
		case "4" :
			switch (args)
			{	
				case "1" :
					window.top.location.href.href="services_tech.asp"
					break;
				case "2" :
					window.top.location.href="services_web.asp"
					break;
				case "3" :
					window.top.location.href="services_app.asp"
					break;
				case "4" :
					window.top.location.href="services_wap.asp"
					break;
			}	
			break;
		case "5" :
			switch (args)
			{	
				case "1" :
					window.top.location.href="contact_directions.asp"
					break;
				case "2" :
					window.top.location.href="contact_contact.asp"
					break;
			}	
			break;
	}
}

