function gotoDom()
{
	  if (document.dom.Domains.options.selectedIndex == "1")
	  {
	   location.href = "IndustryFocus/Finance.html"
 	  }
	  if (document.dom.Domains.options.selectedIndex == "2")
	  {
	   location.href = "IndustryFocus/InternetAdvertising.html"
 	  }
	  if (document.dom.Domains.options.selectedIndex == "3")
	  {
	   location.href = "IndustryFocus/Retail.html"
 	  }
	  if (document.dom.Domains.options.selectedIndex == "4")
	  {
	   location.href = "IndustryFocus/Security.html"
 	  }
	  if (document.dom.Domains.options.selectedIndex == "5")
	  {
	   location.href = "IndustryFocus/Telecom.html"
 	  }
  	  if (document.dom.Domains.options.selectedIndex == "6")
	  {
	   location.href = "IndustryFocus/TraveAndHospitality.html"
 	  }
}



function gotoTech()
{
	 
	  if (document.tech.Technologies.options.selectedIndex == "1")
	  {
	   location.href = "TechSolutions/MicrosoftTechnologies.html"
 	  }
	  if (document.tech.Technologies.options.selectedIndex == "2")
	  {
	   location.href = "TechSolutions/JavaTechnologies.html"
 	  }
	  if (document.tech.Technologies.options.selectedIndex == "3")
	  {
	   location.href = "TechSolutions/LAMPTechnologies.html"
 	  }
	  if (document.tech.Technologies.options.selectedIndex == "4")
	  {
	   location.href = "TechSolutions/UnixTechnologies.html"
 	  }
}

function gotoServ()
{
	  if (document.serv.Services.options.selectedIndex == "1")
	  {
	   location.href = "Services/SoftwareDevelopment.html"
 	  }

	  if (document.serv.Services.options.selectedIndex == "2")
	  {
	   location.href = "Services/SoftwareReEngineering.html"
 	  }
	  
	  if (document.serv.Services.options.selectedIndex == "3")
	  {
	   location.href = "Services/SoftwareMaintenance.html"
 	  }

	  if (document.serv.Services.options.selectedIndex == "4")
	  {
	   location.href = "Quality/QAMission.html"
 	  }
	  
	  if (document.serv.Services.options.selectedIndex == "5")
	  {
	   location.href = "Services/TechnicalSupport.html"
 	  }
	  	  if (document.serv.Services.options.selectedIndex == "6")
	  {
	   location.href = "Services/UserInterfaceDesign.html"
 	  }
	  	  if (document.serv.Services.options.selectedIndex == "7")
	  {
	   location.href = "Services/Documentation.html"
 	  }
	  

}