// JavaScript Document

function chkupdate()
{
	document.frmshopcart.action_val.value='cartupdate';
	return true;

}
function chkcontinueshop()
{
	document.frmshopcart.action_val.value='continueshop';
	return true;

}
function chkordernow()
{
	document.frmshopcart.action_val.value='ordernow';
	return true;

}

function chkconfirmorder()
{
	document.frmshopcart.action_val.value='confirmorder';
	return true;

}
