var menu1="
  • Birthday
  • Congratulations
  • Anniversary
  • Friendship
  • Get Well Soon
  • Just Because
  • Love & Romance
  • New Baby
  • Thank You
  • Wedding
  • Business
  • Sympathy
  • "; var menu2="
  • Roses
  • Lilies
  • 99 Roses
  • Carnations
  • Daisies
  • Orchids
  • Tulips
  • Flowers Baskets
  • Flowers In Box
  • Flowers With Vase
  • Plants
  • "; var menu3="
  • Chocolate
  • Doll
  • Fruit Baskets
  • "; var menu4="
  • Chocolate Cake
  • Fresh Milk
  • Fruit Cake
  • "; var fenlei="

    Browse:

    Occasions
    Birthday
    Congratulations
    Anniversary
    Friendship
    Get Well Soon
    Just Because
    Love & Romance
    New Baby
    Thank You
    Wedding
    Business
    Sympathy
    Flowers
    Roses
    Lilies
    99 Roses
    Carnations
    Daisies
    Orchids
    Tulips
    Flowers Baskets
    Flowers In Box
    Flowers With Vase
    Plants
    Cakes
    Chocolate Cake
    Fresh Milk
    Fruit Cake
    Gifts
    Chocolate
    Doll
    Fruit Baskets
    ";jQuery(function($) {$('.menunav').mouseenter(function(){var rel = $( this ).attr( "rel" );if(rel=="menu1"){$(this).find('ul').html(menu1);}if(rel=="menu2"){$(this).find('ul').html(menu2);}if(rel=="menu3"){$(this).find('ul').html(menu3);}if(rel=="menu4"){$(this).find('ul').html(menu4);}if(rel=="menu5"){$(this).find('ul').html(menu5);}$(this).find('ul').show();}).mouseleave(function(){$(this).find('ul').hide();});if($('#cities').length > 0){$('#cities').html(fenlei);}})