document.write ( "<SCRIPT LANGUAGE=JavaScript>" )
document.write ( " var home = new Image();" )
document.write ( " var about = new Image();" )
document.write ( " var conformance = new Image();" )
document.write ( " var specs = new Image();" )
document.write ( " var meetings = new Image();" )
document.write ( " var mailing = new Image();" )
document.write ( " var press = new Image();" )
document.write ( " var search = new Image();" )
document.write ( " function init() {" )
document.write ( "    home.src = 'home_on.gif';" )
document.write ( "    about.src = 'about_on.gif';" )
document.write ( "    conformance.src = 'conformance_on.gif';" )
document.write ( "    specs.src = 'specs_on.gif';" )
document.write ( "    meetings.src = 'meetings_on.gif';" )
document.write ( "    mailing.src = 'mailing_on.gif';" )
document.write ( "    press.src = 'press_on.gif';" )
document.write ( "    search.src = 'search_on.gif';" )
document.write ( " }" )
document.write ( " function highlight(img) {" )
document.write ( "    document[img].src = '../images/' + img + '_on.gif';" )
document.write ( " }" )
document.write ( " function unhighlight(img) {" )
document.write ( "    document[img].src = '../images/' + img + '_off.gif';" )
document.write ( " }" )
document.write ( "</SCRIPT>" );
document.write ( "<link href='../css/leftmenu.css' rel='stylesheet' type='text/css'>" )
document.write ( "<link href='../css/topmenu.css' rel='stylesheet' type='text/css'>" )
document.write ( "<link href='../css/page.css' rel='stylesheet' type='text/css'>" )