var x,ind,val,ind1,val1;
val =location.href
ind = val.lastIndexOf('/');
val = val.substring(ind+1);
ind1 = val.indexOf('.');
val1 = val.substring(0,ind1);
document.write("<TABLE cellpadding=0 cellspacing=0 border=0>")
document.write("<TR><TD><IMG SRC='images/obound_menu_left_strip.jpg' title='' ALT='Obound' width=33 height=28></TD>")
if ( val1=='about_obound')
{document.write("<TD><a href='about_obound.asp'><IMG SRC='images/obound_about_us_s.jpg'  ALT='Obound - Software Development' border=0 width=83 height=28 title='Obound - Software Development'></a></TD>")}
else
{document.write("<TD><a href='about_obound.asp'><IMG SRC='images/obound_about_us_n.jpg'  ALT='Obound - Software Development' border=0 width=83 height=28 title='Obound - Software Development'></a></TD>")}
if ( val1=='software_services')
{document.write("<TD><a href='software_services.asp'><IMG SRC='images/Obound_software_services_s.jpg'  ALT='Software Applications' border=0 width=82 height=28 title='Software Applications'></a></TD>")}
else
{document.write("<TD><a href='software_services.asp'><IMG SRC='images/Obound_software_services_n.jpg'  ALT='Software Applications' border=0 width=82 height=28 title='Software Applications'></a></TD>")}
if(val1=='support')
{document.write("<TD><a href='support/default.asp' target='obound_support'><IMG SRC='images/obound_software_support_s.jpg'  ALT='Consultants Online' border=0 width=83 height=28 title='Consultants Online'></a></TD>")}
else
{document.write("<TD><a href='support/default.asp' target='obound_support'><IMG SRC='images/obound_software_support_n.jpg'  ALT='Consultants Online' border=0 width=83 height=28 title='Consultants Online'></a></TD>")}

if(val1=='careers')
{document.write("<TD><a><IMG SRC='images/obound_software_careers_s.jpg'  ALT='careers' border=0 width=81 height=28 title='Careers'></a></TD>")}
else
{document.write("<TD><a><IMG SRC='images/obound_software_careers_n.jpg'  ALT='careers' border=0 width=81 height=28 title='Careers'></a></TD>")}

document.write("<TD><IMG SRC='images/obound_menu_right_strip.jpg'  ALT='Obound' title='' width=412 height=28></TD>")
document.write("<TD><IMG SRC='images/template_rect_09.jpg' ALT='Obound' width=1 title='' height=28></TD>")
document.write("</TR></TABLE>")

