<!--

var ButtonImage = new Array();
    for(i = 1; i <  15; i++) {
        ButtonImage[i]= new Image();
        ButtonImage[i].src="./menu" + i + ".gif";
}

function SetImage1(flag, position) {
        document.images[position].src=ButtonImage[flag].src; 
}

function GoPage( a )	{
	location = a.options[a.selectedIndex].value;
}

function Event1() {
            window.close();
}

function NEXT1(){
			location.href="http://www.central-plan.co.jp/shopindex.html"
}

//-->
