function check_form_news() {

  if (document.news_form.newsTitle.value == "") {
    alert("Bitte Ihren Namen eingeben!");
    document.news_form.newsTitle.focus();
    return false;
  }
}

function open_HTML(URL, width, height) {
  bigPic = window.open(URL,'bigPic','width='+width+',height='+height+',innerWidth='+width+',innerHeight='+height+',scrollbars=no,hotkeys=yes,locationbar=no,menubar=no,resizable=no,scrolling=no,marginwidth=0,marginheight=0');
}

function writeFlash(classid, codebase, movie, width, height) {
	document.write('<object classid="clsid:' + classid + '" codebase="' + codebase + '" width="' + width + '" height="' + height + '">');
	document.write('<param name="movie" value="' + movie + '">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="menu" value="false">');
	document.write('<embed src="' + movie + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + width + '" height="' + height + '"></embed>');
	document.write('</object>');
}