<!--

var WinNum = 0;

//************************* 
//* Print Window
//*************************

	function printArticle(articleID)
	{  var String;
	   String = "toolbar=0,location=1,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,copyhistory=0,";
	   String += ",width=" + (screen.width - 400);
	   String += ",height=" + (screen.height - 300);
	   WinPic=window.open("print.aspx?id=" + articleID, WinNum++, String);}
	   
	function selIcon(hidNodeTxtBox, strIcon)
	{var obj = eval('document.all.' + hidNodeTxtBox); 
	obj.value = strIcon;}
	
	function Changecursor(cursor)
	{
	document.body.style.cursor = cursor;
	}
//-->

function GoSearch(Keyword)
{
	window.location.href('search.aspx?Search=' + Keyword);
}
