<!-- begin script
function DelCookies() {
	if (document.cookie != "") {
		thisCookie = document.cookie.split("; ");
		expireDate = new Date;
		expireDate.setDate(expireDate.getDate()-1);
		for (i=0; i<thisCookie.length; i++) {
			cookieName = thisCookie[i].split("=")[0];
			document.cookie = cookieName + "=;expires=" + expireDate.toGMTString();
		}
	}
	var location=enlace+"tota";
	this.location.href = location;
}
function ConfOrder() {
}
// end script -->