function AddCart(PID,TXT) {
    var qty=document.getElementById(TXT).value;
    location.href='/serv.aspx?AID=add&PID='+PID+'&QTY='+qty;
}
