// JavaScript Document
//easily comment this to disable page trace.

/*var v_guestId = "unkown" ;
try{
	v_guestId = getCookie("id");
}catch(e){
}*/
/*var v_roomURL = 'http://huiyi.tengshang.net/flash/?conferenceId=0' + "&vmsId=" + v_guestId;
function openURL()
 {
 	window.open(v_roomURL,"_blank");
 }*/
 
 
 
 function openFlash(url) 
 { var w = screen.width-10 ;
 var h = screen.height-80; 
 
 if(url.indexOf("huiyi") !=-1)
	 url += "&vmsId=" + getCookie("id") ;
 
 window.open(url , 'ameeting','top=0,left=0,resizable=1,scrollbars=yes,width='+ w +',height='+h);  }
 
 document.write('<script type="text/javascript" src="http://service.tengshang.com/vms/trace.shtml"><\/script>');