function FakeLinkAbout(){ 
	document.location = 'company_history.html'; 
}
function FakeLinkServices(){ 
	document.location = 'janitorial_contract_cleaning.html'; 
}
function FakeLinkHome(){ 
	document.location = 'index.html'; 
}
