// antiframe

if (top.frames.length!=0)
top.location=self.document.location;

function pay_details(sid, pid)
{
    window.open('/pay_details.php?sid='+ sid + '&p=' + pid, 'pay_detail', 'toolbar=no,menubar=no,statusbar=no,width=300,height=200,screenX=300,screenY=100');
}
