
<!--
if (document.images) {
    prodbuttonup       = new Image();
    prodbuttonup.src   = "../images/prodbutton.gif" ;
    prodbuttondown     = new Image() ;
    prodbuttondown.src = "../images/prodbuttondown.gif" ;

    jacketsbuttonup       = new Image();
    jacketsbuttonup.src   = "../images/jacketsbutton.gif" ;
    jacketsbuttondown     = new Image() ;
    jacketsbuttondown.src = "../images/jacketsbuttondown.gif" ;

    leatherbuttonup       = new Image();
    leatherbuttonup.src   = "../images/leatherbutton.gif" ;
    leatherbuttondown     = new Image() ;
    leatherbuttondown.src = "../images/leatherbuttondown.gif" ;

    orderbuttonup       = new Image();
    orderbuttonup.src   = "../images/orderbutton.gif" ;
    orderbuttondown     = new Image() ;
    orderbuttondown.src = "../images/orderbuttondown.gif" ;

    sizingbuttonup       = new Image();
    sizingbuttonup.src   = "../images/sizingbutton.gif" ;
    sizingbuttondown     = new Image() ;
    sizingbuttondown.src = "../images/sizingbuttondown.gif" ;
    
    contactbuttonup       = new Image();
    contactbuttonup.src   = "../images/contactbutton.gif" ;
    contactbuttondown     = new Image() ;
    contactbuttondown.src = "../images/contactbuttondown.gif" ;
    
    faqbuttonup       = new Image();
    faqbuttonup.src   = "../images/faqbutton.gif" ;
    faqbuttondown     = new Image() ;
    faqbuttondown.src = "../images/faqbuttondown.gif" ;
    
    linksbuttonup       = new Image();
    linksbuttonup.src   = "../images/linksbutton.gif" ;
    linksbuttondown     = new Image() ;
    linksbuttondown.src = "../images/linksbuttondown.gif" ;
    
    aboutbuttonup       = new Image();
    aboutbuttonup.src   = "../images/aboutbutton.gif" ;
    aboutbuttondown     = new Image() ;
    aboutbuttondown.src = "../images/aboutbuttondown.gif" ;

    newbuttonup       = new Image();
    newbuttonup.src   = "../images/newbutton.gif" ;
    newbuttondown     = new Image() ;
    newbuttondown.src = "../images/newbuttondown.gif" ;
    
    salebuttonup       = new Image();
    salebuttonup.src   = "../images/salebutton.gif" ;
    salebuttondown     = new Image() ;
    salebuttondown.src = "../images/salebuttondown.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" );
    }
}
// -->

