
<!--
var win=null;

onerror = stopError;
function stopError(){
	return true;
}


function bildergalerie(){
	myleft=(screen.width)?(screen.width-330)/2:100;mytop=(screen.height)?(screen.height-480)/2:100;
	settings="width=500,height=700,top=" + mytop + ",left=" + myleft + ",scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
	win=window.open("http://www.moessner.de/webgalerie/index.htm","galerie",settings);
	win.focus();

}
// -->

