function open_topix(disp) { 
	win_topix = window.open(disp,'topix','width=600,height=570,scrollbars=yes,resizable=yes,status=no,toolbar=no,menubar=no,location=no,scrolling=auto');
	win_topix.focus();
}

function open_otoiawase(disp) { 
	win_otoiawase = window.open(disp,'otoiawase','width=710,height=670,scrollbars=no,resizable=yes,status=no,toolbar=no,menubar=no,location=no,scrolling=auto');
	win_otoiawase.focus();
}
