function action_do(action, lang_code) {

     if(action=='login_focus'){
       Modalbox.hide();    
       //document.getElementById('usr_email').className = 'flashing';
       //document.getElementById('login_block').usr_email.className = 'flashing';
       login_block.document.getElementById('usr_email').className = 'flashing';

     }  
/*
     if(action=='redirect_login'){
       if(lang_code=='NL')
          location.href = "http://www.xquis.com/xquis/nl_xquispas.html";
       if(lang_code=='FR')
          Modalbox.show('http://www.xquis.com/xquis/popup_login_form.html?lang_code=FR&reason=Test', {title: 'Login' });
          //location.href = "http://www.xquis.com/xquis/fr_xquispas.html";
     }
*/


     if(action=='redirect_inscription'){
       if(lang_code=='NL')
          location.href = "http://www.xquis.com/xquis/nl_inschrijving.html";
       if(lang_code=='FR')
          location.href = "http://www.xquis.com/xquis/fr_inscription.html";
     }
};
function submit_form(formID) {
     Modalbox.hide();
     document.getElementById(formID).submit();
};