function NewWindow(path)
     {

         window.open(path,"_blank","top=102 ,left=151 , height=350, width=775, scrollbars=1 , resizable=1","location=1");

         return
     }






