function stoperror(){
	return true
}
window.onerror=stoperror

function MM_displayStatusMsg(msgStr) {
	status=msgStr;
	document.MM_returnValue = true;
}

function addbookmark(BookmarkURL, BookmarkTitle) {
	if (document.all)
	window.external.AddFavorite(BookmarkURL,BookmarkTitle);
	return;
}
