
function setCurrency(type){
	var frm=document.getElementById('p_currency_form');
	//frm.p_currency.value=type;
	frm.submit();
}


