﻿<!--
function openLink() {
	newswin = window.open("link/index.html","link","width=600, height=560, menubar=no, toolbar=no, scrollbars=yes");
	newswin.focus();
}
function openMusic() {
	newswin = window.open("music/index.html","link","width=600, height=560, menubar=no, toolbar=no, scrollbars=yes");
	newswin.focus();
}

//-->