function rtMargin(){
var rtMstr='<table><tr><td height="360" valign="bottom"><a href="http://www.securetrading.com"><img src="images/stlogo-securesite-b-t.gif" width="58" height="70" border="0"></a></td></tr?</table>';
document.all.rtMargin.outerHTML=rtMstr;
}

function crBanner(PageName,exitYN){
var xBut='';
if(exitYN)
xBut='<img vspace=4 hspace=4 name="exit" src="./images/uexit.gif" width="40" height="20" ' +
   'onClick="if(confirm(\'Do you wish to end this session?\')) window.close()" ' +
   'onMouseDown="this.src=\'./images/dexit.gif\';" ' +
   'onMouseUp="this.src=\'./images/uexit.gif\';" ' +
   'onMouseOut="this.src=\'./images/uexit.gif\';">';
var bstr='<table width=772><tr><td width=100><BR></td><td width=550 align=center><img src="images/midbanner.gif" width=450 height=50></td><td width="122" align="right" valign="top">'+xBut+'</td></tr><tr><td><br></td><td align=center style="font-size:14; font-weight:bold">'+PageName+'</td></tr></table>';
document.all.BannerTable.outerHTML=bstr;
}

function JUNKcrBanner(PageName){
var bstr='<table width=750><tr><td width=100><BR></td><td width=550 align=center><img src="images/midbanner.gif" width=450 height=50></td><td width=100><br></td></tr><tr><td></td><td align=center style="font-size:14; font-weight:bold">'+PageName+'</td></tr></table>';
document.all.BannerTable.outerHTML=bstr;
}

function JUNKnewcrTermsFooter(){
var fstr='<table frame="hsides"><tr><td align="center" style="font-size:12"><a href="policy.html">Policy Statement</a> | <a href="terms.html">Terms & Conditions</a> | <a href="security.html">Security, Privacy & Data Protection</a></td></tr></table>';
document.all.TFTable.outerHTML=fstr;
}

function JUNKcrTermsFooter(){
var fstr='<table width="750"><tr><td width="100" bordercolor="#000000"><br></td><td width="550" align="center"><table frame="hsides"><tr><td align="center" style="font-size:12"><a href="policy.html">Policy Statement</a> | <a href="terms.html">Terms & Conditions</a> | <a href="security.html">Security, Privacy & Data Protection</a></td></tr></table></td><td><br></td></tr></table>';
document.all.TFTable.outerHTML=fstr;
}

function crNewPasswd(){
var npstr='<table style="font-size:14" width=260><tr><td colspan=2 style="font-size:12">If you have forgotten your password, then type your username in the box above and click on this button. A new one will be emailed to you</td></tr><tr><td colspan=2 align=center><img src="./images/usendPwd.gif" alt="Help" style="cursor:hand" width="110" height="18" onMouseDown="this.src=\'./images/dsendPwd.gif\';" onMouseUp="this.src=\'./images/usendPwd.gif\';" onMouseOut="this.src=\'./images/usendPwd.gif\';" onClick="do_sendPwd()"></td></tr><tr><td colspan=2 align="center"><img src="./images/ucancel.gif" alt="Help" style="cursor:hand" width="50" height="18" onMouseDown="this.src=\'./images/dcancel.gif\';" onMouseUp="this.src=\'./images/ucancel.gif\';" onMouseOut="this.src=\'./images/ucancel.gif\';" onClick="orig_layout()"></td></tr></table>';
document.all.NewPasswd.innerHTML=npstr;
}
