// JavaScript Document
function openWindowSingen(location,w,h) {
	MeinFenster = window.open(location, 'singen', "width="+w+",height="+h+",left=200,top=100,menubar=no,location=no,resizable=no,status=no,scrollbars=no");
	 MeinFenster.focus();
}
