// Tipue 1.6
// ---------- script properties ----------
results_location = "../firma/tip_rpt.htm";
// ---------- end of script properties ----------
function search_form(tip_form) {
	if (tip_form.d.value.length > 0) {
		document.cookie = "d=" + escape(tip_form.d.value) + "; path=/";
		document.cookie = 'n=0; path=/';
		window.location = results_location;
	}
}

