function show(ob){
	//alert('show : alter Funktionsaufruf ... neu ist "showLayer(\''+ob+'\')"')
}
function hide(ob){
	//alert('hide : alter Funktionsaufruf ... neu ist "hideLayer(\''+ob+'\')"')
}
function showHide(ob){
	//alert('showHide : alter Funktionsaufruf ... neu ist "showLayer(\''+ob+'\')"')
}
function getObject(obName){
	return obName
}