// JavaScript Document
// NOTE: If you use a ' add a slash before it like this \'
//       Can not resolve or translate "../" paths in templates must use target path
//       Search engine friendly alt attributes will probably NOT be read

<!-- BEGIN MAIN MENU AND NAVIGATION TABLE-->
document.write('<table cellspacing=0 cellpadding=0 width="100%" border=0>');
document.write('        <tbody> ');
document.write('        <tr bgcolor=#000000> ');
document.write('           <td bgcolor=#4A0000 valign="top"><img src="images/space.gif" width="1" height="1"></td>');
document.write('        </tr>');
document.write('        <tr bgcolor=#000000> ');
document.write('          <td bgcolor=#FF6F6F valign="top"><img src="images/space.gif" width="1" height="1"></td>');
document.write('        </tr>');
document.write('        <tr bgcolor=#000000> ');
document.write('          <td bgcolor=#CC0000> ');
document.write('            <table width="100%" border="0" cellspacing="0" cellpadding="0" background="images/back_red.jpg">');
document.write('              <tr> ');
document.write('                    <td width="60%"><table width="100%" border="0" cellspacing="0" cellpadding="0">');
document.write('                        <tr>');
document.write('                          <td width="2%"><img src="images/shim.gif" width="20" height="25"></td>');
document.write('                          <td width="65%"><table border="0" cellpadding="0" cellspacing="0">');
document.write('                              <tr> ');
document.write('                                <td><a href="index.html" target="_top" onClick="MM_nbGroup(\'down\',\'group1\',\'home_btn\',\'\',1)" onMouseOver="MM_nbGroup(\'over\',\'home_btn\',\'navigation/frame2/home_btn.gif\',\'\',1)" onMouseOut="MM_nbGroup(\'out\')"><img src="navigation/frame1/home_btn.gif" alt="Home" name="home_btn" width="63" height="20" border="0" onload=""></a></td>');
document.write('                                <td><a href="aboutus.html" target="_top" onClick="MM_nbGroup(\'down\',\'group1\',\'about\',\'\',1)" onMouseOver="MM_nbGroup(\'over\',\'about\',\'navigation/frame2/about_btn.gif\',\'\',1)" onMouseOut="MM_nbGroup(\'out\')"><img src="navigation/frame1/about_btn.gif" alt="About Us" name="about" width="85" height="20" border="0" onload=""></a></td>');
document.write('                                <td><a href="services.html" target="_top" onClick="MM_nbGroup(\'down\',\'group1\',\'services\',\'\',1)" onMouseOver="MM_nbGroup(\'over\',\'services\',\'navigation/frame2/serv_btn.gif\',\'\',1)" onMouseOut="MM_nbGroup(\'out\')"><img src="navigation/frame1/serv_btn.gif" alt="Services" name="services" width="78" height="20" border="0" onLoad=""></a></td>');
document.write('                                <td><a href="portfolio.html" target="_top" onClick="MM_nbGroup(\'down\',\'group1\',\'portfolio\',\'\',1)" onMouseOver="MM_nbGroup(\'over\',\'portfolio\',\'navigation/frame2/port_btn.gif\',\'\',1)" onMouseOut="MM_nbGroup(\'out\')"><img src="navigation/frame1/port_btn.gif" alt="Portfolio" name="portfolio" width="79" height="20" border="0" onLoad=""></a></td>');
document.write('                                <td><a href="newsroom.html" target="_top" onClick="MM_nbGroup(\'down\',\'group1\',\'newsroom\',\'\',1)" onMouseOver="MM_nbGroup(\'over\',\'newsroom\',\'navigation/frame2/news_btn.gif\',\'\',1)" onMouseOut="MM_nbGroup(\'out\')"><img src="navigation/frame1/news_btn.gif" alt="News Room" name="newsroom" width="99" height="20" border="0" onLoad=""></a></td>');
document.write('                                <td><a href="contact.html" target="_top" onClick="MM_nbGroup(\'down\',\'group1\',\'contact\',\'\',1)" onMouseOver="MM_nbGroup(\'over\',\'contact\',\'navigation/frame2/contact_btn.gif\',\'\',1)" onMouseOut="MM_nbGroup(\'out\')"><img src="navigation/frame1/contact_btn.gif" alt="Contact Us" name="contact" width="92" height="20" border="0" onLoad=""></a></td>');
document.write('                              </tr>');
document.write('                            </table></td>');
document.write('                          <td width="33%">&nbsp;</td>');
document.write('                        </tr>');
document.write('                      </table></td>');
document.write('              </tr>');
document.write('            </table>');
document.write('	    </td>');
document.write('        </tr>');
document.write('        <tr bgcolor=#ff0000> ');
document.write('          <td bgcolor=#CC0000><img src="images/space.gif" width="1" height="1"></td>');
document.write('        </tr>');
document.write('        <tr bgcolor=#000000> ');
document.write('          <td><img height=1 src="images/space.gif" ');
document.write('            width=620></td>');
document.write('        </tr>');
document.write('        </tbody> ');
document.write('      </table>');
<!-- END MAIN MENU AND NAVIGATION TABLE-->