function lade(image){
	parent.frames[2].location.href = "popup.htm?" + image;
/*	document.location.href = "popup.htm?" + image;*/
	exit();	
}



function popup(url, name, width, height) {
	var features="toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width="+width+",height="+height+'"';
	popupFenster=window.open("popup.htm?" + url ,name,features);
	popupFenster.focus();
}

function filme(url,name,width,height) {
	var features="toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width="+width+",height="+height+'"';
	popupFenster=window.open("player.htm?" + url,name,features);
	popupFenster.focus();
}


function toggledisplay (id){
  if (document.getElementById) {
    var mydiv = document.getElementById(id);
    mydiv.style.display = (mydiv.style.display=='block'?'none':'block');
  }
}


function submenOff (id){
  if (document.getElementById) {
    var mydiv = document.getElementById(id);
    mydiv.style.display ='none';
  }
}

function submenOn (id){
  if (document.getElementById) {
    var mydiv = document.getElementById(id);
    mydiv.style.display ='block';
  }
}




if(document.getElementById) { var dom; dom = 1;}
if(document.all) { var ie4; ie4 = 1;}
if(document.layers && !this.dom) { var ns4; ns4 = 1;}



var hoch;
