function fullImage(url)
{ 
	window.open("img_popup.html?" + url, "", "resizable=yes,height=450,width=450"); 
} 
