/**
Scripts.
*/


function setFocus(){

        document.getElementById("txtUsername").focus();

        }

