function mesaj(textEroare,apare) {
if (apare==1) {alert (textEroare);}
}

function focus(name)
{
	window.document.all(name).focus();
}

