<!--
if (document.images) {
    homeup       = new Image();
    homeup.src   = "../marketing-jobs/images/menu_home.gif" ;
    homedown     = new Image() ;
    homedown.src = "../marketing-jobs/images/menu_home2.gif" ;

    aboutup       = new Image();
    aboutup.src   = "../marketing-jobs/images/menu_about.gif" ;
    aboutdown     = new Image() ;
    aboutdown.src = "../marketing-jobs/images/menu_about2.gif" ;
	
	eventup       = new Image();
    eventup.src   = "../marketing-jobs/images/menu_events.gif" ;
    eventdown     = new Image() ;
    eventdown.src = "../marketing-jobs/images/menu_events2.gif" ;
	
	educationup       = new Image();
    educationup.src   = "../marketing-jobs/images/menu_education.gif" ;
    educationdown     = new Image() ;
    educationdown.src = "../marketing-jobs/images/menu_education2.gif" ;
	
	councilup       = new Image();
    councilup.src   = "../marketing-jobs/images/menu_councils.gif" ;
    councildown     = new Image() ;
    councildown.src = "../marketing-jobs/images/menu_councils2.gif" ;
	
	newsroomup       = new Image();
    newsroomup.src   = "../marketing-jobs/images/menu_newsroom.gif" ;
    newsroomdown     = new Image() ;
    newsroomdown.src = "../marketing-jobs/images/menu_newsroom2.gif" ;
	
	publicationsup       = new Image();
    publicationsup.src   = "../marketing-jobs/images/menu_publications.gif" ;
    publicationsdown     = new Image() ;
    publicationsdown.src = "../marketing-jobs/images/menu_publications2.gif" ;
	
	regulatoryup       = new Image();
    regulatoryup.src   = "../marketing-jobs/images/menu_regulatory.gif" ;
    regulatorydown     = new Image() ;
    regulatorydown.src = "../marketing-jobs/images/menu_regulatory2.gif" ;
	
	consumerup       = new Image();
    consumerup.src   = "../marketing-jobs/images/menu_consumer.gif" ;
    consumerdown     = new Image() ;
    consumerdown.src = "../marketing-jobs/images/menu_consumer2.gif" ;
}
function buttondown( buttonname )
{
    if (document.images) {
      document[ buttonname ].src = eval( buttonname + "down.src" );
    }
}
function buttonup ( buttonname )
{
    if (document.images) {
      document[ buttonname ].src = eval( buttonname + "up.src" );
    }
}
// -->