<!-- Other browser
//#############################
//### Topic Navigation Object
//#############################
nav_index = new ObjURL();
nav_index.image = "images/menu1.gif";
nav_index.text="Index";
nav_index.url="index.html";
nav_index.hottext="Go to Main/Index Page)";
nav_index.hottext="Go to [" + menutitle_currentTopic_def + "] Main/Index Page)";

nav_prev = new ObjURL();
nav_prev.image = "images/imageleft.gif";
nav_prev.text="Prev";
nav_prev.url="index.html";
nav_prev.hottext="Go to Previous Lesson";
nav_prev.hottext="Go to [" + menutitle_currentTopic_def + "] Previous Lesson";

nav_next = new ObjURL();
nav_next.image = "images/imageright.gif";
nav_next.text="Next";
nav_next.url="math/index.html";
nav_next.hottext="Go to Next Lesson";
//nav_next.hottext="Go to [" + menutitle_currentTopic_def + "] Next Lesson";


var topicFramedHTML =
"<iframe src=\"topic.html\" width='100%' height='330' " +
"        frameborder='0' marginheight='0px' scrolling='no' >"  +
"</iframe>";
    //--- Format Navigation URL
setNavigation();


//#############################
//### Sub-Topic Image
//#############################

subTopic_Image="images/javascript5.gif";
subTopic_Image='<img border="0" src=\"' + subTopic_Image + '\" width="283" height="212">';


//##################################################
//### Topic Image Titles and Text
//##################################################

//*****  Change this ******/
var currentTopic = 0;
//*****  Change this ******/

//------[ Set the Topic Title to Display ]
subtopicTopic_Title=menu_subtitles[ currentTopic ].text;
//subtopicTopic_Title='<font class="text16_navyblue_bold">' + subtopicTopic_Title + '</font>';

//------[ Set the Topic Text ]
topicImage = '<img border="0" src=\"' + "images/apts_green-gray.gif" + '\" width="28" height="22">';


subtopicTopic_Text =
"<center class=\"text18darkbrown\">" + menutitle_currentTopic + "</center>";
// Other browser -->

