
function bilder(name,seite,h) {
	var Fenster = window.open(seite,name,'scrollbars=yes,width=416,height=' + h + ',top=0,left=0,location=no,menubar=no,resizeable=no,status=yes');
}

