//-- Javascript fuer hazmatdiving.com - jsdata1.js
var host=parent.location.hostname;
//-- Menueanzeige ohne Frames
if (top == self) {
    document.write("<br><img src=\"http://www.hazmatdiving.com/images/hd_logo.gif\"<br>") 
    document.write("<br><b><a href=\"http://www.hazmatdiving.com/index2.html\">HOME</a>&nbsp;"+
    "&nbsp;<a href=\"http://www.hazmatdiving.com/about-me/about-me.html\">ABOUT&nbsp;ME</a>&nbsp;"+
    "&nbsp;<a href=\"http://www.hazmatdiving.com/hazmat/hazmat.html\">HAZMAT/</a><a href=\"http://www.hazmatdiving.com/hazmat/military/military.html\">NBC</a>&nbsp;"+
    "&nbsp;<a href=\"http://www.hazmatdiving.com/diving/diving.html\">DIVING</a>&nbsp;"+
    "&nbsp;<a href=\"http://www.hazmatdiving.com/galleries/galleries.html\">GALLERIES</a></b><br><br>")
		};

//-- Pruefen ob eigener Host-Server
if(host != "www.hazmatdiving.com") {
   if (host != "www.hazmatdiving.de") {
       if (host != "hazmatdiving.com") {
           if (host != "hazmatdiving.de") {
   		document.write("<br>Diese Seite ist Bestandteil von <a href=\"http://www.hazmatdiving.com\" target=\"_blank\" ><b>www.hazmatdiving.com</b></a>"+
                                "<br>This side is part of <a href=\"http://www.hazmatdiving.com\"target=\"_blank\"><b>www.hazmatdiving.com</b></a><br><br>") 
					 }
				       }
				      }
                                    };
