////////////////////////////////////////////////////////////
//
//  menu_defnew.js
//
// General font setting and menu launch script for most pages
//  but not Forums, popups or other pages without menus.
//
// Written by Denby Angus for TheBabywearer.com
//  30 September 2004
//
////////////////////////////////////////////////////////////

// Set browser-specific styles for font size and general table width.
// (functions defined in tools.js)
setBaseFont();
setgentable();

// Build the menu.
// Define and launch the css menu.
document.write('<script type="text/javascript" language="javascript">');
document.write('cssmenudefs();');
document.write('</script>');
if (is_ie && (is_major >= 7) ) {
  //document.write('<br /><br />ie7');
}
//document.write('<br /><br />'+is_ie+' '+is_major);


