function plmConvert1() {
	document.getElementById('plmResult1').innerHTML = "<h1>In Botswana ai lua<p>"
	+ (document.getElementById('salar').value * 2.5134)
	+ " </p>pula. La noi cam tot asa.</h1>";
}
function plmConvert2() {
	document.getElementById('plmResult2').innerHTML = "<h1>"+document.getElementById('cine').value
	+ " merita<p> "
	+ (document.getElementById('valoare').value * 2.5134)
	+ "</p>pula.</h1>";
}
