// JavaScript Document
function bajarArchivo(form)	
{		
   form.submit();
}

