
			myIframe = document.getElementById('myStartTitel');
			myHeight = 44;
			resCount = 1;
			myCount = 4;
			erg = Math.ceil(resCount/myCount);

			if(erg>1){ 
				myHeight=myHeight*1+(erg*100); 
			} else { 
				myHeight=myHeight*1+100; 
			}
			myIframe.style.height=myHeight+'px';
			//alert('myHeight');
		