function showmenunow() {
    myFCMenu = new menuBar('myFCMenu', 800, 'horizontal', '#FFFFFF', null);
    myFCMenu.addLabel(null, 'Home', 1, 70, '#440000', '#440000', '/default.aspx', 'left');
    myFCMenu.addLabel(null, 'Wedding Photos', 2, 140, '#440000', '#440000', '/weddings/wedding_photographers_perth.aspx', 'center');
    myFCMenu.addLabel(null, 'Portrait Photos', 3, 160, '#440000', '#440000', '/portraits/portrait_photographers_perth.aspx', 'center');
    myFCMenu.addLabel(null, 'Children Photos', 4, 160, '#440000', '#440000', '/children/children_photographers_perth.aspx', 'center');
    myFCMenu.addLabel(null, 'Fashion', 5, 90, '#440000', '#440000', '/fashion/fashion_photographers_perth.aspx', 'center');
    myFCMenu.addLabel(null, 'Commercial', 6, 120, '#440000', '#440000', '/commercial/commercial_photographers_perth.aspx', 'center');
    myFCMenu.addLabel(null, 'Fun', 7, 50, '#440000', '#440000', '/funstuff/perth_buskers_photos.aspx', 'right');
    myFCMenu.height = 14;
    myFCMenu.align = 'center';

    menus[1] = new menu(140, 'vertical', '#440000', '#440000');
    menus[1].writeMenu();

    menus[2] = new menu(180, 'vertical', '#440000', '#440000');
    menus[2].height = 20;
    menus[2].addItem(null, 'Pre-Wedding', null, 180, '#440000', '#440000', '/weddings/wedding_photographer_perth.aspx', 'left');
    menus[2].addItem(null, 'Ceremony', null, 180, '#440000', '#440000', '/weddings/wedding_photographer_perth_ceremony_photos.aspx', 'left');
    menus[2].addItem(null, 'Location Shoot Photos', 8, 180, '#440000', '#440000', '/weddings/wedding_photographers_perth.aspx', 'left');
    menus[2].addItem(null, 'Reception', null, 180, '#440000', '#440000', '/weddings/wedding_photographer_perth_reception_photos.aspx', 'left');
    menus[2].addItem(null, 'Flower Girls/Page Boys', null, 180, '#440000', '#440000', '/weddings/wedding_photographer_perth_flowergirls_photos.aspx', 'left');
    menus[2].addItem(null, 'Details', null, 180, '#440000', '#440000', '/weddings/wedding_photographer_perth_details_photos.aspx', 'left');
    menus[2].writeMenu();
    
    menus[3] = new menu(140, 'vertical', '#440000', '#440000');
    menus[3].writeMenu();
    
    menus[4] = new menu(140, 'vertical', '#440000', '#440000');
    menus[4].writeMenu();
    
    menus[5] = new menu(140, 'vertical', '#440000', '#440000');
    menus[5].writeMenu();

    menus[6] = new menu(140, 'vertical', '#440000', '#440000');
    menus[6].writeMenu();

    menus[7] = new menu(140, 'vertical', '#440000', '#440000');
    menus[7].height = 20;
    menus[7].addItem(null, 'Perth Buskers', null, 180, '#440000', '#440000', '/funstuff/perth_buskers_photos.aspx', 'left');
    menus[7].addItem(null, 'Macro', null, 180, '#440000', '#440000', '/funstuff/macro_photography.aspx', 'left');
    menus[7].writeMenu();

    menus[8] = new menu(180, 'vertical', '#440000', '#440000');
    menus[8].height = 20;
    menus[8].addItem(null, 'Location Shoot 1', null, 180, '#440000', '#440000', '/weddings/wedding_photographers_perth.aspx', 'center');
    menus[8].addItem(null, 'Location Shoot 2', null, 180, '#440000', '#440000', '/weddings/wedding_photographer_perth_location_shoot.aspx', 'center');
    menus[8].addItem(null, 'Location Shoot 3', null, 180, '#440000', '#440000', '/weddings/wedding_photographer_perth_location_shoot3.aspx', 'center');
    menus[8].writeMenu();

}
