// JavaScript Document

//‹¤’Ê
function popup(ID){
	window.open("popup/popup.html?img=" + ID,"popup","width=660,height=420").focus();
}


