// JavaScript Document
document.write (tab_index==0?'<b>About Us</b>':'<a href="default.html">About Us</a>');
document.write (tab_index==1?'<b>Products</b>':'<a href="products.html">Products</a>');
document.write (tab_index==2?'<b>Services</b>':'<a href="services.html">Services</a>');
document.write (tab_index==3?'<b>Gallery</b>':'<a href="gallery.html">Gallery</a>');
document.write (tab_index==4?'<b>References</b>':'<a href="references.html">References</a>');
document.write (tab_index==5?'<b>Inquery</b>':'<a href="inquery.html">Inquery</a>');
document.write (tab_index==6?'<b>News</b>':'<a href="news.html">News</a>');
