function userSwitch(account,module) {
 document.location.href='/switch?account='+account+'&return='+module;
}