// JavaScript Document

// Fenster auf 

function auf(furl)
{seite=window.open(furl,"fenster","location=0, menubar=0, resizable=0, scrollbars=0, status=0, toolbar=0, width=410, height=410");
seite.moveTo(50,75);
seite.focus();}