	function clk(id)
	{
		(new Image()).src="goto.php?id="+id;
		return true;
	}

	function Bookmark(title,url) {
	if( window.external ) {
		window.external.AddFavorite( url, title );
	} else if( window.sidebar ) { window.sidebar.addPanel( title, url, "");  }
}
