﻿function oAddForumBanner(newLoc) {
	document.getElementById('divMainMenu').style.marginBottom = "0px";
    document.write('<div id="divBanner" style=" font-weight:bold; cursor:pointer; height:16px; width:500px; padding:4px 0px 0px 0px;color:Green; margin-left:214px; "><marquee id="div111" scrollamount="3" style=" cursor:pointer;" onmouseout="this.start();" onmouseover="this.stop();" >Need help with your payroll formula?  Post your question in the forum.</marquee></div>');
}

function oAddForumBannerX() {
	//document.getElementById('divMainMenu').style.marginBottom = "0px";
    document.write('<div id="divBanner" style=" font-weight:bold; cursor:pointer; height:16px; width:500px; padding:4px 0px 0px 0px;color:Green; margin-left:50px; "><marquee id="div111" scrollamount="3" style=" cursor:pointer;" onmouseout="this.start();" onmouseover="this.stop();" >Need help with your payroll formula?  Post your question in the forum.</marquee></div>');
}

function oHover(item) {
    //item.style.backgroundColor = "blue";
    //document.getElementById('div111').style.background = "url('images/bg_blue_1x25-fade2.gif')";
}

function oTableFooter() {
    document.write('<div id="divTableFooter">© 2007 <a class="links" href="http://www.ledgea.com" target="_blank">Ledgea Systems, Inc.</a> All rights reserved.<br>Pls. report bugs to (+632) 757-2381 | <a class="links" href="mailto:info@sweldista.com">info@sweldista.com</a></div>');
}

function oPostMessageTable() {
}