<script>
function starte()
{
T=document.forma.S1.value;
alert(T);
Ta=T.replace(/\n/g,"*");
document.write(Ta);
}
</script>