    function openwin(url,width,height)
    {
      window.open(url,"","width="+width+",height="+height+",scrollbars=yes,resizable=no,toolbar=no,menubar=no,status=no,left=160,top=20")
    } 

