<!-- Hide these scripts from old browsers
/**********************************************************/

function stopErrors()
{
   return true;
}
window.onerror = stopErrors;
//copyright 1998, Infohiway, Inc.

/**********************************************************/

function getSTATUS() 
{
   var message = "Do ";
   message += "send us comments and suggestions!";
   window.defaultStatus = message;
}

/**********************************************************/

/* 
 * This code is Copyright (c) 1996 Nick Heinle and Athenia Associates, 
 * all rights reserved. In order to receive the right to license this 
 * code for use on your site the original code must be copied from the
 * Web site webreference.com/javascript/. License is granted to user to 
 * reuse this code on their own Web site if and only if this entire copyright
 * notice is included. Code written by Nick Heinle of webreference.com.
 */

function tocItem (name, width, height) {
this.on = new Image();
this.on.src = name + "on.gif"
this.off = new Image();
this.off.src = name + "off.gif"
}

function toc_new (name) {
tocItem[name] = new tocItem(name);
}

function img_act (imgName) {
    if (document.images) document[imgName].src = tocItem[imgName].on.src;
}

function img_inact (imgName) {
    if (document.images) document [imgName].src = tocItem[imgName].off.src;
}

function load_toc (name, num) {
for (i = 1; i <= num; i++) toc_new(name + i);
}

/**********************************************************/




/**********************************************************/







/**********************************************************/

//Begin Footer of Javascript File

//jvscrpt.js includes javascript functions used
//on all most pages of Simply Number Sense.  
//These scripts are not coprighted by Team #17888 - Simply Number Sense.
//End script hiding from old browsers -->
