
//
function click(evt) {
 if (navigator.appName.indexOf("Microsoft") != -1){
 if (event.button==2) {
 alert('WARNUNG!    © steinart 1998 - 2005 - gesch&uuml;tzt durch digitales Wasserzeichen');
 return false
 };
 };
 if (navigator.appName.indexOf("Netscape") != -1) {
 if ( evt.which == 3 ) {
 alert('WARNUNG!    © steinart 1998 - 2005 - gesch&uuml;tzt durch digitales Wasserzeichen');
 return false
 };
 };
 };
 if (navigator.appName.indexOf("Netscape") != -1) {
 document.captureEvents( Event.MOUSEDOWN )
 };
 document.onmousedown = click;

//

//
function adress()
 {
   var win;
 win=window.open("adress.htm","Hallo","width=370,height=600,resizable=yes,top=20,left=100,scrollbars=yes,resizable=no");

 }
//

//
 function fenster1()
 {
   var win;

   win=window.open("map1.htm","Hallo","width=450,height=500,resizable=yes,top=30,left=180,scrollbars=yes");

 }
//

//
 function fenster2()
 {
   var win;

   win=window.open("map2.htm","Hallo","width=450,height=500,resizable=yes,top=30,left=180,scrollbars=yes");

 }
//

//
 function fenster4()
 {
   var win;

   win=window.open("map4.htm","Hallo","width=450,height=500,resizable=yes,top=30,left=180,scrollbars=yes");

 }
//

//
 function fenster5()
 {
   var win;

   win=window.open("map5.htm","Hallo","width=450,height=500,resizable=yes,top=30,left=180,scrollbars=yes");

 }
//
