﻿// <![CDATA[
function Search(x, url) {
	var obj = document.getElementById(x);
	window.location = url + obj.value;
}
// ]]>