with (document)
  {
  write('<table background="images/bg.jpg" align="center" border="0" cellpadding="0" cellspacing="0" width="766" height="100%">');
  write('<tr>');
  write('<td valign="top" align="center" colspan="10" height="88"><a href="index.html"><img src="images/header.jpg" border="0"></td>');
  write('</tr>');
  write('<tr>');
  write('<td valign="top">');
  write('<table cellpadding="0" cellspacing="0" align="center">');
  write('<tr>');

  var browser=navigator.appName;

  if(browser != "Netscape")
  {
   write('<td>');
  }
  else
  {
   write('<td style="padding-top:1px;">');
  }

  write('<img src="images/left.jpg"></td>');
  write('<td align="center">');
  write('<div class="chromestyle" id="chromemenu">');
  write('<ul>');
  write('<li><a href="index.html"><font face="arial" color="#ffffff">&nbsp;&nbsp;Home&nbsp;&nbsp;</font></a>|</li>');
  write('<li><a href="index.html"><font face="arial" color="#ffffff">&nbsp;&nbsp;News&nbsp;&nbsp;</font></a>|</li>');
/*
// Commented the news pressrelease per request from Ben Grigg 20090923
  write('<li><a href="docs/pressrelease20071206.pdf" target="_blank"><font face="arial" color="#ffffff">&nbsp;&nbsp;News&nbsp;&nbsp;</font></a>|</li>'); */
  write('<li><a href="about.htm"><font face="arial" color="#ffffff">&nbsp;&nbsp;About Us&nbsp;&nbsp;</font></a>|</li>');
  write('<li><a href="technical.htm"><font face="arial" color="#ffffff">&nbsp;&nbsp;Technical&nbsp;&nbsp;</font></a>|</li>');
  write('<li><a href="cores.htm"><font face="arial" color="#ffffff">&nbsp;&nbsp;Cores&nbsp;&nbsp;</font></a>|</li>');
  write('<li><a href="melting.htm"><font face="arial" color="#ffffff">&nbsp;&nbsp;Melting&nbsp;&nbsp;</font></a>|</li>');
  write('<li><a href="molding.htm"><font face="arial" color="#ffffff">&nbsp;&nbsp;Molding&nbsp;&nbsp;</font></a>|</li>');
  write('<li><a href="sales.htm"><font face="arial" color="#ffffff">&nbsp;&nbsp;Sales&nbsp;&nbsp;</font></a>|</li>');
  write('<li><a href="http://www2.aarrowcast.com:10080/website/quote.php"><font face="arial" color="#ffffff">&nbsp;&nbsp;Quote&nbsp;&nbsp;</font></a>|</li>');
  write('<li><a href="#" rel="dropmenu1"><font face="arial" color="#ffffff">&nbsp;&nbsp;Login&nbsp;&nbsp;</font></a></li>');
  write('</ul>');
  write('</div>');
  write('<!--1st drop down menu -->');                                                   
  write('<div id="dropmenu1" class="dropmenudiv">');
  write('<a href="http://www2.aarrowcast.com:6002/arwintrnet/employee.html" target="_blank">Employee</a>');
  write('<a href="http://www2.aarrowcast.com:6002/ExactMetro/index.php" target="_blank">Exact Metrology</a>');
  write('<a href="http://www2.aarrowcast.com:6002/arwpattern/index.html" target="_blank">Pattern Shop</a>');
  write('<a href="http://www2.aarrowcast.com:6002/webobj/cnr001" target="_blank">Sales Rep</a>');
  write('<a href="http://www2.aarrowcast.com:10080/index.php" target="_blank">Supplier Portal</a>');
  write('<a href="http://www2.aarrowcast.com:6002/arwvendor/index.html" target="_blank">Vendor</a>');
  write('</div>');
  write('</td>');  
  write('<td><img src="images/right.jpg"></td>');
  write('</tr>');
  write('</table>');
  write('</td>');
  write('</tr>');
  write('<tr>');
  write('<td colspan="10" width="766" valign="top">');
  }
  
  cssdropdown.startchrome("chromemenu")

  function CrtFooter(page)
{
  switch(page){
  default:
  
    with (document)
    {
    write('<tr>');
    write('<td class="text" colspan="10"><img src="images/br.jpg"></td>');
    write('</tr>');
    write('<tr>');
    write('<td class="foot" colspan="10" height="15" valign="top"><a href="index.html"><font size="2" color="#002F65">Home</a></font> | <a href="sales.htm"><font size="2" color="#002F65">Contact Us</a></font> | <a href="mailto:webmaster@Aarrowcast.com"><font size="2" color="#002F65">Webmaster</a></font></td>');
    write('</tr>');
    write('<tr>');
    write('<td class="foot" colspan="10" height="15" valign="top">©Copyright 2008 Aarrowcast, Inc.  All rights reserved.</td>');
    write('</tr>');
    write('</table>');
    }
  }
}
