function OnBookmark(url, description)
{
	window.external.AddFavorite(url,description);			
}	


function CreateContact(secondpart, first)
{
	var a = "<a href=\"";
	var b = "ma" + "il" + "to" + ":";
	var c = "\">";
	var d = first + "&#64;";
	document.write(a + b + first + "&#64;" + secondpart+ c + d + secondpart + "</a>");
}


/*
function OnSearch()
{
	var oKeyword = document.getElementById("txtKeyword");
	document.location.href = "PublicationSearchResults.aspx?Search=" + escape( oKeyword.value );
}

function OnWinLoad()
{											
	if(typeof(OnWindowLoad) != "undefined")
	{
		OnWindowLoad();				
	}								
}	
*/
