/* PopUp Fenster Plan */

function plan() {
  plan = window.open("plan.htm","plan",'height=345,width=332,left=1,top=1');
}
