<!-- Hide from old Browsers
var ShotWin = null;

function POP_IT(u_rl,w,h,sb) {
 if (ShotWin == null || ShotWin.closed || ShotWin == "0") {
 }
 else {
    this.ShotWin.close(); 
 }
 ShotWin = this.open(u_rl,"ShotWin","toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,scrollbars="+sb+",width="+w+",height="+h);
 this.ShotWin.focus();
}
function CHECK_WIN() {
if (ShotWin == null || ShotWin.closed || ShotWin == "0") return; 
   this.ShotWin.close(); 
}
// --> 