function ValidateFormro() 
{
	with(document.Search) 
	{
		if (document.getElementById("Tip").value == "")
		{
			alert("Selecteaza un tip de operatiune!");
			return false;
		} 
	return true;
	}
				  
}

function ValidateFormen() 
{
	with(document.Search) 
	{
		if (document.getElementById("Tip").value == "")
		{
			alert("Please select an operation type!");
			return false;
		} 
	return true;
	}
				   
}

function ValidateFormes() 
{
	with(document.Search) 
	{
		if (document.getElementById("Tip").value == "")	
		{
			alert("Seleccione por favor un tipo de la operación!");
			return false;
		} 
	return true;
	}
				  
}

