// JavaScript Document
<!--
function NeuFenster(uri,name,size) {
 MeinFenster =
 window.open(uri,name,size );
 MeinFenster.focus();
}
//-->



