/* this line sets the title of the frameset to the title of this page.
** Note that it only works in Internet Explorer (no effect in Netscape).
*/
window.top.document.title = window.document.title;

