
// ---------- script properties ----------


var results_location = "results.html";


// ---------- end of script properties ----------


function search_form(jse_Form) {
	if (jse_Form.d.value.length > 0) {
		document.cookie = "d=" + escape(jse_Form.d.value);
		// window.location = results_location;
		// window.open('results.html');
		// window.open('results.html', 'Search', 'height=500,width=400,left=100,top=100,resizable=yes,scrollbars=yes,toolbar=yes,status=yes');
		// window.open('results.html', 'Search', config='height=500,width=500,toolbar=1')
		// window.open = (''+self.location,'resulst.html','left=20,top=20,width=500,height=500,toolbar=1,resizable=0');
		// window.open('results.html','Results','left=20,top=20,width=500,height=500,toolbar=1,resizable=0');
		window.open('results.html','Results','left=30,top=30,height=500,width=400,toolbar=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no'); return false;
	}
}
