<!--

function popupPage()
  {
  var page = "../Contact.html";
  windowprops = "height=225,width=300,location=no," + "scrollbars=no,menubars=no,toolbars=no,resizable=no";
  window.open(page, "Popup", windowprops);
  }

document.write(' ');
document.write(' <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="5" ALIGN="CENTER" WIDTH="98%"> ');
document.write(' <TR><TD BGCOLOR="#005555"> ');
document.write('     <FONT ID="Note"> ');
document.write('       <CENTER> ');
document.write('         [<A href="index.html"> Main </A> ] ');
document.write('         [<A href="DRAXUnits.html"> Units </A> ] ');
document.write('         [<A href="DRAXAI.html"> AI Upgrade </A> ] ');
document.write('         [<A href="DRAXMaps.html"> Maps </A> ] ');
document.write('         [<A href="DRAXFiles.html"> More Files </A> ] ');
document.write('         [<A href="TASupport.html"> TA Support </A> ] ');
document.write('         [<A href="#" onclick="javascript:popupPage();"> Contact </A>] ');
document.write('         [<A href="http://pub20.ezboard.com/fdraconiousforum1"> Discussion </A> ] ');
document.write('         [<A href="TALinks.html"> TA Links </A> ] ');
document.write('       </CENTER> ');
document.write('     </FONT> ');
document.write(' </TD></TR></TABLE> ');
document.write(' ');

// -->





