//<!--
	var sEmail;
	function showGuestBook(sUserPrefix)
	{
		var iWinW = 700;
		var iWinH = screen.availHeight - 100;
		var oPicWindow = window.open("../cgi-bin/guestbook.pl?UserPrefix=" + sUserPrefix, "getcomment", "scrollbars=yes,resizable=yes,width=" + iWinW + ",height=" + iWinH);
		oPicWindow.focus();
	}
	function makeEmailLink()
	{
		var sEmail = document.HiddenVars.Email1.value + '@' + document.HiddenVars.Email2.value + '.' + document.HiddenVars.Email3.value;
		with (document.getElementById("EmailLink"))
		{
			href = "mailto:" + sEmail + "?Subject=Your%20FamiliaOnline%20site";
			innerHTML = sEmail;
		}
	}


//--> end hide JavaScript
