// <!--
function WindowOpen(Page,X,Y)
	{
        Fenster = window.open(Page,"Ansicht","width="+X+",height="+Y+",noscrollbars");
        Fenster.focus();
     	};


// -->