function credit() { 
document.forms[0].submit();
}
function refresh()
{
	location="order.htm";
}
