function display(id, wartosc){
	if (document.getElementById) document.getElementById(id).style.display = wartosc;
	else if (document.all) document.all[id].style.display = wartosc;
}
function nodisplay(id){
	display(id, "none");
}

function show_details(slideroot,bildh){
	window.open(slideroot,"","width=416px,height=" + bildh + ",top=0px,left=0px,resizable=yes,scrollbars=yes,location=no,menubar=no,toolbar=no,titlebar=no");
}
function show_details2(slideroot){
	window.open(slideroot,"","width=416px,height=400px,top=178px,left=188px,resizable=yes,scrollbars=yes,location=no,menubar=no,toolbar=no,titlebar=no");
}

function schliessen(){
	self.close();
}
