function loadWhatwedomenu(){
	var lnk=window.location.hash;
	if(lnk=="#itservices"){
		softwaredevelopment();
	}
	else if(lnk=="#itadvisory"){
		offshorestrategy();
	}
	else if(lnk=="#offshorebpo"){
		accountingntaxes();
	}
	else if(lnk=="#healthcareservices"){
		healthcareservices();
	}
}

function init(){
	setDivPosition();
	turnOff();
	//rihgtMenuOff();
	rihgtMenuOn();
	loadWhatwedomenu();
}
window.onload =init;
