<!--

//aboutimage
function image01open()
{
	var w=window.open('../popup/index.html','aboutimage','scrollbars=1,width=550,height=290');
	w.focus();
}

//sche
function scheopen()
{
	var w=window.open('../popup/sche.html','aboutimage','scrollbars=1,width=550,height=290');
	w.focus();
}

//-->
