function anzeigen(file,width,height,scroll){
	var fenster = "width=" + width + ",height=" + height + ",resizable=0" + ",scrollbars=" + scroll;
	helpwindow = window.open(file,"Grossansicht",fenster);
	helpwindow.focus();
	return false;
}

function schrift(){
	  document.write ("<img src=\"img\/schrift.gif\" alt=\"Schriftgr&ouml;&szlig;e\" border=\"0\" \/>");
	  document.write ("<a href=\"" + (document.all ? "#" : "") + "\" onclick=\"javascript:setFontSize (13);return;\">");
	  document.write ("<img src=\"img\/klein.gif\" alt=\"klein\" border=\"0\" \/><\/a>");
	  document.write ("<a href=\"" + (document.all ? "#" : "") + "\" onclick=\"javascript:setFontSize (15);return;\">");
	  document.write ("<img src=\"img\/mittel.gif\" alt=\"mittel\" border=\"0\" \/><\/a>");
	  document.write ("<a href=\"" + (document.all ? "#" : "") + "\" onclick=\"javascript:setFontSize (17);return;\">");
	  document.write ("<img src=\"img\/gross.gif\" alt=\"gross\" border=\"0\" \/><\/a>");
}

function flashkopf(){
	var so = new SWFObject("flash/navi.swf", "Norderney", "956", "266", "8");
  so.addParam("scale", "noscale");
  so.addParam("wmode", "transparent");
  so.write("flashcontent");
}

Shadowbox.init({
    language: 'de-DE',
    fadeDuration: '0.65',
    players:  ['img', 'html', 'iframe','wmp']
});
