// JavaScript Document

function contactUs() {
    window.location = 'contactus.html';
}

function nav2() {
	
	if (window.location.href.search("home") > 0) {
		//alert("");
	document.getElementById('about').style.display = '';
	}
	
}
