<!--

// MENU

function show(ebene){
	if (document.layers){document.layers[ebene].visibility="show";}
	if (document.all){document.all[ebene].style.visibility="visible";}
	if (!document.all && document.getElementById){document.getElementById(ebene).style.visibility="visible";}
}

function hide(ebene){
	if (document.layers){document.layers[ebene].visibility="hide";}
	if (document.all){document.all[ebene].style.visibility="hidden";}
	if (!document.all && document.getElementById){document.getElementById(ebene).style.visibility="hidden";}
}

var old;
var oldmem;
var aktuell;

function menu(ebene){
		aktuell=ebene;
		show(ebene);
}

function checkmenu(ebene){
	if(aktuell){
		hide(aktuell);
		show(ebene);
	}
}

function checkoutmenu(ebene){
	if(aktuell){
		hide(ebene);
		show(aktuell);
	}
}

// Produktbilder
function popProdukt(arg){
	Artikel = window.open(arg, "Produktbild", "width=410,height=410,menubar=no,resizable=no,locationbar=no,dependent=no");
	Artikel.focus();
}

// Produktbilder
function popInfo(arg){
	fenster = "http://mandant.oekoinform.de/datenblatt_plain.php?ean=" + arg + "&partner=NURN_184";
	Artikel = window.open(fenster,"Detail","width=500,height=375,menubar=no,resizable=yes,locationbar=no,dependent=no,scrollbars=yes");
}

function unt_mai(){
	fenster = "http://www.aspremium.de/eisbluemerl/unt_mai.php";
	Artikel = window.open(fenster,"Detail","width=680,height=530,menubar=no,resizable=yes,locationbar=no,dependent=no,scrollbars=no");
}
// -->
