function showSt(idx_) {
if (idx_.indexOf('.is[')!=-1) {
	tmpval = idx_.split('.is');
	if (tmpval[1]=="[5]") {
		document.getElementById('statImg').innerHTML = '<img src="img/afg.jpg" width="190" height="105" border="0" />';
	}
	if (tmpval[1]=="[6]") {
		document.getElementById('statImg').innerHTML = '<img src="img/spirt.jpg" width="190" height="105" border="0" />';
	}
	if (tmpval[1]=="[7]") {
		document.getElementById('statImg').innerHTML = '<img src="img/store_01.jpg" width="190" height="105" border="0" />';
	}
	if (tmpval[1]=="[8]") {
		document.getElementById('statImg').innerHTML = '<img src="img/fleisch.jpg" width="190" height="105" border="0" />';
	}
	if (tmpval[1]=="[9]") {
		document.getElementById('statImg').innerHTML = '<img src="img/store_01.jpg" width="190" height="105" border="0" />';
	}
	if (tmpval[1]=="[10]") {
		document.getElementById('statImg').innerHTML = '<img src="img/store_01.jpg" width="190" height="105" border="0" />';
	}
	if (tmpval[1]=="[11]") {
		document.getElementById('statImg').innerHTML = '<img src="img/store_01.jpg" width="190" height="105" border="0" />';
	}
	if (tmpval[1]=="[12]") {
		document.getElementById('statImg').innerHTML = '<img src="img/store_01.jpg" width="190" height="105" border="0" />';
	}
	if (tmpval[1]=="[13]") {
		document.getElementById('statImg').innerHTML = '<img src="img/fish.jpg" width="190" height="105" border="0" />';
	}
	if (tmpval[1]=="[14]") {
		document.getElementById('statImg').innerHTML = '<img src="img/store_01.jpg" width="190" height="105" border="0" />';
	}
	if (tmpval[1]=="[15]") {
		document.getElementById('statImg').innerHTML = '<img src="img/obst.jpg" width="190" height="105" border="0" />';
	}
	if (tmpval[1]=="[16]") {
		document.getElementById('statImg').innerHTML = '<img src="img/store_01.jpg" width="190" height="105" border="0" />';
	}
	if (tmpval[1]=="[17]") {
		document.getElementById('statImg').innerHTML = '<img src="img/store_01.jpg" width="190" height="105" border="0" />';
	}
	if (tmpval[1]=="[18]") {
		document.getElementById('statImg').innerHTML = '<img src="img/milk.jpg" width="190" height="105" border="0" />';
	}
	if (tmpval[1]=="[19]") {
		document.getElementById('statImg').innerHTML = '<img src="img/store_01.jpg" width="190" height="105" border="0" />';
	}
	if (tmpval[1]=="[20]") {
		document.getElementById('statImg').innerHTML = '<img src="img/gewurz.jpg" width="190" height="105" border="0" />';
	}
	if (tmpval[1]=="[21]") {
		document.getElementById('statImg').innerHTML = '<img src="img/glas.jpg" width="190" height="105" border="0" />';
	}
}
}
function hideSt() {
	document.getElementById('statImg').innerHTML = '<img src="img/store_01.jpg" width="190" height="105" border="0" />';
}