/* @ JavaScript @ 作者:xmark @ 功能:在线窗口 @ 日期:20080320 */ var popUpWin=0; var url_image="http://www.huntingpr.com.cn/chat/Web_CHAT/image/style3/"; var url_im="http://www.huntingpr.com.cn/chat/Web_CHAT/page.jsp"; function MM_openBrWindow(theURL,winName,features) { //v2.0 //alert('对不起,暂时停止服务'); //return ; xposition=0; yposition=0; if ((parseInt(navigator.appVersion) >= 4 )) { xposition = (screen.width - 700) / 2; yposition = (screen.height - 480) / 2; } theproperty= features + "location=0," + "menubar=0," + "resizable=0," + "scrollbars=0," + "status=0," + "titlebar=0," + "toolbar=0," + "hotkeys=0," + "screenx=" + xposition + "," //仅适用于Netscape + "screeny=" + yposition + "," //仅适用于Netscape + "left=" + xposition + "," //IE + "top=" + yposition; //IE if(popUpWin) { if(!popUpWin.closed){ alert('您已经打开了聊天界面') }else { popUpWin =window.open(theURL,winName,theproperty); } }else { popUpWin =window.open(theURL,winName,theproperty); } } document.writeln("