/*****　サブウインドウ設定 *****/

//original popup
function part() {
	window.open('part2.html', 'mov', 'location=no,resizable=no, scrollbars=no, status=no, titlebar=no, toolbar=no, width=450, height=390');
}

function mips() {
	window.open('mips.html', 'mov', 'location=no,resizable=no, scrollbars=no, status=no, titlebar=no, toolbar=no, width=450, height=390');
}

function syakomaru() {
	window.open('syakomaru.html', 'syakomaru', 'location=no,resizable=yes, scrollbars=yes, status=no, titlebar=no, toolbar=no, width=620, height=500');
}

function pop001() {
	window.open('pop001.html', 'pop001', 'location=no,resizable=yes, scrollbars=yes, status=no, titlebar=no, toolbar=no, width=750, height=550');
}

