tInput - The ultimate input and textarea manager
Full-option textarea with most of its functions and functionallities
	$('#testId1').tInput({
		resize			: { 
			minHeight	: 50, 
			maxHeight	: 220 },
		setStyle		: true,	
		focusEffect		: true,	
		restrict		: /[0-9a-z ]/g,
		noSpecialChars	: false,
		setCaretIndex	: 10,
		title			: 'This is the first textarea',
		imageBorder		: {	path		: 'images/borders/c5c5c5/',	
							extension	: '.png',
							baseColor	: '#ffffff'	},
		maxlength		: {	value	: 600, 
							target	: true, 
							loader	: true },
		empty			: {	text		: 'Enter text...',	
							inputClass	: 'tInput_Empty', 	
							parentClass	: 'tInput_Empty_Wrapper' }
	});