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

function writeMenu(subject) {
   document.write('<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>');
}

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://biotech.fyicenter.com">BioTechnology Resource Center</a>');
   document.write('</b><br/><br/><sub>Copyright &#169; 2007 FYIcenter.com</sub>');
   document.write('</p>')
}

function writeAds728x15(rootPath) {
google_ad_client = "pub-4844318048770734";
google_ad_width = 728;
google_ad_height = 15;
google_ad_format = "728x15_0ads_al_s";
google_ad_channel ="";
google_color_border = "fbfbfb";
google_color_bg = "fbfbfb";
google_color_link = "0000CC";
google_color_url = "008000";
google_color_text = "000000";
}

function writeAds160x600(rootPath) {
google_ad_client = "pub-4844318048770734";
google_ad_width = 160;
google_ad_height = 600;
google_ad_format = "160x600_as";
google_ad_type = "text";
google_ad_channel ="";
google_color_border = "fbfbfb";
google_color_bg = "fbfbfb";
google_color_link = "0000CC";
google_color_url = "008000";
google_color_text = "000000";
}

function writeAds468x60(rootPath) {
google_ad_client = "pub-4844318048770734";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_ad_channel ="";
google_color_border = "fbfbfb";
google_color_bg = "fbfbfb";
google_color_link = "0000CC";
google_color_url = "008000";
google_color_text = "000000";
}

