"); frames[1].document.writeln("

"); frames[1].document.writeln("

Lesson " + frames[1].Chapter + "

"); frames[1].document.writeln("

"); frames[1].document.writeln("

"); frames[1].document.writeln("") frames[1].document.writeln("


") frames[1].document.writeln(""); frames[1].document.write("
Pinyin"); frames[1].document.writeln("English"); for (thisword=0; thisword < frames[1].Words.length; thisword++) { frames[1].document.write("
"); for (thischar = 0; thischar < frames[1].Words[thisword][0].length; thischar += Pinyinize(frames[1].Words[thisword][0], thischar)) ; frames[1].document.writeln("" + frames[1].Words[thisword][1]); } frames[1].document.writeln("
") frames[1].document.writeln("

") frames[1].document.writeln("") } /************************** End of mainfunc *****************************/