// Tipue 1.4


// ---------- script properties ----------

var results_location = "http://www.mercandorra.com/resultats.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=/";
		top.window.location = results_location ,'_blank'
		
	}

}
