
// ---------- script properties ----------


var results_location = "result.htm";


// ---------- end of script properties ----------


function search_form(ccccd_Form) {
	if (ccccd_Form.d.value.length > 0) {
		document.cookie = "d=" + escape(ccccd_Form.d.value);
		window.location = results_location;
	}
}
