
document.writeln("<meta http-equiv=Content-Type content=text/html; charset=big5>");
document.writeln("<form name=form1>");
document.writeln(" <select name=menu1 onChange=MM_jumpMenu('parent',this,0)>");
document.writeln("  <option value=javascript:; selected>選擇遊戲島</option>");
document.writeln("  <option value=/sudoku/sudoku.asp>數獨神探</option>");
document.writeln("  <option value=/chess/chess.asp>曠世棋才</option>");
document.writeln("  <option value=/english/dictionary.asp>英文e點靈</option>");
document.writeln("  <option value=/genius/genius.asp>天才寶貝</option>");
//document.writeln("  <option value=http://www.kidsgame.com.tw/quiz2004/>IQ訓練館 </option>");
document.writeln("  <option value=/kids_model/default.asp>造型魔法堂 </option>");
//document.writeln("  <option value=/nature/default.asp>大自然教室</option>");
document.writeln("  <option value=/candy/candy.asp>遊戲糖果城 </option>");
//document.writeln("  <option value=/create/create.asp>創作學院</option>");
document.writeln(" </select>");
document.writeln("</form>");
