﻿







//使用していないもの
//新店舗情報

//携帯インフォメーション
function mobail(){
	window.open("top/mobile/index.html","","scrollbars=yes,resizable=yes,location=no,menubar=no,width=730,height=640");
}
//携帯インフォメーショントップ
function mobailtop(){
	window.open("mobile/index.html","","scrollbars=yes,resizable=yes,location=no,menubar=no,width=730,height=640");
}
function newshop1(){
    window.open("event/newshop.html","","scrollbars=yes,resizable=yes,location=no,menubar=no,width=420,height=500");
}
//イベント情報
function event1(){
    window.open("event/index.html","","scrollbars=yes,resizable=yes,location=no,menubar=no,width=420,height=500");
}
//インフォメーション
function information(){
    window.open("../information.html","","scrollbars=yes,resizable=yes,location=no,menubar=no,width=420,height=210");
}
//ヌキなびニュース
function news(url){
	sbwin=window.open(url,"","scrollbars=yes,resizable=yes,location=no,menubar=no,width=503,height=480");
}
//チケットの使い方
function ticket(){
	window.open("ticket/index.html","","scrollbars=yes,resizable=yes,location=no,menubar=no,width=263,height=490");
}