<!--
function nxtpmt(n) {
 o=document.pmt
 o.curpg.value=n
 o.submit()
 }

function yn(msg) {if (confirm(msg)) return true; return false;}

function ovrj(b){document[b].src='img/'+b+'b.jpg'}
function outj(b){document[b].src='img/'+b+'a.jpg'}
function bjpg(b,htm) {
 return '<a onMouseOut="outj(\''+b+'\')" onMouseOver="ovrj(\''+b+'\')" href="'+htm+'"><img src="img/'+b+'a.jpg" name='+b+' border=0></a>'
 }
function ovrg(b){document[b].src='img/'+b+'b.gif'}
function outg(b){document[b].src='img/'+b+'a.gif'}
function bgif(b,htm,chk) {
 ms=(chk=='')?'':' onclick="'+chk+'"'
 return '<a '+ms+'" onMouseOut="outg(\''+b+'\')" onMouseOver="ovrg(\''+b+'\')" href="'+htm+'"><img src="img/'+b+'a.gif" name="'+b+'" border=0></a>'
 }
function bgif2(b,htm,chk,alt) {
 ms=(chk=='')?'':' onclick="'+chk+'"'
 return '<a '+ms+'" onMouseOut="outg(\''+b+'\')" onMouseOver="ovrg(\''+b+'\')" href="'+htm+'"><img src="img/'+b+'a.gif" name="'+b+'" alt="'+alt+'" border=0></a>'
 }
function ovrgn(n,b){document['d'+n].src='img/'+b+'b.gif'}
function outgn(n,b){document['d'+n].src='img/'+b+'a.gif'}
function bgifn(n,b,htm,chk) {
 ms=(chk=='')?'':' onclick="'+chk+'"'
 return '<a '+ms+'" onMouseOut="outgn('+n+',\''+b+'\')" onMouseOver="ovrgn('+n+',\''+b+'\')" href="'+htm+'"><img src="img/'+b+'a.gif" name="d'+n+'" border=0></a>'
 }

function preload(){
 for (i=0;i<arguments.length;i++){this[i]=new Image();this[i].src=arguments[i]}
 return this
 }

function tit(t1,t2){
if (bw.ie) document.write('<center>',t1,'</center>')
else document.write('<center><img src=img/',t2,' border=0></center>')
}

function titp(t1,t2){
if (bw.ie) document.write(t1)
else document.write('<img src=img/',t2,' alt="title" border=0><br class=s2>')
}
function hvr(o,newColor) {if(document.all){
 o.style.cursor='hand'; o.style.background=newColor;}
 }
function hvr0(o,newColor) {if(document.all){o.style.background=newColor;}}

function frmurl(o,url) {
 o.action=url
 o.submit();
 }
//-->