function initmp3() {
	NewWindow('http://www.tkent.com/mp3/index.html','tkmp3','377','238','no','center');
	return false;
}
window.onload = initmp3;
