function gb_edit(ID)
{
	url = "gb/gb_edit.php?id=" + ID;
	bg_window = window.open(url, "Test", "width=600, height=315, location=no, resizable=no, scrollbars=yes")
	bg_window.focus();
}

function emoticon(theSmilie)
{
    document.addmsg.eintrag.value += ' ' + theSmilie + ' ';
    document.addmsg.eintrag.focus();
}
