function EnviarFoto()
{
	var width = 230;
	var height = 300;
	var left = 1
	var top = 1
	window.open('/Upload.asp' ,'monitor', 'width='+width+', height='+height+', top='+top+', left='+left+', toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,fullscreen=no');
}

function ShowLoading()
{
	document.getElementById("dvform").style.display = 'none';
	document.getElementById("dvloading").style.display = 'inline';
}