if(parent==self)  {
function	mouseon(page) {	// neat idea, not quite working yet
//  alert("mouseon:"+page);
//  document[page].bgColor = "red";
}
function	mouseout(page) {
//  alert("mouseout:"+page);
//  document[page].bgColor = "grey";
}

document.write('<FONT FACE="Arial, Helvetica, sans-serif">');
document.write('<TABLE BORDER=0 ALIGN="center" WIDTH="100%">');
document.write('  <TR ALIGN="center">');
document.write('    <TD><CENTER><IMG SRC="http://www.infonetx.com/script/infologo.gif"><BR>');
document.write('      <FONT SIZE=-1>');
document.write('      Information Management Consultants<BR>');
document.write('      Computer Hardware and Software Services');
document.write('      </FONT></CENTER></TD>');
document.write('    <TD><FONT SIZE=-1><CENTER>');
document.write('      INFONETICS, Inc.<BR>');
document.write('      1729 Gateway Circle<BR>');
document.write('      Grove City, OH&nbsp; 43123<BR>');
document.write('      Phone:(614)875-2006<BR>');
document.write('      Fax:(614)875-7761<BR>');
document.write('      <A HREF="mailto:info@infonetx.com">info@infonetx.com</A>');
document.write('      </CENTER></FONT></TD></TR>');
/*
document.write('    <TR><TD COLSPAN=2>');
document.write('       <TABLE ALIGN=center><TR>');
if     (name=="home")    page=1;
else if(name=="lit")     page=2;
else if(name=="news")    page=3;
else if(name=="support") page=4;
else if(name=="about")   page=5;
else if(name=="links")   page=6;
else if(name=="search")  page=7;
else                     page=0;
for(i=1;i<=7;i++) {
  var b=(page==i?"../script/button-on.jpg":"../script/button.jpg");
  var c=(page==i?"white":"black");
  if     (i==1) { l="../home/home.html";       n=" &nbsp; Home &nbsp; "; }
  else if(i==2) { l="../lit/lit.html";         n=" Product Literature"; }
  else if(i==3) { l="../news/news.html";       n="Newsletter"; }
  else if(i==4) { l="../support/index.html"; n="Tech Support"; }
  else if(i==5) { l="../about/about.html";     n=" About Us "; }
  else if(i==6) { l="../links/index.html";     n="Websites"; }
  else if(i==7) { l="../contact/jobs.html";     n="Jobs"; }
  else if(i==8) { l="../search/index.html";   n="&nbsp; Search &nbsp;"; }
//document.write('    <TD BACKGROUND='+b+' WIDTH=80 HEIGHT=81 ALIGN=center>');
  document.write('    <TD BGCOLOR=red WIDTH=80 HEIGHT=20 ALIGN=center NOWRAP NAME='+page+'>');
  document.write('      <A HREF='+l+' onMouseOver=mouseon("'+i+'")');
  document.write('                    onMouseOut=mouseout("'+i+'")>');
  document.write('      <FONT STYLE="text-decoration:none" SIZE=1 COLOR='+c+'><B>');
  document.write(n+'</B></FONT></A></TD>');
}
document.write('    </TR></TABLE>');
*/
document.write('  <TR><TD COLSPAN=2 ALIGN="center"><HR WIDTH=100%></TD></TR>');
document.write('</TABLE>');
}
