
// The following code will only be used by 4.0 browsers and above
//simple browser check
//DD menus only work correctly in IE 5.0 and above.
var agt=navigator.userAgent.toLowerCase();
browser=((document.getElementById) && (agt.indexOf("msie 4")==-1));

// Write table function - writes tables in drop down menus
// Defaults to relative urls
// For absolute URL's use writeTable(ArrayName, true)
function writeTable(thisArray, absolute) { 

}

