﻿// JScript File
function openwin(a)
{
var pop=window.open('Zoom.aspx?PID='+a,'1');
pop.focus();
}
function printopen(a)
{
var pop=window.open('../Search/Pastbill.aspx?Ono='+a,'1');
pop.focus();
}
function getpaypal(a)
{
alert('U r in');
var amt=location.search.substring(1);
amt=Math.round(parseFloat(amt.substring(4)))/a;
document.getElementById("Text1").value='$'+Math.round(amt);
}

