function writeTop(subject) {
}
function writeLeft(subject) {
}
function writeRight(subject) {
}
function writeBottom(subject) {
   document.write('<p style="{margin-left: 1; margin-right: 1; text-align: center; background-color: #eeeeff; font-family: verdana; font-size: 9pt;}">');
   document.write('<br/><b><a href="http://sqa.fyicenter.com">Software QA Resource Center</a>');
   document.write('<br/><a href="http://dev.fyicenter.com">Software Developer Resource Center</a>');
   document.write('<br/><a href="http://dba.fyicenter.com">Database Administrator Resource Center</a>');
   document.write('<br/><a href="http://tutorial.fyicenter.com">Programming Tutorials </a>');
   document.write('<br/><a href="http://windows.fyicenter.com">Windows Tutorials </a>');
   document.write('<br/><a href="http://interview.fyicenter.com">Interview Q & A </a>');
   document.write('<br/><a href="http://biotech.fyicenter.com">BioTechnology Resource Center</a>');
   document.write('<br/><a href="http://link.fyicenter.com">Link Directory</a>');
   document.write('<br/><a href="http://www.fyicenter.com">FYI Center Forum</a>');
   document.write('</b><br/><br/><sub>Copyright &#169; 2007 FYICenter.com</sub>');
   document.write('</p>')
}

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://www.fyicenter.com/forum/index.php?forumID=1">Post 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>');
}