
function show_large(img_path) 
	{ 
	var page = "large_img.aspx?img="+img_path;
	var new_win = window.open(page);
	} 
	
		
		
		
		
		