function visPic(hlpind) {
	var sURL = "stp2000_historien.htm"+"#"+hlpind
	var sWindowname =  	new String(Math.floor(Math.random()  *1000000));
	var sWindowFeatures="directories=0,fullscreen=0,location=0,menubar=0,resizable=no,scrollbars= 1"
	
	var hWnd =  window.open(sURL, sWindowname, sWindowFeatures +",width=550,height=600", false);
}