// JavaScript Document
function stergenume() {	
	if(document.form2.nume.value=="...nume/firma") document.form2.nume.value="";	
	if(document.form2.email.value=="") document.form2.email.value="...e-mail";
}
function stergeemail() {
	if(document.form2.email.value=="...e-mail") document.form2.email.value="";
	if(document.form2.nume.value=="") document.form2.nume.value="...nume/firma";
}
