

var showimage_1		= "yes"		// SHOW 1ST SIDEBAR IMAGE
var showimage_2		= "yes"		// SHOW 2ND SIDEBAR IMAGE
var showimage_3		= "yes"		// SHOW 3RD SIDEBAR IMAGE
var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "yes"		// SHOW THE 2ND PARAGRAPH
var showarea_3		= "yes"		// SHOW THE 3RD PARAGRAPH
var links		= "yes"		// SHOW SAMPLE LINKS IN THE SIDEBAR

var movedown		= "45"		// SIDEBAR SPACE FROM TOP




document.write('<img src="picts/spacer.gif" height="'+movedown+'" width="130"><br>');

document.write('<TABLE cellpadding="2" cellspacing="0" width="100%" border="0" class="smalltext"><tr><td valign="top" align="center">');
















   if (showarea_1 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">TMU Social Forum:</span></legend>');

document.write('Please Visit our Public Social Forum page and share your comment or ask additional information ');

document.write('<a href="http://tmuaccounting.wordpress.com/" target="_blank">Accounting Forum</a>');

document.write('</fieldset>');
document.write('<br><br><br>');
}






















   if (showarea_2 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">General Email:</span></legend>');

document.write('Contact Us with any questions you have regarding our accounting services ');

document.write('<a href="mailto:tmuaccounting@embarqmail.com">Email Us</a>');

document.write('</fieldset>');
document.write('<br><br><br>');
}




























   if (showimage_3 == "yes") {
document.write('<a href="Acct.Brochure.pdf" target="_blank"" rel="nofollow"><IMG SRC="picts/pdf_logo.jpg" border="0" width="51" height="50" class="borders"><br><br>');
}





   if (showarea_3 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">OUR BROCHURE:</span></legend>');

document.write('This Brochure is a downloadable and printable PDF document. ');

document.write('<a href="Acct.Brochure.pdf" target="_blank">Brochure PDF</a>');

document.write('</fieldset>');
document.write('<br><br><br>');
}








document.write('</td></tr></table>');
