// JavaScript Document
function openImpressum(src, name)
	{
			var props = "location=no,menubars=no,toolbars=no, resizable=no, scrollbars=yes, width=" + "410" + ",height=" + "470" + ",left=" + "150" + ",top=" + "80";
			newwindow = window.open(src, name, props);
	}