var results_location = "combined_search_results_l2.html";

function search_form(jse_Form)
{	if (jse_Form.d.value.length > 0)
	{	document.cookie = "d=" + escape(jse_Form.d.value);
		window.open(results_location,'search_results','directories=no,height=515,location=no,menubar=no,resizable=yes,scrollbars=yes, status=no,toolbar=yes,width=850');
	}
}