function addbookmark() {
	bookmarkurl=window.location.href;
	bookmarktitle=document.title;

	if (window.external) {
		window.external.AddFavorite(bookmarkurl,bookmarktitle)
	} else {
		msg = "Your browser does not support this feature.  If you are using Netscape Navigator\n";
		msg = msg + "Click \"Bookmarks\" and then \"Add Bookmark\"  or type \"Ctrl+D\" to add this site to your favorites.";
		alert(msg);
	}
}

function mail2friend(email) {
	window.open('http://58.181.242.18/global/mail2friend/mail2friend.php?url=' + window.location.href + '&email1=' + email, 'mail2friend', 'width=557,height=360,status=no,toolbar=no,menubar=no,scrollbars=no,resizable=no');
}
