﻿function popup(page, width, height) {
 fenster = window.open(page,'','toolbar=0,location=0,status=0,menubar=0,scrollbars=0,width='+width+',height='+height+',resizable=yes');
 fenster.moveTo(200,200);
}
