
function hell(namedesobjektes){
   document.getElementById(namedesobjektes).style.backgroundImage='URL(images/linker_button_hell.gif)';
}
function dunkel(namedesobjektes){
   document.getElementById(namedesobjektes).style.backgroundImage='URL(images/linker_button_dunkel.gif)';
}
function anzeigen(das){
   document.getElementById(das).style.display='inline';
}
function ausis(das){
   document.getElementById(das).style.display='none';
}
function show(layername)
{
	document.getElementById(layername).style.display='inline';
}

function hide()
{
if (document.getElementById('dropdown')) {
	document.getElementById('dropdown').style.display='none';
	document.getElementById('dropdown2').style.display='none';
	document.getElementById('dropdown3').style.display='none';
}
}
