// JavaScript Document
function fenster(vURL,vName){
window.open(vURL,vName,'resizable=yes,width=750,height=550,left=20,top=20');

};
