            if (document.all && !document.getElementById)
        document.write('<LINK Rel="stylesheet" Href="source/GENERAL.css" '
          + 'Type="text/css">');

      // MSIE 5
      else if (document.all && document.getElementById)
        document.write('<LINK Rel="stylesheet" Href="source/GENERAL.css" '
          + 'Type="text/css">');

      // NN 4
      else if (document.layers)
        document.write('<LINK Rel="stylesheet" Href="source/General_Nec.css" '
          + 'Type="text/css">');

      // NN 6
      else if ((document.getElementById && !document.all))
        document.write('<LINK Rel="stylesheet" Href="source/General_Nec.css" '
          + 'Type="text/css">');
		  
			function openNewWindow (Img, W, H){       
        var Browser = navigator.appName;
        var Version = parseInt(navigator.appVersion);
        if ((Browser == "Netscape" & Version >= 4) ||
            (Browser == "Microsoft Internet Explorer" & Version >= 4)){
          ScrH = screen.height;
          ScrW = screen.width;
        } else {
          ScrH = 0;
          ScrW = 0;
        }
       
        var BorderW = 1;
        W += 2*BorderW;
        H += 2*BorderW;

        var Position;
        if ((ScrH > 0) && (ScrW > 0))
          Position = ",left="+(ScrW - W)/2+",top="+(ScrH-H)/2;
        else
          Position = "";
       
        var NewWin = window.open("", "Fotografie",
          "toolbar=no,location=no,width="+W+",height="+H+
          ",directories=no,status=no,menubar=no,"+
          "resizable=no,scrollbars=no"+
          Position);
     
        with (NewWin.document){
          write("<HTML><HEAD><TITLE>*** S H A G A N E ***"+
                "</TITLE></HEAD>");
          write('<BODY BgColor="black" Text="white"'+
                ' TopMargin="0" LeftMargin="0">');
          write('<A Href="javascript:close();"><IMG Src="'+Img+
                '" HSpace="'+BorderW+'" VSpace="'+BorderW+'" Border="0"></A>');         
          close();
		  
        }
      }
	  function openNewWindowRez(myURL,my_width,my_height)
{
myNewWindowRez=window.open(myURL,'sample','toolbar=no,bar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width='+my_width+',height='+my_height+',top=0,left=0');
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}