﻿function Image_pop(path,image){
	window.open('../image/image_popup.php?path='+path+'&image='+image+'','Image_popup','width=640,height=480,scrollbars=auto');
}
function Image_pop2(path){
	window.open('../image/image_popup2.php?path='+path+'','Image_popup','width=600,height=700,scrollbars=auto');
}
