// Tipue for Images 1.0


// ---------- script properties ----------


var results_location = "picresults.html";


// ---------- end of script properties ----------


function search_form(pic_Form) {
	if (pic_Form.d.value.length > 0) {
		document.cookie = 'tid=' + escape(pic_Form.d.value) + '; path=/';
		document.cookie = 'tin=0; path=/';
		window.location = results_location;
	}
}
