document.write('
');
function JSOpenAVWindow(p1,p2,p3)
{
sp1 = escape(p1);
sp2 = escape(p2);
sp3 = escape(p3);
switch(p2)
{
case "Online":
var url = "http://chat.12315vip.com/login/getAVWindow.aspx?KFMC="+sp1+"&State="+sp2+"&GSID="+sp3;
location = url;
break;
case "Busy":
if(confirm("hello,it's not available for "+p1+"'s talking.And you can select another one or leave a message")==true) {
location = "http://chat.12315vip.com/login/guestbook.aspx?GSID="+sp3+"&KFMC="+sp1;
}
break;
default:
location = "http://chat.12315vip.com/login/guestbook.aspx?GSID="+sp3+"&KFMC="+sp1;
break;
}
}
function JSAVNewWindow(htmlurl)
{
var newwin=window.open(htmlurl,"airWin","top=100,left=150,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=555,height=450");
newwin.focus();
return false;
}
function JSAVCloseDiv(obj)
{
if(obj==null)
{
obj = document.all.AVComSystem_AVComWebApp_getAppVideo_Small_MIN_Layer1;
}
if(confirm("Are you sure closed it? \n\n Closed the window,PLS refresh the page if you need face to face with service online!")==true)
{
obj.style.display = "none";
}
}