function CreateFensterF2() {
				moreWindow = open("f2.htm","showWindow","toolbar=no,statusbar=no,scrollbars=no,resizable=no,width=240,height=280");
			}
			
 		   function CreateFensterK1() {
				moreWindow1 = open("k1.htm","showWindow","toolbar=no,statusbar=no,scrollbars=no,resizable=no,width=240,height=280");
				
			}

			function CreateFensterMB() {
				moreWindow2 = open("mb.htm","showWindow","toolbar=no,statusbar=no,scrollbars=no,resizable=no,width=210,height=135");
				
			}
				 
				 function CreateFensterK2() {
					moreWindow3 = open("k2.htm","showWindow","toolbar=no,statusbar=no,scrollbars=no,resizable=no,width=240,height=280");
			
			}
