function pop_work_sample(sParams){
   var wPopup = window.open(sParams,'bwin','width=800,height=600,scrollbars,resizable');
   wPopup.focus();
}
