	<!--
	function sMsg ( link, str )
	{
	  str = str + "   (" + link.href + ")";
	  window.status = str;
	  return true;
	}
	//-->
