function InsertMailGB(mailnam,mailsvr) {
	document.write('<' + 'a href="mailto:' + mailnam + '@' + mailsvr + '">' + mailnam + '@' + mailsvr + '</' + 'a>');
}

function add_smilie(sn) {
	document.guestbook.gb_text.value = document.guestbook.gb_text.value + sn;
}

function pop(file)
{
	helpwindow = window.open(file,"pophelp","width=950,height=700,scrollbars=yes");
	helpwindow.moveTo(0,0);
	helpwindow.focus();
	return false;
}
