navigation = function( active )
{

if( getFlashVersion() >= 6 )
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="433" height="26" id="navigation" align="middle">' +
'<param name="allowScriptAccess" value="sameDomain" />' +
'<param name="movie" value="/flash/navigation.swf?active=' + active + '" />' +
'<param name="quality" value="high" />' +
'<embed src="/flash/navigation.swf?active=' + active + '" quality="high" width="433" height="26" name="navigation" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />' +
'</object>');
else
document.write('<img src="/image/nav.gif" width="433" height="26" border="0" usemap="#nav">' +
'<map name="nav">' +
'<area shape="rect" alt="Home" coords="389,1,431,24" href="/">' +
'<area shape="rect" alt="Contact Us" coords="319,1,385,24" href="/contact-us.html">' +
'<area shape="rect" alt="Testimonials" coords="236,1,315,24" href="/testimonials.html">' +
'<area shape="rect" alt="Our Promise" coords="161,1,232,24" href="/our-promise.html">' +
'<area shape="rect" alt="Our Services" coords="82,1,157,24" href="/our-services.html">' +
'<area shape="rect" alt="Who We Are" coords="0,1,78,24" href="/who-we-are.html">' +
'</map>');

}

