
	;
	;	最初から非表示のウインドゥ
	;

	screen 0,160,60
	cls 3
	button "ON",*aaa
	button "OFF",*bbb

	screen 2,320,240,2
	cls 1
	stop
*aaa
	gsel 2,1
	stop
*bbb
	gsel 2,-1
	stop
