// JavaScript Document
function doLogin(user,pass)
	{
		iUsername = document.getElementById("username");
		iPassword = document.getElementById("password");
		iUsername.value = user;
		iPassword.value = pass;
		//login.submit();
		document.forms['login'].submit(); 
	}
	function doContact (){
		
	//	window.open('../theme/etraining/contact/contact.php','_blank','width=350px, height=340');
          $('a#formulario').nyroModalManual();
		  $.nyroModalSettings({minWidth: 460, minHeight:400});
}

	function doPdf(lnk){
		
		window.open("pdf/"+lnk+".pdf","_blank","width=1600px, height=1200");
	}
