HTML Errors
No frame document type on your frame pages. No character encoding meta tag, no language attribute in html tag, shorttag used although document is not XHTML and other minor errors flagged because of frames being used.
Content on all pages do show "㌲灴㬢㸊㱵㹁⁃慴慬潧略㰯甾㰯瀾㱰⁳瑹汥" characters. That's because encoding is UTF-16. Try UTF-8. Also, there may be BOM before the html tag. That should be removed:
Suggest you code pages without frames and use a proper document type.