document.title='Copyright \u00a9 1995-'+new Date().getFullYear()+' Visual Steel';

var pagetrack=new Image(0,0);
pagetrack.src = '/cgi-bin/pagetracker.cgi';

function ResizeM(id,size){
	document.getElementById('item'+id).style.height=size+'px';
}
function ResetM(id){
	document.getElementById('item'+id).style.height='20px';
}

var logo="logo.png";

if (/MSIE (\d+\.\d+);/.test(navigator.userAgent)){
 	var ieversion=new Number(RegExp.$1)
}

if(ieversion<7){
	var logo="logo.gif";
}

document.write(
'<table width="1000" border="0" cellspacing="0" cellpadding="0" align="center">'+
'  <tr>'+
'    <td style="padding-top:20px;"><a href="/"><img src="/images/'+logo+'" border="0"></a></td>'+
'  </tr>'+
'  <tr>'+
'    <td align="right"><div style="position:relative;z-index:10000;">'+
'        <table border="0" cellpadding="0" cellspacing="0" class="nav" width="1000">'+
'          <tr valign="top">'+
'            <td width="560"><img src="/images/x.gif" width="560" height="20" border="0"></td>'+
'            <td width="120" background="/images/navbar_start.gif"><div id="item1" onMouseOver="ResizeM(1,90)" onMouseOut="ResetM(1)" style="position:absolute;top:0px;left:560px;cursor:pointer;width:110px;height:20px;overflow:hidden;">'+
'                <table cellpadding="0" cellspacing="0" border="0" width="110">'+
'                  <tr>'+
'                    <td align="left" class="formtextwhite" style="padding-left:10px;line-height:20px;">who we are</td>'+
'                  </tr>'+
'                  <tr valign="top">'+
'                    <td align="left" class="formtextwhite" background="/images/screen_b_75.png" style="padding-left:10px;padding-top:5px;padding-bottom:5px;">'+
'                      <a href="/about_us.shtml" class="formtextwhite" onClick="ResetM(1)">about us</a><br>'+
'                      <a href="/mission.shtml" class="formtextwhite" onClick="ResetM(1)">mission</a><br>'+
'                      <a href="/experience.shtml" class="formtextwhite" onClick="ResetM(1)">experience</a><br>'+
'                      <a href="/accounts.shtml" class="formtextwhite" onClick="ResetM(1)">accounts</a></td>'+
'                  </tr>'+
'                </table>'+
'              </div></td>'+
'            <td width="120" background="/images/nav_bar_bk.gif"><div id="item2" onMouseOver="ResizeM(2,75)" onMouseOut="ResetM(2)" style="position:absolute;top:0px;left:670px;cursor:pointer;width:110px;height:20px;overflow:hidden;">'+
'               <table cellpadding="0" cellspacing="0" border="0" width="110">'+
'                  <tr>'+
'                    <td align="left" class="formtextwhite" style="padding-left:10px;line-height:20px;">your needs</td>'+
'                  </tr>'+
'                  <tr valign="top">'+
'                    <td align="left" class="formtextwhite" background="/images/screen_b_75.png" style="padding-left:10px;padding-top:5px;padding-bottom:5px;">'+
'                      <a href="/products.shtml" class="formtextwhite" onClick="ResetM(2)">products</a><br>'+
'                      <a href="/services.shtml" class="formtextwhite" onClick="ResetM(2)">services</a><br>'+
'                      <a href="/marketing.shtml" class="formtextwhite" onClick="ResetM(2)">marketing</a></td>'+
'                  </tr>'+
'                </table>'+
'              </div></td>'+
'            <td width="120" background="/images/nav_bar_bk.gif"><div id="item3" onMouseOver="ResizeM(3,75)" onMouseOut="ResetM(3)" style="position:absolute;top:0px;left:780px;cursor:pointer;width:110px;height:20px;overflow:hidden;">'+
'                <table cellpadding="0" cellspacing="0" border="0" width="110">'+
'                  <tr>'+
'                    <td align="left" class="formtextwhite" style="padding-left:10px;line-height:20px;">our solutions</td>'+
'                  </tr>'+
'                  <tr valign="top">'+
'                    <td align="left" class="formtextwhite" background="/images/screen_b_75.png" style="padding-left:10px;padding-top:5px;padding-bottom:5px;">'+
'                      <a href="/design.shtml" class="formtextwhite" onClick="ResetM(3)">design</a><br>'+
'                      <a href="/development.shtml" class="formtextwhite" onClick="ResetM(3)">development</a><br>'+
'                      <a href="/direction.shtml" class="formtextwhite" onClick="ResetM(3)">direction</a></td>'+
'                  </tr>'+
'                </table>'+
'              </div></td>'+
'            <td width="120" background="/images/nav_bar_bk.gif"><div id="item4" onMouseOver="ResizeM(4,75)" onMouseOut="ResetM(4)" style="position:absolute;top:0px;left:890px;cursor:pointer;width:110px;height:20px;overflow:hidden;">'+
'                <table cellpadding="0" cellspacing="0" border="0" width="110">'+
'                  <tr>'+
'                    <td align="left" class="formtextwhite" style="padding-left:10px;line-height:20px;">get started</td>'+
'                  </tr>'+
'                  <tr valign="top">'+
'                    <td align="left" class="formtextwhite" background="/images/screen_b_75.png" style="padding-left:10px;padding-top:5px;padding-bottom:5px;">'+
'                      <a href="/terms.shtml" class="formtextwhite" onClick="ResetM(4)">terms</a><br>'+
'                      <a href="/planning.shtml" class="formtextwhite" onClick="ResetM(4)">planning</a><br>'+
'                      <a href="/contact_us.shtml" class="formtextwhite" onClick="ResetM(4)">contact us</a></td>'+
'                  </tr>'+
'                </table>'+
'              </div></td>'+
'          </tr>'+
'        </table>'+
'      </div></td>'+
'  </tr>'+
'</table>'
);
