





		z=0; y=0; sizing=10; wait_time=500; start_fades=1000; 
	
	function changeSize0() {setTimeout("changeSize1('txt0','fontSize',0)",start_fades);}
	function changeSize1(objectID,styleName,newVal) {{if (document.getElementById) 
		dom=document.getElementById(objectID,1).style; 
		dom [styleName]=newVal; z +=2; dom.visibility='visible';}			
		if (newVal<52)setTimeout("changeSize1('txt0','fontSize',z)",sizing);
		if (newVal>=52)setTimeout("changeSize2('txtA','fontSize',y)",wait_time);}
	function changeSize2(objectID,styleName,newVal) {{var dom=document.getElementById(objectID,1).style;
 		dom [styleName]=newVal; y +=1; dom.visibility='visible';}
		if (newVal<32)setTimeout("changeSize2('txtA','fontSize',y)",sizing);
		if (newVal>=32)setTimeout("changeColor('txt'+text,'color')",start_fades);}	
	


	


