function showImage(imagePath) { 
  window.open("/ImagePreview.aspx?"+imagePath, "", "resizable=0,scrollbars=0,status=0,height=500,width=700,top=0,left=0");		
}