// Cridat per Menu Principal
function loadform(url){	
	//alert(url);
	document.getElementById("ifrm").src = url;
	//window.focus();
}

