function DisableTotal()
{
	DisableCountries();	
	DisableLocations();
	FontNormalMain();
	
	
	document.getElementById('divCivilAndMEP').style.display="block";
	//document.getElementById('divAFRICA').style.display="block";
	//document.getElementById('divAFRICA1').style.display="block";
	document.getElementById('lbtnAFRICA').style.fontWeight="Bold";
	document.getElementById('lbtnAFRICA1').style.fontWeight="Bold";
	document.getElementById('divCivilAndMEP').style.fontWeight="Bold";
}
function DisableCountries()
{
	document.getElementById('divCivilAndMEP').style.display="none";
	document.getElementById('divOilAndGasPetrochemical').style.display="none";	
}
function DisableLocations()
{	

	document.getElementById('divAFRICA').style.display="none";
	document.getElementById('divAFRICA1').style.display="none";
	//document.getElementById('divOilAUSTRALIA').style.display="none";	
}

function FetchCountires1(divSub, lbtnMain)
{
	 DisableCountries();
	 DisableLocations();
	 FontNormalMain();
	 FontColorMain();
	 FontLocationsNormalMain();
	 document.getElementById(divSub).style.display="block";
	 document.getElementById(lbtnMain).style.color="#006699";
	 document.getElementById(lbtnMain).style.fontWeight="Bold";
	 
}

function FontColorMain()
{
	document.getElementById('lbtnCivilAndMEP').style.color="gray";
	document.getElementById('lbtnOilAndGasPetrochemical').style.color="gray";
	
}



function FontNormalMain()
{
	document.getElementById('lbtnCivilAndMEP').style.fontWeight="Bold";
	document.getElementById('lbtnOilAndGasPetrochemical').style.fontWeight="Bold";
	document.getElementById('lbtnOilAndGasPetrochemical').color="gray";
	
}

function FetchLocations(divLoc, lbtnMain,lbtnAFRICA)
{
	DisableLocations();
	FontLocationsNormalMain();
	FontLocationsColorMain();
	document.getElementById(divLoc).style.display="block";
	document.getElementById(lbtnMain).style.fontWeight="Bold";
	document.getElementById(lbtnAFRICA).style.fontWeight="Normal";
	document.getElementById(lbtnMain).style.color="#000099";
	document.getElementById(lbtnAFRICA).style.color="#ff6600";
}

function FetchLoc(divLoc, lbtnMain,lbtnAFRICA)
{
	alert(document.getElementById(lbtnMain));
	DisableLocations();
	FontLocationsNormalMain();
	FontLocationsColorMain();
	document.getElementById(divLoc).style.display="block";
	document.getElementById(lbtnMain).style.fontWeight="Bold";
	document.getElementById(lbtnAFRICA).style.fontWeight="Normal";
	document.getElementById(lbtnMain).style.color="#000099";
	document.getElementById(lbtnAFRICA).style.color="#ff6600";
}

function FontLocationsNormalMain()
{
	
	document.getElementById('lbtnAFRICA').style.fontWeight="Bold";
	document.getElementById('lbtnAFRICA1').style.fontWeight="Bold";
	document.getElementById('lbtnAUSTRALIA').style.fontWeight="Bold";

	
}



function FontLocationsColorMain()
{
	document.getElementById('lbtnAFRICA').style.color="gray";
	document.getElementById('lbtnAFRICA1').style.color="gray";
	document.getElementById('lbtnAUSTRALIA').style.color="gray";
	
	
}



