function bookmark(vUrl, vTitle) {
	if (document.all) {
		window.external.AddFavorite(vUrl, vTitle)
	}
}