﻿function changeMsg(){
	if(document.getElementById){
		if (i>=msg.length){
			return true;
		}

		txt=document.getElementById("cont");
		txt.innerHTML=msg[i]; s=0;zoomTxt();i++;
		setTimeout("changeMsg()", d);
	}
}

function zoomTxt(){
	if(s < m){
		txt.style.fontSize = s + "px";
		s+=1;
		setTimeout("zoomTxt()", 125);
	}
}