function addfav() {
	if (window.external) {
	external.AddFavorite(location.href, 'Bepositive.gr')
	}
	else {
	alert("Your browser doesn't support this feature.\n" +
	"If you are using Netscape Navigator, click Bookmarks\n" +
	"and then Add Bookmark to add this site to your favorites.");
	}
}

function prt(){
print();
}

function initMail(form) {
text = "Check out this page:  " + window.location;
form.message.value = "Hi " + form.sendto.value + " (" + form.to.value + "):\n\n"
 + text + "\n\nYour Friend,\n" + form.sendername.value + "(" + form.senderemail.value + ")";
return (form.to.value != "");
}
