/*商品ポップアップ用スクリプト(とち蜜)*/
function OpenWin1(){
	win=window.open("menu.html","w1","width=550,height=550");
}
function OpenWin2(){
	win=window.open("bussan1.html","w2","width=350,height=400");
}
function OpenWin3(){
	win=window.open("bussan2.html","w3","width=350,height=400");
}
