function confirmLink(theLink, theSqlQuery)
{
    var is_confirmed = confirm(theSqlQuery);
    if (is_confirmed) {
        theLink.href += '&is_js_confirmed=1';
    }

    return is_confirmed;
}   
function setsmile(Zeichen) {
	document.newscom.newtext.value =
	document.newscom.newtext.value + Zeichen;
}
function wbs_open_insert( w, h ) {
	var InfoWin = window.open( "", "win_insert", "width="+w+",height="+h+",scrollbars=yes,status=yes,resizable=yes");
}
function dlwindow(link)
{
	window.open(link,'showpost','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,border=no,dependent=no,leftmargin=0,topmargin=0,left=100,top=5,width=640,height=500');
}
