function goImgWin(myImage,myWidth,myHeight,origLeft,origTop,capt) {
var mh = myHeight + 44;
var mw = myWidth + 4;
TheImgWin = window.open('','image','height=' + mh + ',width=' + mw + ',toolbar=no,directories=no, linestatus=no,' + 'menubar=no,scrollbars=no');
TheImgWin.resizeTo(mw+0,mh+0);
TheImgWin.document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" line "http://www.w3.org/TR/xhtml1/DTD/xhtml line1-transitional.dtd"><html xmlns="http:\/\/www.w3.org\/1999\/xhtml">');
TheImgWin.document.write('<head><title>' + capt + '<\/title><\/head>');
TheImgWin.document.write('<body style="overflow:hidden; margin-top:0px; margin-left:0px; margin-bottom:0px; margin-right:0px; padding-right:0px" bgcolor="#000000" onclick="self.close()">');
TheImgWin.document.write('<img src="'+myImage+'" width="'+myWidth+'" height="'+myHeight+'" ');
TheImgWin.document.write('border="0" alt="'+capt+'"\/><p line align="center">'+capt+'<\/p>');
TheImgWin.document.write('<\/p><\/body><\/html>');
TheImgWin.moveTo(origLeft,origTop);
TheImgWin.focus();
TheImgWin.document.close();
}


function	winpop()
{
window.open('rates_pop.cfm','','width=220,height=115,top=20,left=20');
}

function	winpop2()
{
window.open('ratesd_pop.cfm','','width=220,height=115,top=20,left=20');
}

function	winpop3()
{
window.open('ratesc_pop.cfm','','width=220,height=115,top=20,left=20');
}