window.status='Modellbahnstudio Thüringen';

function showMenue(wert) {
        document.getElementById(wert).style.visibility = "visible";
     }

function hideMenue(wert) {
        document.getElementById(wert).style.visibility = "hidden";
     }

function openPic(picPath, iBreit, iHoch, altText){

 W1=window.open("","","width="+iBreit+",height="+iHoch+",hotkeys=no,top=0,left=0");
 W1.document.writeln('<html>');
 W1.document.writeln('<head>');
 W1.document.writeln('<title>Modellbahnstudio Thüringen Bildergalerie</title>');
 W1.document.writeln('<script language="JavaScript">');
 W1.document.writeln('<!--');
 W1.document.writeln('function Close(){');
 W1.document.writeln('window.close();');
 W1.document.writeln('}');
 W1.document.writeln('//-->');
 W1.document.writeln('<\/script>');
 W1.document.writeln('<noscript><\/noscript>');
 W1.document.writeln('<\/head>');
 W1.document.writeln('<body background="http://www.paintiax.erazor-zone.de/modellbahnstudio/data/bg.gif" bgcolor="#09820F">');
 W1.document.writeln('<div style="position:absolute; top:0px; left:0px;">')
 W1.document.writeln('<img src="'+picPath+'" border="0" onClick="Javascript:Close()" alt="Fenster schließen">');
 W1.document.writeln('<\/div>')
 W1.document.writeln('<\/body><\/html>');
}