function typetext_data()
{


    /*---------------------------------------------
    Delay Times (In Milliseconds (1/1000 s)
    ---------------------------------------------*/


	this.initial_delay = 500		//Delay before starting the effect upon first load.

	this.message_delay = 15000		//Delay between messages.
	this.type_delay = 50			//Delay between typed characters.
	this.scroll_delay = 10			//Delay between each scroll animation frame.

	this.mouseoff_delay = 500		//Delay before switching to the next message after moving the mouse out.





    /*---------------------------------------------
    Dimensions and Styles
    ---------------------------------------------*/
	

	this.container_width = 630;		//Measured in Pixels
	this.margins = "4,1,3,0";		//Top,Right,Bottom,Left - In Pixels



	this.container_styles =           ""
                                          
       
	this.item_styles =                ""
       
	
	this.link_styles =                ""
       

	this.link_hover_styles =          ""

}


