function openPicture(sPathImg){
  if (sPathImg != '')
		window.open('p_view_image.asp?img=' + sPathImg, 'Zoom', 'top=20,left=20,width=500,height=100,menubar=no,resizable=yes');
}
