// Java Document


// よくあるご質問　ウィンドウオープン
function faq(url){ 

window.open(url, "faq", "width=650,height=450,scrollbars=yes,resizable=yes,menubar=yes,toolbar=yes,status=yes"); 

} 

// お買物カゴ　ウィンドウオープン
function cart(url){ 

window.open(url, "cart", "width=650,height=450,scrollbars=yes,resizable=yes,menubar=yes,toolbar=yes,status=yes"); 

} 

// マイページ　ウィンドウオープン
function mypage(url){ 

window.open(url, "mypage", "width=700,height=500,scrollbars=yes,resizable=yes,menubar=yes,toolbar=yes,status=yes"); 

} 

//  magico（マジコ）　ウィンドウオープン
function magico(url){ 

window.open("/magico/index2.html", "magico", "width=750,height=570,scrollbars=yes"); 

} 


// 地図　ウィンドウオープン
function map(url){ 

window.open(url, "map", "width=650,height=450,scrollbars=yes,resizable=yes,menubar=yes,toolbar=yes,status=yes"); 

} 


// インフォ　ウィンドウオープン
function info(url){ 

window.open(url, "info", "width=650,height=450,scrollbars=yes,resizable=no,menubar=no,toolbar=no,status=yes"); 

} 