// javascriptの外部ファイルでは、実行されるファイルからの相対パスを記述する.

function topics01() {
	window.open('topics/index.html','topics','scrollbars=no,resizable=yes,width=470,height=650');
}
function topics02() {
	window.open('../topics/index.html','topics','scrollbars=no,resizable=yes,width=470,height=650');
}
function jagda(url) {
	window.open(url);
}
function jta(url) {
	window.open(url);
}
function flash(url) {
	window.open(url);
}