// JavaScript Document
function popup(path,img){
//	z=window.open("popup.php?img="+path+img,"zoom","width=340,height=250,scrollbar=yes");
	z=window.open("popup.php?img="+path+img,"zoom","scrollbar=no");
//	z.resizeTo((document.images[0].width),(document.images[0].height));
	z.focus();
	
	}