//Added By Ravikiran For Counselor State Access Restriction

var req;
var temp=0;
 function paymentHandlerOptions(id)
{
 paymode= document.getElementById('paymode');
            
 pay_mode = paymode.options[paymode.selectedIndex].value;

 window.location="./paymodeGetter.do?paymode="+pay_mode;
 
 alert(url);
   
}
