function doSubmit(asif){
	document.frm_cart.action.value=asif;
	document.frm_cart.submit();
}

