// JavaScript Document
function gosearch() {
	var textBox = document.getElementById("search");
	window.location = "search_result.asp?keywords=" + textBox.value + "&site=argility.com";
}

function setiframe() {
	var iFrame = document.getElementById("iframe1");
	var querystring = decodeURI(location.search);
	iFrame.src = "http://andries200.dyndns.org/MyCMS/Search/SearchFrame.aspx" + querystring;
}
