// JavaScript Document
function checkoutmethod(){
	document.location.href=securecartroot + 'checkout.cfm';
}
function clearcart(){
	document.location.href=cartroot + 'cart.cfm/clear';
}