
if (document.images) {
about_nav = new Image()
about_nav_on = new Image()
about_nav.src="../images/about_nav.gif"
about_nav_on.src="../images/about_nav_on.gif"


home_nav = new Image()
home_nav_on = new Image()
home_nav.src="../images/home_nav.gif"
home_nav_on.src="../images/home_nav_on.gif"

capabilities_nav = new Image()
capabilities_nav_on = new Image()
capabilities_nav.src="../images/capabilities_nav.gif"
capabilities_nav_on.src="../images/capabilities_nav_on.gif"

working_nav = new Image()
working_nav_on = new Image()
working_nav.src="../images/working_nav.gif"
working_nav_on.src="../images/working_nav_on.gif"

team_nav = new Image()
team_nav_on = new Image()
team_nav.src="../images/team_nav.gif"
team_nav_on.src="../images/team_nav_on.gif"

faq_nav = new Image()
faq_nav_on = new Image()
faq_nav.src="../images/faq_nav.gif"
faq_nav_on.src="../images/faq_nav_on.gif"

contact_nav = new Image()
contact_nav_on = new Image()
contact_nav.src="../images/contact_nav.gif"
contact_nav_on.src="../images/contact_nav_on.gif"

}
else{
about_nav =""
about_nav_on=""
document.about=""
}

function formHandlera(forma){
var URL = document.forma.quick.options[document.forma.quick.selectedIndex].value;window.location.href = URL;
}

function Directions()
{
var window_2 = window.open("directions.html","window_two","height=600,width=500,resizable","scrollbars=yes");
window_2.focus();return true;
}