function check2hdn(rCurrency)
{ var oldCurrcy= document.getElementById("txtSelectedCurVal").value;
   $.post("includes/Currency_type.php",{queryString:""+oldCurrcy+""},function(dataDET)
   {if(dataDET.length >0){}});
    document.location.reload();
}
