// Media Creations
// Muhammad Alyas
// E-mail:  webmediamaster@yahoo.com
// © copyright 2004 - 2005 All Rights Reserved...
// Any use wihtout permission will be considered illegal.


// ---------- script properties ----------


var results_location = "media_search.html";


// ---------- 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;
	}

}
