
var i = false ;

function videTextarea(aTextarea)
{
	if (!i)
	{
		aTextarea.value = '' ;
		i = true ;
	}
	
}
