



//購入画面オープン
function openCart() {
window.open("","Cartwindow",'toolbar=0,location=0,scrollbars=1,width=630,height=760,resizable=1');
}


