function wind(url, name) {
	window.open(url, name, "width=700, height=450, resizable=yes, scrollbars=yes, toolbar=yes");
}

// timestamp for the shopping cart
function writeurlstamp(myform){
	var dnow = new Date();
	myform.urlstamp.value = Date.parse(dnow);
}