/*
am = "";

bV  = parseInt(navigator.appVersion)
bNS = navigator.appName=="Netscape"
bIE = navigator.appName=="Microsoft Internet Explorer"

function nrc(e) {
   if (bNS && e.which > 1){
      alert(am)
      return false
   } else if (bIE && (event.button >1)) {
     alert(am)
     return false;
   }
}

function clickIE() {if (document.all) {alert(am);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {alert(am);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
*/

function podswKomorke(E,sh){
  E.className=sh?'podswietlona':'normalna';
}

function podswKomorki(id){
  if(!document.getElementById)return;
  var i,E=document.getElementById(id),td;
  if(E&&E.tagName=='TABLE'){
    td=E.getElementsByTagName('TD');
    for(i=0;i<td.length;i++){
      td[i].onmouseover=function(){
        podswKomorke(this,1);
      }
      td[i].onmouseout=function(){
        podswKomorke(this,0);
      }
    }
  }
}

function displayWindow(url) {
      var win3=window.open(url,"","width=400,height=300,resizable=0,scrollbars=auto,menubar=no")

	}
	
function makevisible(cur,which){
		if (which==0)
			cur.filters.alpha.opacity=100
		else
			cur.filters.alpha.opacity=80
	}	

function einblenden(){
	bild.style.filter = "Alpha(opacity=100, finishopacity=0, style=3)";
}

