var CFName
CFName = document.URL;

function open_win(str,name,height,left)
{
window.open(str,name,'width=200,height='+height+',left='+left+',top=50,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=no');
}
var popup_left = 20;

if  (CFName.indexOf('/ent/') > 0) {
//  open_win('/special/uncleWah/popup.html','uncleWah',300,popup_left);popup_left += 210;
}
