function popup (inID) {
	var baseRef = location.href.substring(0,location.href.lastIndexOf("/") + 1);
	window.open("popup.php?id=" + inID, "", "toolbar=0, statusbar=0,scrollbars, resizable");
}

function sendGuestbook () {
	document.guestbookform.submit();
}

