function NewWindow1()  { MyWindow1 = window.open("farbwechsel.htm", "1", "width=330,height=410,top=0,resizable=no"); MyWindow1.focus(); }
function NewWindow2()  { MyWindow2 = window.open("pvc.htm", "2", "width=400,height=380,top=0,resizable=no"); MyWindow2.focus(); }