function openBigPhoto(img_name){
	var new_wnd = window.open("big_photo.asp?image_name="+img_name , "big_photo", "width=417,height=417")
	new_wnd.focus()
}
