// JavaScript Document
function sho_img(obj)
{ 
	window.open('show_img_refresh.asp?img='+obj.src,'app_send_by','left=20, top=100, width=800, height=700, scrollbar=yes, menubar=no'); 
}