<!--
// material windowopen
var detail;
function winopen(no) {

	switch(no){
		case 0: url = 'pop01/jun.html'; break;
		case 1: url = 'pop01/nao.html'; break;
		case 2: url = 'pop01/iwasawa.html'; break;
		case 3: url = 'pop01/kairi.html'; break;
		case 4: url = 'pop01/aiba.html'; break;
		case 5: url = 'pop01/tamao.html'; break;
		case 6: url = 'pop01/mayuko.html'; break;
		case 7: url = 'pop01/aboutus.html'; break;
		case 8: url = 'pop01/privacy.html'; break;
		case 9: url = 'pop01/terms.html'; break;
		case 10: url = 'pop01/copyright.html'; break;
		case 11: url = 'pop01/browser.html'; break;
		case 12: url = 'pop01/models.html'; break;
		case 13: url = 'pop01/newpresent.html'; break;
		case 14: url = 'pop01/soundinfo.html'; break;
	}

	detail = window.open(url,'materialDetail','width=450,height=450,scrollbars=yes,status=yes');
	if(detail)if(!(detail.closed))detail.focus();
}


//-->