//
var Name = navigator.appName;
      var Version = parseInt(navigator.appVersion);
      var JavaScript = 0;
      if ((Name == "Netscape" && Version >= 4) || (Name == "Microsoft Internet Explorer" && Version >=4)) { JavaScript = 1; }

      function openWin(adresse) {
      if (JavaScript == 1) {
      F1 = open(adresse,"Navigator","width=200,height=385,top=0,left=0,scrollbars=yes,resizable=no");
      }
}
//

//
function adress()
 {
   var win;
 win=window.open("../sitemap/adress.htm","Hallo","width=370,height=600,resizable=yes,top=20,left=100,scrollbars=yes,resizable=no");

 }
//

//
function click(evt) {
 if (navigator.appName.indexOf("Microsoft") != -1){
 if (event.button==2) {
 alert('WARNUNG!    © steinart1998-2010 - geschützt durch digitales Wasserzeichen');
 return false
 };
 };
 if (navigator.appName.indexOf("Netscape") != -1) {
 if ( evt.which == 3 ) {
 alert('WARNUNG!    © steinart1998-2010 - geschützt durch digitales Wasserzeichen');
 return false
 };
 };
 };
 if (navigator.appName.indexOf("Netscape") != -1) {
 document.captureEvents( Event.MOUSEDOWN )
 };
 document.onmousedown = click;
//

//
function fenster1()
 {
   var win;

   win=window.open("map1.htm","Hallo","width=550,height=700,resizable=no,top=30,left=180,scrollbars=yes");

 }
//

//
function fenster2()
 {
   var win;

   win=window.open("map2.htm","Hallo","width=550,height=600,resizable=no,top=30,left=180,scrollbars=yes");

 }
//

//
function fenster3()
 {
   var win;

   win=window.open("map3.htm","Hallo","width=550,height=600,resizable=no,top=30,left=180,scrollbars=yes");

 }
  //

//
function fenster4()
 {
   var win;

   win=window.open("map4.htm","Hallo","width=550,height=600,resizable=no,top=30,left=180,scrollbars=yes");

 }
  //

//
function fenster5()
 {
   var win;

   win=window.open("map5.htm","Hallo","width=550,height=600,resizable=no,top=30,left=180,scrollbars=yes");

 }
  //