function writeTop(subject) {
}

function writeLeft(subject) {
}

function writeRight(subject) {
}

function writeBottom(subject) {
}

function writeMenu(subject) {
   document.write('[ <a href="../jobs/index.html">Jobs</a> | ');
   document.write('<a href="../interview/index.html">Interview</a> ] &nbsp; &nbsp;');

   document.write('[ <a href="../index.html">Home</a> | ');
   document.write('<a href="../link_us.html">Link Us</a> | ');
   document.write('<a href="index.html">Index</a> ]');
}
