var jsReady = false;
var flashReady = false;

function pageInit() {
	jsReady = true;
}

function isReady() {
	return jsReady;
}

function menuClick(varTB) {
	document.location="http://www.songlimob.net/song/bbs/board.php?tb="+varTB;
}

function goBoard07() {
	document.location="http://www.songlimob.net/song/board/board07.html";
}

function swfRunner(varID, varUrl, varWidth, varHeight) {
	document.write('<object id="'+varID+'" width="'+varWidth+'" height="'+varHeight+'" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">');
	document.write('<param name="movie" value="'+ varUrl +'" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#ffffff" />');
	document.write('<param name="allowScriptAccess" value="Always" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<embed name="'+varID+'" src="'+ varUrl +'" quality="high" bgcolor="#ffffff"');
	document.write('width="'+varWidth+'" height="'+varHeight+'" align="middle"');
	document.write('play="true"	loop="false" quality="high"');
	document.write('allowScriptAccess="Always"');
	document.write('type="application/x-shockwave-flash"');
	document.write('pluginspage="http://www.adobe.com/go/getflashplayer">');
	document.write('</embed>');
	document.write('</object>');
}
