/*商品ポップアップ用スクリプト(とち蜜)*/
function OpenWin1(){
	win=window.open("guide.html","w1","width=500,height=300");
}

