function writeTop(subject) {
}
function writeLeft(subject) {
}
function writeRight(subject) {
}
function writeBottom(subject) {
}

function writeMenu(subject) {
   document.write('</font></td></tr><tr><td colspan=3 align=right><font><b>');
   document.write('[ &nbsp;<a href="http://sqa.fyicenter.com/">Home</a> &nbsp; |');
   document.write('  &nbsp;<a href="http://sqa.fyicenter.com/search.html">Search</a>&nbsp; |');
   document.write('  &nbsp;<a href="http://sqa.fyicenter.com/jobs/">Jobs</a>&nbsp; |');
   document.write('  &nbsp;<a href="http://sqa.fyicenter.com/art/">Articles</a>&nbsp; |');
   document.write('  &nbsp;<a href="http://sqa.fyicenter.com/dir/index.php">Directory</a>&nbsp; |');
   document.write('  &nbsp;<a href="http://sqa.fyicenter.com/link_us.html">Link Us</a>&nbsp; |');
   document.write('  &nbsp;<a href="index.html">Index</a> &nbsp;]');
   document.write('</b>');
}