function fnClick(strurl)
{
	if (!startsWith(strurl, "http://"))
		strurl = "http://" + strurl
	window.open(strurl)
}


