function MM_displayStatusMsg(msgStr) {
	status=msgStr;
	document.MM_returnValue = true;
}

function addbookmark(BookmarkURL, BookmarkTitle) {
	if (document.all)
	window.external.AddFavorite(BookmarkURL,BookmarkTitle);
	return;
}
