function openGuestbook(url,name,options)
{
newWindow = window.open(url,name,options+',toolbar=no,scrollbars=yes,status=yes,resizable=yes');
}
