function showFlash()
{
	document.write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="900" height="623" id="myFlash">'
	+'<param name="movie" value="swf/ballmenu.swf' +document.location.search+'">'
	+'<param name="quality" value="high">'
	+'<embed src="swf/ballmenu.swf' +document.location.search+'" width="900" height="623" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="myFlash"></embed>'
	+'</object>');
}

function openwindow(page)
{
	var w = 480, h = 340;
	
	if (document.all || document.layers) {
	   w = screen.availWidth;
	   h = screen.availHeight;
	}
	
	var popW = 600, popH = 500;
	var leftPos = (w-popW)/2, topPos = (h-popH)/2;
	
	window.open(page,'movieWin','width=' + popW + ',height=' + popH + ',top=' + topPos + ',left=' + leftPos+',screenY=' + topPos + ',screenX=' + leftPos);
}

function hideKey()
{
	document.getElementById('keys3').style.display = 'none';
}

function fillKey()
{
	document.getElementById('keys2').innerHTML = 'Chinese';
}
