function smily(msg,boxid)
{
	document.form.form_gb_bericht.value += msg+" ";
	document.form.form_gb_bericht.focus();
	return;
}

function confirmMsg(cMsg, dURL)
{
	if(confirm(cMsg))
	{
		document.location.href=dURL;
	}
}
