function RunSearch()
{
	document.location.href = '/smart3/search.asp?st=' + SearchText.value;
}

function PopWin(url,winwidth,winheight)
{
	var sPrefs = "width=" + winwidth + ",height=" + winheight + ",scrollbars=yes";
	window.open([url],'popwin',[sPrefs]);
}

function OpenNews(url)
{
	PopWin(url, 420, 300);
}