           function cargaPagina(que)
            {                               
                ACTION.send(que);
            }
            function buscar(){
                ACTION.addField("Texto");
                ACTION.send("/VIRTUOSO/servlet/search.searchController");
            }
            function openLegal(){
                winUCO=open("/VIRTUOSO/legal.html", "WIN","scrollbars,HEIGHT=620,WIDTH=670");
            }
            function logout(){
                ACTION.send("/VIRTUOSO/servlet/user.logout")
            }
            function cargaPaginaBlank(que)
            {
                ACTION.setTarget("_blank");
                ACTION.send(que);
            }
  
            function WikiUser(user){
                ACTION.setTarget("VIRTUOSO_HIDE");  
                ACTION.setTarget("_blank");              
                ACTION.addData("username",user);
                ACTION.addData("saved","true");
                ACTION.send("/Wiki/jsp/Wiki?action=action_save_user")
                
            }
            function home(){
                ACTION.send("/VIRTUOSO")
            }
             function homeprivate(obj){                
                ACTION.setTarget("VIRTUOSO_HIDE");
                ACTION.send("/VIRTUOSO/servlet/user.check?resource=servlet/user.start");
            }
