// Contact Top Menu


<!--//--><![CDATA[//><!--

function home_over(){
	document.getElementById('home_b').src=img['home_o'].src;
	document.getElementById('contact_b').src=img['contact_b'].src;
	document.getElementById('c_top').style.visibility='hidden';
	document.getElementById('h_top').style.visibility='visible';
	return false;
}

function home_out(){
	document.getElementById('home_b').src=img['home_b'].src;
	document.getElementById('contact_b').src=img['contact_o'].src;
	document.getElementById('h_top').style.visibility='hidden';
	document.getElementById('c_top').style.visibility='visible';
	return false;
}

function h_top_over(){
	document.getElementById('contact_b').src=img['contact_b'].src;
	document.getElementById('home_b').src=img['home_o'].src;
	document.getElementById('c_top').style.visibility='hidden';
	document.getElementById('h_top').style.visibility='visible';
	return false;
}

function h_top_out(){
	document.getElementById('home_b').src=img['home_b'].src;
	document.getElementById('contact_b').src=img['contact_o'].src;
	document.getElementById('h_top').style.visibility='hidden';
	document.getElementById('c_top').style.visibility='visible';
	return false;
}

function about_over(){
	document.getElementById('about_b').src=img['about_o'].src;
	document.getElementById('contact_b').src=img['contact_b'].src;
	document.getElementById('a_top').style.visibility='visible';
	return false;
}

function about_out(){
	document.getElementById('about_b').src=img['about_b'].src;
	document.getElementById('contact_b').src=img['contact_o'].src;
	document.getElementById('a_top').style.visibility='hidden';
	return false;
}


function a_top_over(){
	document.getElementById('contact_b').src=img['contact_b'].src;
	document.getElementById('about_b').src=img['about_o'].src;
	document.getElementById('a_top').style.visibility='visible';
	return false;
}

function a_top_out(){
	document.getElementById('contact_b').src=img['contact_o'].src;
	document.getElementById('about_b').src=img['about_b'].src;
	document.getElementById('a_top').style.visibility='hidden';
	return false;
}

function services_over(){
	document.getElementById('services_b').src=img['services_o'].src;
	document.getElementById('contact_b').src=img['contact_b'].src;
	document.getElementById('s_top').style.visibility='visible';
	return false;
}

function services_out(){
	document.getElementById('services_b').src=img['services_b'].src;
	document.getElementById('contact_b').src=img['contact_o'].src;
	document.getElementById('s_top').style.visibility='hidden';
	return false;
}

function s_top_over(){
	document.getElementById('contact_b').src=img['contact_b'].src;
	document.getElementById('services_b').src=img['services_o'].src;
	document.getElementById('s_top').style.visibility='visible';
	return false;
}

function s_top_out(){
	document.getElementById('contact_b').src=img['contact_o'].src;
	document.getElementById('services_b').src=img['services_b'].src;
	document.getElementById('s_top').style.visibility='hidden';
	return false;
}

//--><!]]> 

