function CreateFensterML() {
				moreWindow = open("ml.html","showWindow","toolbar=no,statusbar=no,scrollbars=no,resizable=no,width=175,height=210");
			}
			
 		   function CreateFensterCS() {
				moreWindow = open("cs.html","showWindow","toolbar=no,statusbar=no,scrollbars=no,resizable=no,width=175,height=210");
			}
				
