function popup_view_profile_image2() { popup_view_image(document.profile_photo.src,'profile_img'); } function popup_view_profile_image() { open_window( '/etc/img_view.php?imgurl='+encodeURIComponent(document.profile_photo.src), 'castnet_img_view', 'scrollbars=no,status=no,toolbar=no,resizable=no,location=no,menu=no,width=1,height=1,left=10,top=10 ' ); }