function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function urlGame()
{
	location.href="1st_Question1-1.html";
}
function openKingOfLaw()
{
	window.open('http://law2.tca.org.tw/gamehome.aspx?thePage=6','','scrollbars=yes,width=880,height=600') ;
}
