function uploadFilePopup(x,O){
O=window.open(x,'BESTlivesupport','width=500,height=470,resizable=0,scrollbars=no,menubar=no,left=300,top=140');
return O.opener&&O.opener==self
}


