function companyOverview(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"companyoverview.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
   				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'companyoverview';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}

function leadershipTeam(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"leadershipTeam.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
   				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'leader';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}
function termprivacy(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"termprivacy.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
   				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'termprivacy';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}

function softwaredevelopment(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"itservices.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
   				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'itservices';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}

function itadvisory(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"offshorestrategy.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
   				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'itadvisory';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}

function offshorebpo(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"accountingntaxes.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
   				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'offshorebpo';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}

function showRightColumn(){
	var rightcol = document.getElementById("rightArea");
	if(rightcol!=null){
		rightcol.style.display="block";
	}
	var contentcol = document.getElementById("contentcol");
	if(contentcol!=null){
		contentcol.style.width="60%";
	}
}
function hideRightColumn(){
	var rightcol = document.getElementById("rightArea");
	if(rightcol!=null){
		rightcol.style.display="none";
	}
	var contentcol = document.getElementById("contentcol");
	if(contentcol!=null){
		contentcol.style.width="80%";
	}
}

function offshoreindiaoption(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"offshoreindiaoption.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
				showRightColumn();
				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'offshoreindiaoption';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}
function ouritmethodology(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"ouritmethodology.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
				showRightColumn();
				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'ouritmethodology';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}

function ourbpomethodology(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"ourbpomethodology.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
				hideRightColumn();
				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'ourbpomethodology';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}

function casestudies(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"casestudies.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
   				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'casestudies';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}

function whitepaper(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"whitepaper.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
   				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'whitepaper';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}

function contactus(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"contactus.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
   				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'contactus';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}

function joinus(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"joinus.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
   				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'joinus';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}
function thankyou(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"thankyou.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
   				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'thankyou';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}
/* function for software development sub menu*/
function developmentandintegration(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"developmentandintegration.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
   				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'developmentandintegration';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}
function onsitestaffaugmentation(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"onsitestaffaugmentation.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
   				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'onsitestaffaugmentation';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}
function appmaintenance(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"appmaintenance.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
   				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'appmaintenance';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}
function offshoreteam(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"offshoreteam.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
   				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'offshoreteam';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}
function testing(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"testing.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
   				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'testing';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}
function porting(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"porting.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
   				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'porting';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}
function offshorestrategy(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"offshorestrategy.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
   				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'offshorestrategy';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}
function advisoryconsulting(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"advisoryconsulting.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
   				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'advisoryconsulting';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}
function accountingntaxes(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"accountingntaxes.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
   				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'accountingntaxes';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}
function healthcare(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"healthcare.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
   				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'healthcare';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}
function bpoconsulting(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"bpoconsulting.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
   				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'bpoconsulting';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}

function itdevelopmentapproach(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"itdevelopmentapproach.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'developmentapproach';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}

/* industries's function*/

function healthcareservices(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"healthcareservices.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'healthcareservices';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}

function mediaandpublishing(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"mediaandpublishing.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'mediaandpublishing';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}
function education(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"education.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'education';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}

function onlineretailing(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"retailanddistribution.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'onlineretailing';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}
/* end of industries function*/

/* function of case studies*/

function NextGenElectronics(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"case-studies/NextGenElectronics.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
   				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'NextGenElectronics';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}

function ContentDelivery(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"case-studies/ContentDelivery.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
   				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'ContentDelivery';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}

function Advertisement(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"case-studies/Advertisement.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
   				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'Advertisement';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}

function EnvProducts(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"case-studies/EnvProducts.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
   				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'EnvProducts';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}

function TravelFirm(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"case-studies/TravelFirm.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
   				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'TravelFirm';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}

function EduInstitute(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"case-studies/EduInstitute.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
   				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'EduInstitute';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}

function AccountingBPO(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"case-studies/AccountingBPO.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
   				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'AccountingBPO';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}

function ImgNVProducts(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"case-studies/ImgNVProducts.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
   				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'ImgNVProducts';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}

function HIPAA(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"case-studies/HIPAA.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
   				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'HIPAA';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}

function Portal(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"case-studies/Portal.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
   				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'Portal';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}

function StartUp(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"case-studies/StartUp.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
   				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'StartUp';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}

function ProjectsOfInterest(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"case-studies/ProjectsOfInterest.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
   				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'ProjectsOfInterest';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}

function HealthcareDomain(){
	var randomNumber = Math.floor(Math.random() * 1111);
	var url= webURI+"case-studies/HealthcareDomain.htm?randomNumber="+randomNumber;
	var xmlHttp = ajaxObject();
	xmlHttp.onreadystatechange=function(){
		if(xmlHttp.readyState==4){
   			if (xmlHttp.status==200){ 
   				var contentDiv = document.getElementById("plainArea");
				contentDiv.innerHTML = xmlHttp.responseText;
				window.location.hash = 'HealthcareDomain';
	   		}
		}
 	}
	 xmlHttp.open("GET",url,true);
	 xmlHttp.send(null);
}