function bookmarkPage(url, txt)
{
	window.external.AddFavorite(url,txt)
}


