  function OpenSmallWindows(strURL,scrollbar,width,height,left,top)
  {
     window.open (strURL,"_blank",
     "status=no,resizable=0,toolbar=no,menubar=no,scrollbars="+ scrollbar +",width="+width+",height="+height+",left="+left+",top="+top+"");
  }