document.write('<iframe name="sendmail" src="modules/sendmail.php" frameborder="0" width="0" height="0"></iframe>');
document.write('<input type="hidden" name="tipmail" id="tipmail" value="1">');

function contact(tip) {
	if (tip==1)	{
		document.getElementById('cont2').style.display='none';
		document.getElementById('cont1').style.display='block';
		document.getElementById('tipmail').value="1";
	}
	if (tip==2)	{
		document.getElementById('cont1').style.display='none';
		document.getElementById('cont2').style.display='block';
		document.getElementById('tipmail').value="2";
	}
}

function contactEmail(obj) {
	if (obj.value=="Adresa dvs de E-Mail") {
		obj.value="";
		obj.style.color='black';
	}
}
function contactMesaj(obj) {
	if (obj.value=="Va rugam completati mesajul pe care doriti sa-l trimiteti.") {
		obj.value="";
		obj.style.color='black';
	}
}
