/*画像切り替え*/
function swImg(iName,str) {
	document.images[iName].src = str;
}

/*ポップアップ*/
function WO(url){
	window.open(url,"kani_cart","width=640,height=480,scrollbars=yes,status=yes,resizable=yes,toolbar=yes,location=yes,menubar=yes");
}