function enterTSRoom(domain,type,roomId,userId,userName){ var url = 'http://app2.tengshang.com/meeting/enter.shtml?domain='+domain+'&type='+type+'&roomId='+roomId+'&referer=http://www.mz16.cn/'; if(userId!=""&&userId!=undefined&&userId!="undefined"){ url +="&userId="+userId; } if(userName!=""&&userName!=undefined&&userName!="undefined"){ url+="&userName="+userName; } var w = screen.width-10 ; var h = screen.height-80; window.open(url, 'meeting','top=0,left=0,resizable=1,scrollbars=yes,width='+ w +',height='+h); } function enterTrainingRoom(domain,type,roomId,userName){ var url = 'http://app2.tengshang.com/training/enter.shtml?domain='+domain+'&type='+type+'&roomId='+roomId+'&referer=http://www.mz16.cn/&userName='+userName; var w = screen.width-10 ; var h = screen.height-80; window.open(url, 'meeting','top=0,left=0,resizable=1,scrollbars=yes,width='+ w +',height='+h); } function enterBusinessRoom(domain,type,roomId,userName){ var url = 'http://app2.tengshang.com/business/enter.shtml?domain='+domain+'&type='+type+'&roomId='+roomId+'&referer=http://www.mz16.cn/&userName='+userName; var w = screen.width-10 ; var h = screen.height-80; window.open(url, 'meeting','top=0,left=0,resizable=1,scrollbars=yes,width='+ w +',height='+h); }