 var artikel = "";
 
 function setArtikel(titel)
 {
	this.artikel = titel;
 }
 function LadeUeberOpusAnima()
{
         top.frames["Balken"].location.replace("UeberOpusAnima/Balken.html")
         top.frames["Inhalt"].location.replace("UeberOpusAnima/Inhalt.html")
 }
 function LadeForum()
 {
         top.frames["Balken"].location.replace("UeberOpusAnima/Balken.html")
         top.frames["Inhalt"].location.replace("UeberOpusAnima/Inhalt.html")
 }
 function LadeHerunterladen()
 {
         top.frames["Balken"].location.replace("Herunterladen/Herunterladen_Balken.html")
         top.frames["Inhalt"].location.replace("Herunterladen/Herunterladen_Inhalt.html")
 }
 function LadeOAICharaktere()
 {
        top.frames["Balken"].location.replace("../Herunterladen/Herunterladen_Balken.html")
        top.frames["Inhalt"].location.replace("../Herunterladen/OAICharaktere_Inhalt.html")
 }
 function LadeInteraktiveWelt()
 {
         top.frames["Balken"].location.replace("InteraktiveWelt/InteraktiveWelt_Balken.html")
         top.frames["Inhalt"].location.replace("InteraktiveWelt/InteraktiveWelt_Inhalt.html")
 }
 function LadeInteraktiveWeltinArtikel()
 {
         top.frames["Balken"].location.replace("../InteraktiveWelt_Balken.html")
         top.frames["Inhalt"].location.replace("../InteraktiveWelt_Inhalt.html")
 }
 function LadeWebshop()
 {
         top.frames["Balken"].location.replace("UeberOpusAnima/Balken.html")
         top.frames["Inhalt"].location.replace("UeberOpusAnima/Inhalt.html")
 }
 function LadeLinks()
 {
         top.frames["Balken"].location.replace("Links/Links_Balken.html")
         top.frames["Inhalt"].location.replace("Links/Links_Inhalt.html")
 }
 function LadeMedien()
 {
         top.frames["Balken"].location.replace("Medien/Medien_Balken.html")
         top.frames["Inhalt"].location.replace("Medien/Medien_Inhalt.html")
 }
 function LadeGalerie()
 {
         top.frames["Balken"].location.replace("Galerie/Galerie_Balken.html")
         top.frames["Inhalt"].location.replace("Galerie/Galerie_Inhalt.html")
 }
 function LadeNews()
 {
		top.frames["Balken"].location.replace("news/News_Balken.html")
        top.frames["Inhalt"].location.replace("news/News_Inhalt.html")
 }
 function LadeArtikel(artikel)
 {
		top.frames["Inhalt"].location.replace("../InteraktiveWelt/Artikel/" + artikel + ".htm")
 }
 function LadeText(artikel)
 {
		top.frames["Inhalt"].location.replace("../UeberOpusAnima/" + artikel + ".htm")
 }
 