function clearFiled(frm){
  frm.value='';
  frm.focus();
}

function pop(a,b,x,y,s){ 
    window.open(a,b,'width=' + x + ',height=' + y + ',resizable=0,status=0,scrollbars=' + s +',menubar=0,top=50,left=200'); 
}
