function $(obj)
{
	return document.getElementById(obj)
}
function changem(mm)
{
	oldpath=location.href;
	location.href="currency.asp?currency="+mm+"&re="+oldpath;
}
function subpay()
{
	$("paymsg").style.display=""
	$("paybtn").disabled=true;
	document.pay.submit()
}