
function NewWindow(href) {
	window.open(href,"Opitz","width=700,height=480,left=150,top=50,scrollbars=yes,resizable=yes,menubar=no");
}
