//

function s400x300(U,T){
 var i = window.open(U,"Karte",
 "width=422,height=322,screenX=0,left=" + screen.width / 2 +
 ",screenY=0,top=" + (screen.height / 2 - 180) + ",toolbar=no,location=no," +
 "status=no,resizable=no,scrollbars=no");
 i.focus();
}

