myLinkPrefix = "/~intrep/";
myImgPrefix = "/~intrep/images/";

document.writeln("<table width=100% border=0 cellpadding=0 cellspacing=0>");
document.writeln("<tr>");
document.writeln("<td width=150 align=left colspan=2 class=top>");
document.writeln("<img src="+myImgPrefix+"topleft.gif border=0 name=top></td>");
document.writeln("<td width=80% align=right class=top>");
document.writeln("<a href="+myLinkPrefix+"index.html ");
document.writeln("onmouseover=document.top.src=\'/~intrep/images/home-t.gif\'; return true");
document.writeln("onmouseout=document.top.src=\'/~intrep/images/topleft.gif\'; return true>");
document.writeln("<img src="+myImgPrefix+"logo.gif border=0 alt=\"Tauran Home\"></a></td></tr>");
document.writeln("<tr>");
document.writeln("<td width=130><br></td>");
document.writeln("<td width=50><br></td>");
document.writeln("<td><br></td>");
document.writeln("</tr>");
