function showCart()
{
	document._xclick.submit();	
}
function showCheckout()
{
	document.frmCheckout.submit();
}