Templates2

From FloristWiki

(Difference between revisions)
Jump to: navigation, search
(New page: <!-- Hide the script // Initializing all of the highlighted buttons // This downloads the images before they are viewed if (canHandleImages()) { FirstImageOn = new Image() FirstImageOn...)
(Removing all content from page)
Line 1: Line 1:
-
<!-- Hide the script
 
-
// Initializing all of the highlighted buttons
 
-
// This downloads the images before they are viewed
 
-
if (canHandleImages()) {
 
-
FirstImageOn = new Image()
 
-
FirstImageOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Design1-blue.jpg"
 
-
SecondImageOn = new Image()
 
-
SecondImageOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Design1-gold.jpg"
 
-
ThirdImageOn = new Image()
 
-
ThirdImageOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Design1-green.jpg"
 
-
FourthImageOn = new Image()
 
-
FourthImageOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Design1-orange.jpg"
 
-
FifthImageOn = new Image()
 
-
FifthImageOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Design1-pink.jpg"
 
-
SixthImageOn = new Image()
 
-
SixthImageOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Design1-purple.jpg"
 
-
SeventhImageOn = new Image()
 
-
SeventhImageOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Design1-red.jpg"
 
-
EighthImageOn = new Image()
 
-
EighthImageOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Design2-blue.jpg"
 
-
NinethImageOn = new Image()
 
-
NinethImageOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Design2-gold.jpg"
 
-
TenthImageOn = new Image()
 
-
TenthImageOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Design2-green.jpg"
 
-
EleventhImageOn = new Image()
 
-
EleventhImageOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Design2-orange.jpg"
 
-
TwelfthImageOn = new Image()
 
-
TwelfthImageOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Design2-pink.jpg"
 
-
ThirteenthImageOn = new Image()
 
-
ThirteenthImageOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Design2-purple.jpg"
 
-
FourteenthImageOn = new Image()
 
-
FourteenthImageOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Design2-red.jpg"
 
-
FifteenthImageOn = new Image()
 
-
FifteenthImageOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Design3-blue.jpg"
 
-
SixteenthImageOn = new Image()
 
-
SixteenthImageOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Design3-Gold.jpg"
 
-
SeventeenthImageOn = new Image()
 
-
SeventeenthImageOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Design3-green.jpg"
 
-
EighteenthImageOn = new Image()
 
-
EighteenthImageOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Design3-orange.jpg"
 
-
NineteenthImageOn = new Image()
 
-
NineteenthImageOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Design3-pink.jpg"
 
-
TwentyImageOn = new Image()
 
-
TwentyImageOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Design3-purple.jpg"
 
-
TwentyoneImageOn = new Image()
 
-
TwentyoneImageOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Design3-Red.jpg"
 
-
TwentytwoImageOn = new Image()
 
-
TwentytwoImageOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Design4-blue.jpg"
 
-
TwentythreeImageOn = new Image()
 
-
TwentythreeImageOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Design4-gold.jpg"
 
-
TwentyFourImageOn = new Image()
 
-
TwentyFourImageOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Design4-green.jpg"
 
-
TwentyFiveImageOn = new Image()
 
-
TwentyFiveImageOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Design4-orange.jpg"
 
-
TwentySixImageOn = new Image()
 
-
TwentySixImageOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Design4-pink.jpg"
 
-
TwentySevenImageOn = new Image()
 
-
TwentySevenImageOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Design4-purple.jpg"
 
-
TwentyEightImageOn = new Image()
 
-
TwentyEightImageOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Design4-red.jpg"
 
-
TwentyNineImageOn = new Image()
 
-
TwentyNineImageOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Design5-blue.jpg"
 
-
ThirtyImageOn = new Image()
 
-
ThirtyImageOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Design5-gold.jpg"
 
-
ThirtyOneImageOn = new Image()
 
-
ThirtyOneImageOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Design5-green.jpg"
 
-
ThirtyTwoImageOn = new Image()
 
-
ThirtyTwoImageOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Design5-orange.jpg"
 
-
ThirtyThreeImageOn = new Image()
 
-
ThirtyThreeImageOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Design5-pink.jpg"
 
-
ThirtyFourImageOn = new Image()
 
-
ThirtyFourImageOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Design5-purple.jpg"
 
-
ThirtyFiveImageOn = new Image()
 
-
ThirtyFiveImageOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Design5-red.jpg"
 
-
 
-
 
-
ClassicBlueOn = new Image()
 
-
ClassicBlueOn.src = "http://www.ftdi.com/ftdfloristsonline/images/classic-blue.jpg"
 
-
ClassicGreenOn = new Image()
 
-
ClassicGreenOn.src = "http://www.ftdi.com/ftdfloristsonline/images/classic_green_collapse_sm.jpg"
 
-
ClassicGoldOn = new Image()
 
-
ClassicGoldOn.src = "http://www.ftdi.com/ftdfloristsonline/images/classic_gold_collapse_sm.jpg"
 
-
ClassicOrangeOn = new Image()
 
-
ClassicOrangeOn.src = "http://www.ftdi.com/ftdfloristsonline/images/classic_orange_collapse_sm.jpg"
 
-
ClassicPinkOn = new Image()
 
-
ClassicPinkOn.src = "http://www.ftdi.com/ftdfloristsonline/images/classic_pink_drop_sm.jpg"
 
-
ClassicPurpleOn = new Image()
 
-
ClassicPurpleOn.src = "http://www.ftdi.com/ftdfloristsonline/images/classic_purple_static_sm.jpg"
 
-
ClassicRedOn = new Image()
 
-
ClassicRedOn.src = "http://www.ftdi.com/ftdfloristsonline/images/classic_red_drop_sm.jpg"
 
-
 
-
DentsBlueOn = new Image()
 
-
DentsBlueOn.src = "http://www.ftdi.com/ftdfloristsonline/images/dents_blue_drop_sm.jpg"
 
-
DentsGreenOn = new Image()
 
-
DentsGreenOn.src = "http://www.ftdi.com/ftdfloristsonline/images/dents_green_collapse_sm.jpg"
 
-
DentsGoldOn = new Image()
 
-
DentsGoldOn.src = "http://www.ftdi.com/ftdfloristsonline/images/dents_gold_static_sm.jpg"
 
-
DentsOrangeOn = new Image()
 
-
DentsOrangeOn.src = "http://www.ftdi.com/ftdfloristsonline/images/dents_orange_drop_sm.jpg"
 
-
DentsPinkOn = new Image()
 
-
DentsPinkOn.src = "http://www.ftdi.com/ftdfloristsonline/images/dents_pink_drop_sm.jpg"
 
-
DentsPurpleOn = new Image()
 
-
DentsPurpleOn.src = "http://www.ftdi.com/ftdfloristsonline/images/dents_purple_collapse_sm.jpg"
 
-
DentsRedOn = new Image()
 
-
DentsRedOn.src = "http://www.ftdi.com/ftdfloristsonline/images/dent-red.jpg"
 
-
 
-
SeasonWinterOn = new Image()
 
-
SeasonWinterOn.src = "http://www.ftdi.com/ftdfloristsonline/images/seasonwinter_small.jpg"
 
-
SeasonValentineOn = new Image()
 
-
SeasonValentineOn.src = "http://www.ftdi.com/ftdfloristsonline/images/seasonvalentine_small.jpg"
 
-
SeasonMotherOn = new Image()
 
-
SeasonMotherOn.src = "http://www.ftdi.com/ftdfloristsonline/images/seasonmother_small.jpg"
 
-
SeasonAutumnOn = new Image()
 
-
SeasonAutumnOn.src = "http://www.ftdi.com/ftdfloristsonline/images/seasonautumn_small.jpg"
 
-
SeasonThanksgivingOn = new Image()
 
-
SeasonThanksgivingOn.src = "http://www.ftdi.com/ftdfloristsonline/images/seasonthanksgiving_small.jpg"
 
-
SeasonChristmasOn = new Image()
 
-
SeasonChristmasOn.src = "http://www.ftdi.com/ftdfloristsonline/images/seasonchristmas_small.jpg"
 
-
SeasonFatherOn = new Image()
 
-
SeasonFatherOn.src = "http://www.ftdi.com/ftdfloristsonline/images/seasonfather_small.jpg"
 
-
SeasonEasterOn = new Image()
 
-
SeasonEasterOn.src = "http://www.ftdi.com/ftdfloristsonline/images/seasoneaster_small.jpg"
 
-
SeasonHalloweenOn = new Image()
 
-
SeasonHalloweenOn.src = "http://www.ftdi.com/ftdfloristsonline/images/seasonhalloween_small.jpg"
 
-
SeasonSpringOn = new Image()
 
-
SeasonSpringOn.src = "http://www.ftdi.com/ftdfloristsonline/images/seasonspring_small.jpg"
 
-
SeasonSummerOn = new Image()
 
-
SeasonSummerOn.src = "http://www.ftdi.com/ftdfloristsonline/images/seasonsummer_small.jpg"
 
-
 
-
SeasonalStudioBValentineOn = new Image()
 
-
SeasonalStudioBValentineOn.src = "http://www.ftdi.com/ftdfloristsonline/images/studiobvalentine_small.jpg"
 
-
SeasonalStudioBSpringOn = new Image()
 
-
SeasonalStudioBSpringOn.src = "http://www.ftdi.com/ftdfloristsonline/images/studiobspring_small.jpg"
 
-
SeasonalStudioBEasterOn = new Image()
 
-
SeasonalStudioBEasterOn.src = "http://www.ftdi.com/ftdfloristsonline/images/studiobeaster_small.jpg"
 
-
SeasonalStudioBMotherOn = new Image()
 
-
SeasonalStudioBMotherOn.src = "http://www.ftdi.com/ftdfloristsonline/images/studiobmother_small.jpg"
 
-
SeasonalStudioBFatherOn = new Image()
 
-
SeasonalStudioBFatherOn.src = "http://www.ftdi.com/ftdfloristsonline/images/studiobfather_small.jpg"
 
-
SeasonalStudioBSummerOn = new Image()
 
-
SeasonalStudioBSummerOn.src = "http://www.ftdi.com/ftdfloristsonline/images/studiobsummer_small.jpg"
 
-
SeasonalStudioBAutumnOn = new Image()
 
-
SeasonalStudioBAutumnOn.src = "http://www.ftdi.com/ftdfloristsonline/images/studiobautumn_small.jpg"
 
-
SeasonalStudioBHalloweenOn = new Image()
 
-
SeasonalStudioBHalloweenOn.src = "http://www.ftdi.com/ftdfloristsonline/images/studiobhalloween_small.jpg"
 
-
SeasonalStudioBThanksgivingOn = new Image()
 
-
SeasonalStudioBThanksgivingOn.src = "http://www.ftdi.com/ftdfloristsonline/images/studiobthanksgiving_small.jpg"
 
-
SeasonalStudioBWinterOn = new Image()
 
-
SeasonalStudioBWinterOn.src = "http://www.ftdi.com/ftdfloristsonline/images/studiobwinter_small.jpg"
 
-
SeasonalStudioBChristmasOn = new Image()
 
-
SeasonalStudioBChristmasOn.src = "http://www.ftdi.com/ftdfloristsonline/images/studiobchristmas_small.jpg"
 
-
 
-
 
-
 
-
SeasonalFreshBloomsValentineOn = new Image()
 
-
SeasonalFreshBloomsValentineOn.src = "http://www.ftdi.com/ftdfloristsonline/images/freshvalentine_small.jpg"
 
-
SeasonalFreshBloomsSpringOn = new Image()
 
-
SeasonalFreshBloomsSpringOn.src = "http://www.ftdi.com/ftdfloristsonline/images/freshspring_small.jpg"
 
-
SeasonalFreshBloomsEasterOn = new Image()
 
-
SeasonalFreshBloomsEasterOn.src = "http://www.ftdi.com/ftdfloristsonline/images/fresheaster_small.jpg"
 
-
SeasonalFreshBloomsMotherOn = new Image()
 
-
SeasonalFreshBloomsMotherOn.src = "http://www.ftdi.com/ftdfloristsonline/images/freshmother_small.jpg"
 
-
SeasonalFreshBloomsFatherOn = new Image()
 
-
SeasonalFreshBloomsFatherOn.src = "http://www.ftdi.com/ftdfloristsonline/images/freshfather_small.jpg"
 
-
SeasonalFreshBloomsSummerOn = new Image()
 
-
SeasonalFreshBloomsSummerOn.src = "http://www.ftdi.com/ftdfloristsonline/images/freshsummer_small.jpg"
 
-
SeasonalFreshBloomsAutumnOn = new Image()
 
-
SeasonalFreshBloomsAutumnOn.src = "http://www.ftdi.com/ftdfloristsonline/images/freshautumn_small.jpg"
 
-
SeasonalFreshBloomsHalloweenOn = new Image()
 
-
SeasonalFreshBloomsHalloweenOn.src = "http://www.ftdi.com/ftdfloristsonline/images/freshhalloween_small.jpg"
 
-
SeasonalFreshBloomsThanksgivingOn = new Image()
 
-
SeasonalFreshBloomsThanksgivingOn.src = "http://www.ftdi.com/ftdfloristsonline/images/freshthanksgiving_small.jpg"
 
-
SeasonalFreshBloomsWinterOn = new Image()
 
-
SeasonalFreshBloomsWinterOn.src = "http://www.ftdi.com/ftdfloristsonline/images/freshwinter_small.jpg"
 
-
SeasonalFreshBloomsChristmasOn = new Image()
 
-
SeasonalFreshBloomsChristmasOn.src = "http://www.ftdi.com/ftdfloristsonline/images/freshchristmas_small.jpg"
 
-
 
-
 
-
 
-
 
-
 
-
SeasonalSweetCelebrationsValentineOn = new Image()
 
-
SeasonalSweetCelebrationsValentineOn.src = "http://www.ftdi.com/ftdfloristsonline/images/sweetvalentine_small.jpg"
 
-
SeasonalSweetCelebrationsSpringOn = new Image()
 
-
SeasonalSweetCelebrationsSpringOn.src = "http://www.ftdi.com/ftdfloristsonline/images/sweetspring_small.jpg"
 
-
SeasonalSweetCelebrationsEasterOn = new Image()
 
-
SeasonalSweetCelebrationsEasterOn.src = "http://www.ftdi.com/ftdfloristsonline/images/sweeteaster_small.jpg"
 
-
SeasonalSweetCelebrationsMotherOn = new Image()
 
-
SeasonalSweetCelebrationsMotherOn.src = "http://www.ftdi.com/ftdfloristsonline/images/sweetmother_small.jpg"
 
-
SeasonalSweetCelebrationsFatherOn = new Image()
 
-
SeasonalSweetCelebrationsFatherOn.src = "http://www.ftdi.com/ftdfloristsonline/images/sweetfather_small.jpg"
 
-
SeasonalSweetCelebrationsSummerOn = new Image()
 
-
SeasonalSweetCelebrationsSummerOn.src = "http://www.ftdi.com/ftdfloristsonline/images/sweetsummer_small.jpg"
 
-
SeasonalSweetCelebrationsAutumnOn = new Image()
 
-
SeasonalSweetCelebrationsAutumnOn.src = "http://www.ftdi.com/ftdfloristsonline/images/sweetautumn_small.jpg"
 
-
SeasonalSweetCelebrationsHalloweenOn = new Image()
 
-
SeasonalSweetCelebrationsHalloweenOn.src = "http://www.ftdi.com/ftdfloristsonline/images/sweethalloween_small.jpg"
 
-
SeasonalSweetCelebrationsThanksgivingOn = new Image()
 
-
SeasonalSweetCelebrationsThanksgivingOn.src = "http://www.ftdi.com/ftdfloristsonline/images/sweetthanksgiving_small.jpg"
 
-
SeasonalSweetCelebrationsWinterOn = new Image()
 
-
SeasonalSweetCelebrationsWinterOn.src = "http://www.ftdi.com/ftdfloristsonline/images/sweetwinter_small.jpg"
 
-
SeasonalSweetCelebrationsChristmasOn = new Image()
 
-
SeasonalSweetCelebrationsChristmasOn.src = "http://www.ftdi.com/ftdfloristsonline/images/sweetchristmas_small.jpg"
 
-
 
-
 
-
 
-
 
-
SeasonalContemporaryStemsValentineOn = new Image()
 
-
SeasonalContemporaryStemsValentineOn.src = "http://www.ftdi.com/ftdfloristsonline/images/contemporaryvalentine_small.jpg"
 
-
SeasonalContemporaryStemsSpringOn = new Image()
 
-
SeasonalContemporaryStemsSpringOn.src = "http://www.ftdi.com/ftdfloristsonline/images/contemporaryspring_small.jpg"
 
-
SeasonalContemporaryStemsEasterOn = new Image()
 
-
SeasonalContemporaryStemsEasterOn.src = "http://www.ftdi.com/ftdfloristsonline/images/contemporaryeaster_small.jpg"
 
-
SeasonalContemporaryStemsMotherOn = new Image()
 
-
SeasonalContemporaryStemsMotherOn.src = "http://www.ftdi.com/ftdfloristsonline/images/contemporarymother_small.jpg"
 
-
SeasonalContemporaryStemsFatherOn = new Image()
 
-
SeasonalContemporaryStemsFatherOn.src = "http://www.ftdi.com/ftdfloristsonline/images/contemporaryfather_small.jpg"
 
-
SeasonalContemporaryStemsSummerOn = new Image()
 
-
SeasonalContemporaryStemsSummerOn.src = "http://www.ftdi.com/ftdfloristsonline/images/contemporarysummer_small.jpg"
 
-
SeasonalContemporaryStemsAutumnOn = new Image()
 
-
SeasonalContemporaryStemsAutumnOn.src = "http://www.ftdi.com/ftdfloristsonline/images/contemporaryautumn_small.jpg"
 
-
SeasonalContemporaryStemsHalloweenOn = new Image()
 
-
SeasonalContemporaryStemsHalloweenOn.src = "http://www.ftdi.com/ftdfloristsonline/images/contemporaryhalloween_small.jpg"
 
-
SeasonalContemporaryStemsThanksgivingOn = new Image()
 
-
SeasonalContemporaryStemsThanksgivingOn.src = "http://www.ftdi.com/ftdfloristsonline/images/contemporarythanks_small.jpg"
 
-
SeasonalContemporaryStemsWinterOn = new Image()
 
-
SeasonalContemporaryStemsWinterOn.src = "http://www.ftdi.com/ftdfloristsonline/images/contemporarywinter_small.jpg"
 
-
SeasonalContemporaryStemsChristmasOn = new Image()
 
-
SeasonalContemporaryStemsChristmasOn.src = "http://www.ftdi.com/ftdfloristsonline/images/contemporarychristmas_small.jpg"
 
-
 
-
 
-
FTDSignatureOn = new Image()
 
-
FTDSignatureOn.src = "http://www.ftdi.com/ftdfloristsonline/images/FTDSignature.jpg"
 
-
 
-
 
-
LimeZestValentineOn = new Image()
 
-
LimeZestValentineOn.src = "http://www.ftdi.com/ftdfloristsonline/images/LimeZestvalentine_small.jpg"
 
-
LimeZestSpringOn = new Image()
 
-
LimeZestSpringOn.src = "http://www.ftdi.com/ftdfloristsonline/images/LimeZestspring_small.jpg"
 
-
LimeZestEasterOn = new Image()
 
-
LimeZestEasterOn.src = "http://www.ftdi.com/ftdfloristsonline/images/LimeZesteaster_small.jpg"
 
-
LimeZestMotherOn = new Image()
 
-
LimeZestMotherOn.src = "http://www.ftdi.com/ftdfloristsonline/images/LimeZestmother_small.jpg"
 
-
LimeZestFatherOn = new Image()
 
-
LimeZestFatherOn.src = "http://www.ftdi.com/ftdfloristsonline/images/LimeZestfather_small.jpg"
 
-
LimeZestSummerOn = new Image()
 
-
LimeZestSummerOn.src = "http://www.ftdi.com/ftdfloristsonline/images/LimeZestsummer_small.jpg"
 
-
LimeZestAutumnOn = new Image()
 
-
LimeZestAutumnOn.src = "http://www.ftdi.com/ftdfloristsonline/images/LimeZestautumn_small.jpg"
 
-
LimeZestHalloweenOn = new Image()
 
-
LimeZestHalloweenOn.src = "http://www.ftdi.com/ftdfloristsonline/images/LimeZesthalloween_small.jpg"
 
-
LimeZestThanksgivingOn = new Image()
 
-
LimeZestThanksgivingOn.src = "http://www.ftdi.com/ftdfloristsonline/images/LimeZestthanksgiving_small.jpg"
 
-
LimeZestWinterOn = new Image()
 
-
LimeZestWinterOn.src = "http://www.ftdi.com/ftdfloristsonline/images/LimeZestwinter_small.jpg"
 
-
LimeZestChristmasOn = new Image()
 
-
LimeZestChristmasOn.src = "http://www.ftdi.com/ftdfloristsonline/images/LimeZestchristmas_small.jpg"
 
-
 
-
 
-
 
-
 
-
 
-
DoodlesValentineOn = new Image()
 
-
DoodlesValentineOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Doodlesvalentine_small.jpg"
 
-
DoodlesSpringOn = new Image()
 
-
DoodlesSpringOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Doodlesspring_small.jpg"
 
-
DoodlesEasterOn = new Image()
 
-
DoodlesEasterOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Doodleseaster_small.jpg"
 
-
DoodlesMotherOn = new Image()
 
-
DoodlesMotherOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Doodlesmother_small.jpg"
 
-
DoodlesFatherOn = new Image()
 
-
DoodlesFatherOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Doodlesfather_small.jpg"
 
-
DoodlesSummerOn = new Image()
 
-
DoodlesSummerOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Doodlessummer_small.jpg"
 
-
DoodlesAutumnOn = new Image()
 
-
DoodlesAutumnOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Doodlesautumn_small.jpg"
 
-
DoodlesHalloweenOn = new Image()
 
-
DoodlesHalloweenOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Doodleshalloween_small.jpg"
 
-
DoodlesThanksgivingOn = new Image()
 
-
DoodlesThanksgivingOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Doodlesthanksgiving_small.jpg"
 
-
DoodlesWinterOn = new Image()
 
-
DoodlesWinterOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Doodleswinter_small.jpg"
 
-
DoodlesChristmasOn = new Image()
 
-
DoodlesChristmasOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Doodleschristmas_small.jpg"
 
-
 
-
 
-
 
-
 
-
 
-
 
-
SophisticationValentineOn = new Image()
 
-
SophisticationValentineOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Sophisticationvalentine_small.jpg"
 
-
SophisticationSpringOn = new Image()
 
-
SophisticationSpringOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Sophisticationspring_small.jpg"
 
-
SophisticationEasterOn = new Image()
 
-
SophisticationEasterOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Sophisticationeaster_small.jpg"
 
-
SophisticationMotherOn = new Image()
 
-
SophisticationMotherOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Sophisticationmother_small.jpg"
 
-
SophisticationFatherOn = new Image()
 
-
SophisticationFatherOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Sophisticationfather_small.jpg"
 
-
SophisticationSummerOn = new Image()
 
-
SophisticationSummerOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Sophisticationsummer_small.jpg"
 
-
SophisticationAutumnOn = new Image()
 
-
SophisticationAutumnOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Sophisticationautumn_small.jpg"
 
-
SophisticationHalloweenOn = new Image()
 
-
SophisticationHalloweenOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Sophisticationhalloween_small.jpg"
 
-
SophisticationThanksgivingOn = new Image()
 
-
SophisticationThanksgivingOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Sophisticationthanksgiving_small.jpg"
 
-
SophisticationWinterOn = new Image()
 
-
SophisticationWinterOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Sophisticationwinter_small.jpg"
 
-
SophisticationChristmasOn = new Image()
 
-
SophisticationChristmasOn.src = "http://www.ftdi.com/ftdfloristsonline/images/Sophisticationchristmas_small.jpg"
 
-
 
-
 
-
 
-
 
-
CafeChicPinkValentineOn = new Image()
 
-
CafeChicPinkValentineOn.src = "http://www.ftdi.com/ftdfloristsonline/images/CafeChicPinkvalentine_small.jpg"
 
-
CafeChicPinkSpringOn = new Image()
 
-
CafeChicPinkSpringOn.src = "http://www.ftdi.com/ftdfloristsonline/images/CafeChicPinkspring_small.jpg"
 
-
CafeChicPinkEasterOn = new Image()
 
-
CafeChicPinkEasterOn.src = "http://www.ftdi.com/ftdfloristsonline/images/CafeChicPinkeaster_small.jpg"
 
-
CafeChicPinkMotherOn = new Image()
 
-
CafeChicPinkMotherOn.src = "http://www.ftdi.com/ftdfloristsonline/images/CafeChicPinkmother_small.jpg"
 
-
CafeChicPinkFatherOn = new Image()
 
-
CafeChicPinkFatherOn.src = "http://www.ftdi.com/ftdfloristsonline/images/CafeChicPinkfather_small.jpg"
 
-
CafeChicPinkSummerOn = new Image()
 
-
CafeChicPinkSummerOn.src = "http://www.ftdi.com/ftdfloristsonline/images/CafeChicPinksummer_small.jpg"
 
-
CafeChicPinkAutumnOn = new Image()
 
-
CafeChicPinkAutumnOn.src = "http://www.ftdi.com/ftdfloristsonline/images/CafeChicPinkautumn_small.jpg"
 
-
CafeChicPinkHalloweenOn = new Image()
 
-
CafeChicPinkHalloweenOn.src = "http://www.ftdi.com/ftdfloristsonline/images/CafeChicPinkhalloween_small.jpg"
 
-
CafeChicPinkThanksgivingOn = new Image()
 
-
CafeChicPinkThanksgivingOn.src = "http://www.ftdi.com/ftdfloristsonline/images/CafeChicPinkthanksgiving_small.jpg"
 
-
CafeChicPinkWinterOn = new Image()
 
-
CafeChicPinkWinterOn.src = "http://www.ftdi.com/ftdfloristsonline/images/CafeChicPinkwinter_small.jpg"
 
-
CafeChicPinkChristmasOn = new Image()
 
-
CafeChicPinkChristmasOn.src = "http://www.ftdi.com/ftdfloristsonline/images/CafeChicPinkchristmas_small.jpg"
 
-
 
-
 
-
CafeChicBlueValentineOn = new Image()
 
-
CafeChicBlueValentineOn.src = "http://www.ftdi.com/ftdfloristsonline/images/CafeChicBluevalentine_small.jpg"
 
-
CafeChicBlueSpringOn = new Image()
 
-
CafeChicBlueSpringOn.src = "http://www.ftdi.com/ftdfloristsonline/images/CafeChicBluespring_small.jpg"
 
-
CafeChicBlueEasterOn = new Image()
 
-
CafeChicBlueEasterOn.src = "http://www.ftdi.com/ftdfloristsonline/images/CafeChicBlueeaster_small.jpg"
 
-
CafeChicBlueMotherOn = new Image()
 
-
CafeChicBlueMotherOn.src = "http://www.ftdi.com/ftdfloristsonline/images/CafeChicBluemother_small.jpg"
 
-
CafeChicBlueFatherOn = new Image()
 
-
CafeChicBlueFatherOn.src = "http://www.ftdi.com/ftdfloristsonline/images/CafeChicBluefather_small.jpg"
 
-
CafeChicBlueSummerOn = new Image()
 
-
CafeChicBlueSummerOn.src = "http://www.ftdi.com/ftdfloristsonline/images/CafeChicBluesummer_small.jpg"
 
-
CafeChicBlueAutumnOn = new Image()
 
-
CafeChicBlueAutumnOn.src = "http://www.ftdi.com/ftdfloristsonline/images/CafeChicBlueautumn_small.jpg"
 
-
CafeChicBlueHalloweenOn = new Image()
 
-
CafeChicBlueHalloweenOn.src = "http://www.ftdi.com/ftdfloristsonline/images/CafeChicBluehalloween_small.jpg"
 
-
CafeChicBlueThanksgivingOn = new Image()
 
-
CafeChicBlueThanksgivingOn.src = "http://www.ftdi.com/ftdfloristsonline/images/CafeChicBluethanksgiving_small.jpg"
 
-
CafeChicBlueWinterOn = new Image()
 
-
CafeChicBlueWinterOn.src = "http://www.ftdi.com/ftdfloristsonline/images/CafeChicBluewinter_small.jpg"
 
-
CafeChicBlueChristmasOn = new Image()
 
-
CafeChicBlueChristmasOn.src = "http://www.ftdi.com/ftdfloristsonline/images/CafeChicBluechristmas_small.jpg"
 
-
 
-
 
-
CafeChicGoldValentineOn = new Image()
 
-
CafeChicGoldValentineOn.src = "http://www.ftdi.com/ftdfloristsonline/images/CafeChicGoldvalentine_small.jpg"
 
-
CafeChicGoldSpringOn = new Image()
 
-
CafeChicGoldSpringOn.src = "http://www.ftdi.com/ftdfloristsonline/images/CafeChicGoldspring_small.jpg"
 
-
CafeChicGoldEasterOn = new Image()
 
-
CafeChicGoldEasterOn.src = "http://www.ftdi.com/ftdfloristsonline/images/CafeChicGoldeaster_small.jpg"
 
-
CafeChicGoldMotherOn = new Image()
 
-
CafeChicGoldMotherOn.src = "http://www.ftdi.com/ftdfloristsonline/images/CafeChicGoldmother_small.jpg"
 
-
CafeChicGoldFatherOn = new Image()
 
-
CafeChicGoldFatherOn.src = "http://www.ftdi.com/ftdfloristsonline/images/CafeChicGoldfather_small.jpg"
 
-
CafeChicGoldSummerOn = new Image()
 
-
CafeChicGoldSummerOn.src = "http://www.ftdi.com/ftdfloristsonline/images/CafeChicGoldsummer_small.jpg"
 
-
CafeChicGoldAutumnOn = new Image()
 
-
CafeChicGoldAutumnOn.src = "http://www.ftdi.com/ftdfloristsonline/images/CafeChicGoldautumn_small.jpg"
 
-
CafeChicGoldHalloweenOn = new Image()
 
-
CafeChicGoldHalloweenOn.src = "http://www.ftdi.com/ftdfloristsonline/images/CafeChicGoldhalloween_small.jpg"
 
-
CafeChicGoldThanksgivingOn = new Image()
 
-
CafeChicGoldThanksgivingOn.src = "http://www.ftdi.com/ftdfloristsonline/images/CafeChicGoldthanksgiving_small.jpg"
 
-
CafeChicGoldWinterOn = new Image()
 
-
CafeChicGoldWinterOn.src = "http://www.ftdi.com/ftdfloristsonline/images/CafeChicGoldwinter_small.jpg"
 
-
CafeChicGoldChristmasOn = new Image()
 
-
CafeChicGoldChristmasOn.src = "http://www.ftdi.com/ftdfloristsonline/images/CafeChicGoldchristmas_small.jpg"
 
-
 
-
 
-
 
-
 
-
}
 
-
else {
 
-
FirstImageOn = ''
 
-
SecondImageOn = ''
 
-
ThirdImageOn = ''
 
-
FourthImageOn = ''
 
-
FifthImageOn = ''
 
-
SixthImageOn = ''
 
-
SeventhImageOn = ''
 
-
EighthImageOn = ''
 
-
NinethImageOn = ''
 
-
TenthImageOn = ''
 
-
EleventhImageOn = ''
 
-
TwelfthImageOn = ''
 
-
ThirteenthImageOn = ''
 
-
FourteenthImageOn = ''
 
-
FifteenthImageOn = ''
 
-
SixteenthImageOn = ''
 
-
SeventeenthImageOn = ''
 
-
EighteenthImageOn = ''
 
-
NineteenthImageOn = ''
 
-
TwentyImageOn = ''
 
-
TwentyoneImageOn = ''
 
-
TwentytwoImageOn = ''
 
-
TwentythreeImageOn = ''
 
-
TwentyFourImageOn = ''
 
-
TwentyFiveImageOn = ''
 
-
TwentySixImageOn = ''
 
-
TwentySevenImageOn = ''
 
-
TwentyEightImageOn = ''
 
-
TwentyNineImageOn = ''
 
-
ThirtyImageOn = ''
 
-
ThirtyOneImageOn = ''
 
-
ThirtyTwoImageOn = ''
 
-
ThirtyThreeImageOn = ''
 
-
ThirtyFourImageOn = ''
 
-
ThirtyFiveImageOn = ''
 
-
ThirtySixImageOn = ''
 
-
ThirtySevenImageOn = ''
 
-
ClassicBlueOn = ''
 
-
}
 
-
 
-
// Function determines which browsers can support the image object
 
-
// Will slowly add new browsers as they are tested
 
-
function canHandleImages () {
 
-
if (navigator.userAgent.indexOf("Mozilla/2.0") != -1)
 
-
return 0;
 
-
else return 1;
 
-
}
 
-
 
-
// Replaces an images with the specified image preloaded above
 
-
function lightUp(name, varName) {
 
-
if (canHandleImages()) {
 
-
document.images[name].src=varName.src
 
-
}
 
-
}
 
-
 
-
// replaces the src of an image
 
-
function dimDown(name, imageName) {
 
-
if (canHandleImages()) {
 
-
document.images[name].src=imageName
 
-
}
 
-
}
 
-
// -->
 
-
 
-
</script>
 
-
<p>INTERACTIVE DEMO:&nbsp; By moving your mouse over the design colors below you
 
-
will receive a small thumbnail view of each design/color combination.&nbsp;
 
-
By clicking on the design colors below a new screen will open loading the design
 
-
in full view giving you an example of what it would look like to your customers.</p>
 
-
<table border="1" width="562" cellspacing="1" cellpadding="4">
 
-
 
-
 
-
<tr>
 
-
<td width="300" class="style1" valign="top"><p><b>FTD Signature</b><blockquote>
 
-
<table border="0" cellpadding="1" cellspacing="1">
 
-
<!--<tr>
 
-
<td nowrap><p><a href="http://www.ftdi.com/images/fol/1/contemporarystems.html" target="_blank">Browse a Full
 
-
Contemporary Site </a></td>
 
-
</tr>-->
 
-
<tr>
 
-
<td>&nbsp;</td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/FTDSignature.jpg" target="_blank" onMouseOver="self.status='FTD Signature';lightUp('sectionTextFTDSignature', FTDSignatureOn);return true" onMouseOut="dimDown('sectionTextFTDSignature', 'http://www.ftdi.com/ftdfloristsonline/images/ftdsignature.jpg');">FTD Signature</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td>&nbsp;</td>
 
-
</tr>
 
-
<tr>
 
-
<td>&nbsp;</td>
 
-
</tr>
 
-
 
-
<tr>
 
-
<td>&nbsp;</td>
 
-
</tr>
 
-
<tr>
 
-
<td></td>
 
-
</tr>
 
-
</table>
 
-
</blockquote> </td>
 
-
<td width="297" align="center"> <p align="center"><img src="http://www.ftdi.com/ftdfloristsonline/images/ftdsignature.jpg" name="sectionTextFTDSignature"></p></td>
 
-
</tr>
 
-
 
-
 
-
 
-
<tr>
 
-
<td width="300" class="style1" valign="top"><p><b>Seasonal - Lime Zest</b><blockquote>
 
-
<table border="0" cellpadding="1" cellspacing="1">
 
-
<!--<tr>
 
-
<td nowrap><p><a href="http://www.ftdi.com/images/fol/1/contemporarystems.html" target="_blank">Browse a Full
 
-
Contemporary Site </a></td>
 
-
</tr>-->
 
-
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/LimeZestValentine.jpg" target="_blank" onMouseOver="self.status='Seasonal - Lime Zest - Valentines Day';lightUp('sectionTextLimeZest', LimeZestValentineOn);return true" onMouseOut="dimDown('sectionTextLimeZest', 'http://www.ftdi.com/ftdfloristsonline/images/LimeZestvalentine_small.jpg');">Valentine's Day</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/LimeZestSpring.jpg" target="_blank" onMouseOver="self.status='Seasonal - Lime Zest - Spring';lightUp('sectionTextLimeZest', LimeZestSpringOn);return true" onMouseOut="dimDown('sectionTextLimeZest', 'http://www.ftdi.com/ftdfloristsonline/images/LimeZestspring_small.jpg');">Spring</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/LimeZestEaster.jpg" target="_blank" onMouseOver="self.status='Seasonal - Lime Zest - Easter';lightUp('sectionTextLimeZest', LimeZestEasterOn);return true" onMouseOut="dimDown('sectionTextLimeZest', 'http://www.ftdi.com/ftdfloristsonline/images/LimeZesteaster_small.jpg');">Easter</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/LimeZestMother.jpg" target="_blank" onMouseOver="self.status='Seasonal - Lime Zest - Mothers Day';lightUp('sectionTextLimeZest', LimeZestMotherOn);return true" onMouseOut="dimDown('sectionTextLimeZest', 'http://www.ftdi.com/ftdfloristsonline/images/LimeZestmother_small.jpg');">Mother's Day</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/LimeZestFather.jpg" target="_blank" onMouseOver="self.status='Seasonal - Lime Zest - Fathers Day';lightUp('sectionTextLimeZest', LimeZestFatherOn);return true" onMouseOut="dimDown('sectionTextLimeZest', 'http://www.ftdi.com/ftdfloristsonline/images/LimeZestfather_small.jpg');">Father's Day</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/LimeZestSummer.jpg" target="_blank" onMouseOver="self.status='Seasonal - Lime Zest - Summer';lightUp('sectionTextLimeZest', LimeZestSummerOn);return true" onMouseOut="dimDown('sectionTextLimeZest', 'http://www.ftdi.com/ftdfloristsonline/images/LimeZestsummer_small.jpg');">Summer</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/LimeZestAutumn.jpg" target="_blank" onMouseOver="self.status='Seasonal - Lime Zest - Autumn';lightUp('sectionTextLimeZest', LimeZestAutumnOn);return true" onMouseOut="dimDown('sectionTextLimeZest', 'http://www.ftdi.com/ftdfloristsonline/images/LimeZestautumn_small.jpg');">Autumn</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/LimeZestHalloween.jpg" target="_blank" onMouseOver="self.status='Seasonal - Lime Zest - Halloween';lightUp('sectionTextLimeZest', LimeZestHalloweenOn);return true" onMouseOut="dimDown('sectionTextLimeZest', 'http://www.ftdi.com/ftdfloristsonline/images/LimeZesthalloween_small.jpg');">Halloween</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/LimeZestThanksgiving.jpg" target="_blank" onMouseOver="self.status='Seasonal - Lime Zest - Thanksgiving';lightUp('sectionTextLimeZest', LimeZestThanksgivingOn);return true" onMouseOut="dimDown('sectionTextLimeZest', 'http://www.ftdi.com/ftdfloristsonline/images/LimeZestthanksgiving_small.jpg');">Thanksgiving</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/LimeZestWinter.jpg" target="_blank" onMouseOver="self.status='Seasonal - Lime Zest - Winter';lightUp('sectionTextLimeZest', LimeZestWinterOn);return true" onMouseOut="dimDown('sectionTextLimeZest', 'http://www.ftdi.com/ftdfloristsonline/images/LimeZestwinter_small.jpg');">Winter</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/LimeZestChristmas.jpg" target="_blank" onMouseOver="self.status='Seasonal - Lime Zest - Christmas';lightUp('sectionTextLimeZest', LimeZestChristmasOn);return true" onMouseOut="dimDown('sectionTextLimeZest', 'http://www.ftdi.com/ftdfloristsonline/images/LimeZestchristmas_small.jpg');">Christmas</a></td>
 
-
</tr>
 
-
</table>
 
-
</blockquote> </td>
 
-
<td width="297" align="center"> <p align="center"><img src="http://www.ftdi.com/ftdfloristsonline/images/Limezest.jpg" name="sectionTextLimeZest"></p></td>
 
-
</tr>
 
-
 
-
<tr>
 
-
<td width="300" class="style1" valign="top"><p><b>Seasonal - Doodles</b><blockquote>
 
-
<table border="0" cellpadding="1" cellspacing="1">
 
-
<!--<tr>
 
-
<td nowrap><p><a href="http://www.ftdi.com/images/fol/1/contemporarystems.html" target="_blank">Browse a Full
 
-
Contemporary Site </a></td>
 
-
</tr>-->
 
-
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/DoodlesValentine.jpg" target="_blank" onMouseOver="self.status='Seasonal - Doodles - Valentines Day';lightUp('sectionTextDoodles', DoodlesValentineOn);return true" onMouseOut="dimDown('sectionTextDoodles', 'http://www.ftdi.com/ftdfloristsonline/images/Doodlesvalentine_small.jpg');">Valentine's Day</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/DoodlesSpring.jpg" target="_blank" onMouseOver="self.status='Seasonal - Doodles - Spring';lightUp('sectionTextDoodles', DoodlesSpringOn);return true" onMouseOut="dimDown('sectionTextDoodles', 'http://www.ftdi.com/ftdfloristsonline/images/Doodlesspring_small.jpg');">Spring</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/DoodlesEaster.jpg" target="_blank" onMouseOver="self.status='Seasonal - Doodles - Easter';lightUp('sectionTextDoodles', DoodlesEasterOn);return true" onMouseOut="dimDown('sectionTextDoodles', 'http://www.ftdi.com/ftdfloristsonline/images/Doodleseaster_small.jpg');">Easter</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/DoodlesMother.jpg" target="_blank" onMouseOver="self.status='Seasonal - Doodles - Mothers Day';lightUp('sectionTextDoodles', DoodlesMotherOn);return true" onMouseOut="dimDown('sectionTextDoodles', 'http://www.ftdi.com/ftdfloristsonline/images/Doodlesmother_small.jpg');">Mother's Day</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/DoodlesFather.jpg" target="_blank" onMouseOver="self.status='Seasonal - Doodles - Fathers Day';lightUp('sectionTextDoodles', DoodlesFatherOn);return true" onMouseOut="dimDown('sectionTextDoodles', 'http://www.ftdi.com/ftdfloristsonline/images/Doodlesfather_small.jpg');">Father's Day</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/DoodlesSummer.jpg" target="_blank" onMouseOver="self.status='Seasonal - Doodles - Summer';lightUp('sectionTextDoodles', DoodlesSummerOn);return true" onMouseOut="dimDown('sectionTextDoodles', 'http://www.ftdi.com/ftdfloristsonline/images/Doodlessummer_small.jpg');">Summer</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/DoodlesAutumn.jpg" target="_blank" onMouseOver="self.status='Seasonal - Doodles - Autumn';lightUp('sectionTextDoodles', DoodlesAutumnOn);return true" onMouseOut="dimDown('sectionTextDoodles', 'http://www.ftdi.com/ftdfloristsonline/images/Doodlesautumn_small.jpg');">Autumn</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/DoodlesHalloween.jpg" target="_blank" onMouseOver="self.status='Seasonal - Doodles - Halloween';lightUp('sectionTextDoodles', DoodlesHalloweenOn);return true" onMouseOut="dimDown('sectionTextDoodles', 'http://www.ftdi.com/ftdfloristsonline/images/Doodleshalloween_small.jpg');">Halloween</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/DoodlesThanksgiving.jpg" target="_blank" onMouseOver="self.status='Seasonal - Doodles - Thanksgiving';lightUp('sectionTextDoodles', DoodlesThanksgivingOn);return true" onMouseOut="dimDown('sectionTextDoodles', 'http://www.ftdi.com/ftdfloristsonline/images/Doodlesthanksgiving_small.jpg');">Thanksgiving</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/DoodlesWinter.jpg" target="_blank" onMouseOver="self.status='Seasonal - Doodles - Winter';lightUp('sectionTextDoodles', DoodlesWinterOn);return true" onMouseOut="dimDown('sectionTextDoodles', 'http://www.ftdi.com/ftdfloristsonline/images/Doodleswinter_small.jpg');">Winter</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/DoodlesChristmas.jpg" target="_blank" onMouseOver="self.status='Seasonal - Doodles - Christmas';lightUp('sectionTextDoodles', DoodlesChristmasOn);return true" onMouseOut="dimDown('sectionTextDoodles', 'http://www.ftdi.com/ftdfloristsonline/images/Doodleschristmas_small.jpg');">Christmas</a></td>
 
-
</tr>
 
-
</table>
 
-
</blockquote> </td>
 
-
<td width="297" align="center"> <p align="center"><img src="http://www.ftdi.com/ftdfloristsonline/images/Doodles.jpg" name="sectionTextDoodles"></p></td>
 
-
</tr>
 
-
 
-
 
-
 
-
<tr>
 
-
<td width="300" class="style1" valign="top"><p><b>Seasonal - Cafe Chic - Gold</b><blockquote>
 
-
<table border="0" cellpadding="1" cellspacing="1">
 
-
<!--<tr>
 
-
<td nowrap><p><a href="http://www.ftdi.com/images/fol/1/contemporarystems.html" target="_blank">Browse a Full
 
-
Contemporary Site </a></td>
 
-
</tr>-->
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/CafeChicGoldValentine.jpg" target="_blank" onMouseOver="self.status='Seasonal - CafeChicGold - Valentines Day';lightUp('sectionTextCafeChicGold', CafeChicGoldValentineOn);return true" onMouseOut="dimDown('sectionTextCafeChicGold', 'http://www.ftdi.com/ftdfloristsonline/images/CafeChicGoldvalentine_small.jpg');">Valentine's Day</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/CafeChicGoldSpring.jpg" target="_blank" onMouseOver="self.status='Seasonal - CafeChicGold - Spring';lightUp('sectionTextCafeChicGold', CafeChicGoldSpringOn);return true" onMouseOut="dimDown('sectionTextCafeChicGold', 'http://www.ftdi.com/ftdfloristsonline/images/CafeChicGoldspring_small.jpg');">Spring</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/CafeChicGoldEaster.jpg" target="_blank" onMouseOver="self.status='Seasonal - CafeChicGold - Easter';lightUp('sectionTextCafeChicGold', CafeChicGoldEasterOn);return true" onMouseOut="dimDown('sectionTextCafeChicGold', 'http://www.ftdi.com/ftdfloristsonline/images/CafeChicGoldeaster_small.jpg');">Easter</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/CafeChicGoldMother.jpg" target="_blank" onMouseOver="self.status='Seasonal - CafeChicGold - Mothers Day';lightUp('sectionTextCafeChicGold', CafeChicGoldMotherOn);return true" onMouseOut="dimDown('sectionTextCafeChicGold', 'http://www.ftdi.com/ftdfloristsonline/images/CafeChicGoldmother_small.jpg');">Mother's Day</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/CafeChicGoldFather.jpg" target="_blank" onMouseOver="self.status='Seasonal - CafeChicGold - Fathers Day';lightUp('sectionTextCafeChicGold', CafeChicGoldFatherOn);return true" onMouseOut="dimDown('sectionTextCafeChicGold', 'http://www.ftdi.com/ftdfloristsonline/images/CafeChicGoldfather_small.jpg');">Father's Day</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/CafeChicGoldSummer.jpg" target="_blank" onMouseOver="self.status='Seasonal - CafeChicGold - Summer';lightUp('sectionTextCafeChicGold', CafeChicGoldSummerOn);return true" onMouseOut="dimDown('sectionTextCafeChicGold', 'http://www.ftdi.com/ftdfloristsonline/images/CafeChicGoldsummer_small.jpg');">Summer</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/CafeChicGoldAutumn.jpg" target="_blank" onMouseOver="self.status='Seasonal - CafeChicGold - Autumn';lightUp('sectionTextCafeChicGold', CafeChicGoldAutumnOn);return true" onMouseOut="dimDown('sectionTextCafeChicGold', 'http://www.ftdi.com/ftdfloristsonline/images/CafeChicGoldautumn_small.jpg');">Autumn</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/CafeChicGoldHalloween.jpg" target="_blank" onMouseOver="self.status='Seasonal - CafeChicGold - Halloween';lightUp('sectionTextCafeChicGold', CafeChicGoldHalloweenOn);return true" onMouseOut="dimDown('sectionTextCafeChicGold', 'http://www.ftdi.com/ftdfloristsonline/images/CafeChicGoldhalloween_small.jpg');">Halloween</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/CafeChicGoldThanksgiving.jpg" target="_blank" onMouseOver="self.status='Seasonal - CafeChicGold - Thanksgiving';lightUp('sectionTextCafeChicGold', CafeChicGoldThanksgivingOn);return true" onMouseOut="dimDown('sectionTextCafeChicGold', 'http://www.ftdi.com/ftdfloristsonline/images/CafeChicGoldthanksgiving_small.jpg');">Thanksgiving</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/CafeChicGoldWinter.jpg" target="_blank" onMouseOver="self.status='Seasonal - CafeChicGold - Winter';lightUp('sectionTextCafeChicGold', CafeChicGoldWinterOn);return true" onMouseOut="dimDown('sectionTextCafeChicGold', 'http://www.ftdi.com/ftdfloristsonline/images/CafeChicGoldwinter_small.jpg');">Winter</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/CafeChicGoldChristmas.jpg" target="_blank" onMouseOver="self.status='Seasonal - CafeChicGold - Christmas';lightUp('sectionTextCafeChicGold', CafeChicGoldChristmasOn);return true" onMouseOut="dimDown('sectionTextCafeChicGold', 'http://www.ftdi.com/ftdfloristsonline/images/CafeChicGoldchristmas_small.jpg');">Christmas</a></td>
 
-
</tr>
 
-
 
-
</table>
 
-
</blockquote> </td>
 
-
<td width="297" align="center"> <p align="center"><img src="http://www.ftdi.com/ftdfloristsonline/images/CafeChicGoldMother_small.jpg" name="sectionTextCafeChicGold"></p></td>
 
-
</tr>
 
-
 
-
<tr>
 
-
<td width="300" class="style1" valign="top"><p><b>Seasonal - Cafe Chic - Blue</b><blockquote>
 
-
<table border="0" cellpadding="1" cellspacing="1">
 
-
<!--<tr>
 
-
<td nowrap><p><a href="http://www.ftdi.com/images/fol/1/contemporarystems.html" target="_blank">Browse a Full
 
-
Contemporary Site </a></td>
 
-
</tr>-->
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/CafeChicBlueValentine.jpg" target="_blank" onMouseOver="self.status='Seasonal - CafeChicBlue - Valentines Day';lightUp('sectionTextCafeChicBlue', CafeChicBlueValentineOn);return true" onMouseOut="dimDown('sectionTextCafeChicBlue', 'http://www.ftdi.com/ftdfloristsonline/images/CafeChicBluevalentine_small.jpg');">Valentine's Day</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/CafeChicBlueSpring.jpg" target="_blank" onMouseOver="self.status='Seasonal - CafeChicBlue - Spring';lightUp('sectionTextCafeChicBlue', CafeChicBlueSpringOn);return true" onMouseOut="dimDown('sectionTextCafeChicBlue', 'http://www.ftdi.com/ftdfloristsonline/images/CafeChicBluespring_small.jpg');">Spring</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/CafeChicBlueEaster.jpg" target="_blank" onMouseOver="self.status='Seasonal - CafeChicBlue - Easter';lightUp('sectionTextCafeChicBlue', CafeChicBlueEasterOn);return true" onMouseOut="dimDown('sectionTextCafeChicBlue', 'http://www.ftdi.com/ftdfloristsonline/images/CafeChicBlueeaster_small.jpg');">Easter</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/CafeChicBlueMother.jpg" target="_blank" onMouseOver="self.status='Seasonal - CafeChicBlue - Mothers Day';lightUp('sectionTextCafeChicBlue', CafeChicBlueMotherOn);return true" onMouseOut="dimDown('sectionTextCafeChicBlue', 'http://www.ftdi.com/ftdfloristsonline/images/CafeChicBluemother_small.jpg');">Mother's Day</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/CafeChicBlueFather.jpg" target="_blank" onMouseOver="self.status='Seasonal - CafeChicBlue - Fathers Day';lightUp('sectionTextCafeChicBlue', CafeChicBlueFatherOn);return true" onMouseOut="dimDown('sectionTextCafeChicBlue', 'http://www.ftdi.com/ftdfloristsonline/images/CafeChicBluefather_small.jpg');">Father's Day</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/CafeChicBlueSummer.jpg" target="_blank" onMouseOver="self.status='Seasonal - CafeChicBlue - Summer';lightUp('sectionTextCafeChicBlue', CafeChicBlueSummerOn);return true" onMouseOut="dimDown('sectionTextCafeChicBlue', 'http://www.ftdi.com/ftdfloristsonline/images/CafeChicBluesummer_small.jpg');">Summer</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/CafeChicBlueAutumn.jpg" target="_blank" onMouseOver="self.status='Seasonal - CafeChicBlue - Autumn';lightUp('sectionTextCafeChicBlue', CafeChicBlueAutumnOn);return true" onMouseOut="dimDown('sectionTextCafeChicBlue', 'http://www.ftdi.com/ftdfloristsonline/images/CafeChicBlueautumn_small.jpg');">Autumn</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/CafeChicBlueHalloween.jpg" target="_blank" onMouseOver="self.status='Seasonal - CafeChicBlue - Halloween';lightUp('sectionTextCafeChicBlue', CafeChicBlueHalloweenOn);return true" onMouseOut="dimDown('sectionTextCafeChicBlue', 'http://www.ftdi.com/ftdfloristsonline/images/CafeChicBluehalloween_small.jpg');">Halloween</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/CafeChicBlueThanksgiving.jpg" target="_blank" onMouseOver="self.status='Seasonal - CafeChicBlue - Thanksgiving';lightUp('sectionTextCafeChicBlue', CafeChicBlueThanksgivingOn);return true" onMouseOut="dimDown('sectionTextCafeChicBlue', 'http://www.ftdi.com/ftdfloristsonline/images/CafeChicBluethanksgiving_small.jpg');">Thanksgiving</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/CafeChicBlueWinter.jpg" target="_blank" onMouseOver="self.status='Seasonal - CafeChicBlue - Winter';lightUp('sectionTextCafeChicBlue', CafeChicBlueWinterOn);return true" onMouseOut="dimDown('sectionTextCafeChicBlue', 'http://www.ftdi.com/ftdfloristsonline/images/CafeChicBluewinter_small.jpg');">Winter</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/CafeChicBlueChristmas.jpg" target="_blank" onMouseOver="self.status='Seasonal - CafeChicBlue - Christmas';lightUp('sectionTextCafeChicBlue', CafeChicBlueChristmasOn);return true" onMouseOut="dimDown('sectionTextCafeChicBlue', 'http://www.ftdi.com/ftdfloristsonline/images/CafeChicBluechristmas_small.jpg');">Christmas</a></td>
 
-
</tr>
 
-
 
-
</table>
 
-
</blockquote> </td>
 
-
<td width="297" align="center"> <p align="center"><img src="http://www.ftdi.com/ftdfloristsonline/images/CafeChicBlueSpring_small.jpg" name="sectionTextCafeChicBlue"></p></td>
 
-
</tr>
 
-
 
-
 
-
<tr>
 
-
<td width="300" class="style1" valign="top"><p><b>Seasonal - Cafe Chic - Pink</b><blockquote>
 
-
<table border="0" cellpadding="1" cellspacing="1">
 
-
<!--<tr>
 
-
<td nowrap><p><a href="http://www.ftdi.com/images/fol/1/contemporarystems.html" target="_blank">Browse a Full
 
-
Contemporary Site </a></td>
 
-
</tr>-->
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/CafeChicPinkValentine.jpg" target="_blank" onMouseOver="self.status='Seasonal - CafeChicPink - Valentines Day';lightUp('sectionTextCafeChicPink', CafeChicPinkValentineOn);return true" onMouseOut="dimDown('sectionTextCafeChicPink', 'http://www.ftdi.com/ftdfloristsonline/images/CafeChicPinkvalentine_small.jpg');">Valentine's Day</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/CafeChicPinkSpring.jpg" target="_blank" onMouseOver="self.status='Seasonal - CafeChicPink - Spring';lightUp('sectionTextCafeChicPink', CafeChicPinkSpringOn);return true" onMouseOut="dimDown('sectionTextCafeChicPink', 'http://www.ftdi.com/ftdfloristsonline/images/CafeChicPinkspring_small.jpg');">Spring</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/CafeChicPinkEaster.jpg" target="_blank" onMouseOver="self.status='Seasonal - CafeChicPink - Easter';lightUp('sectionTextCafeChicPink', CafeChicPinkEasterOn);return true" onMouseOut="dimDown('sectionTextCafeChicPink', 'http://www.ftdi.com/ftdfloristsonline/images/CafeChicPinkeaster_small.jpg');">Easter</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/CafeChicPinkMother.jpg" target="_blank" onMouseOver="self.status='Seasonal - CafeChicPink - Mothers Day';lightUp('sectionTextCafeChicPink', CafeChicPinkMotherOn);return true" onMouseOut="dimDown('sectionTextCafeChicPink', 'http://www.ftdi.com/ftdfloristsonline/images/CafeChicPinkmother_small.jpg');">Mother's Day</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/CafeChicPinkFather.jpg" target="_blank" onMouseOver="self.status='Seasonal - CafeChicPink - Fathers Day';lightUp('sectionTextCafeChicPink', CafeChicPinkFatherOn);return true" onMouseOut="dimDown('sectionTextCafeChicPink', 'http://www.ftdi.com/ftdfloristsonline/images/CafeChicPinkfather_small.jpg');">Father's Day</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/CafeChicPinkSummer.jpg" target="_blank" onMouseOver="self.status='Seasonal - CafeChicPink - Summer';lightUp('sectionTextCafeChicPink', CafeChicPinkSummerOn);return true" onMouseOut="dimDown('sectionTextCafeChicPink', 'http://www.ftdi.com/ftdfloristsonline/images/CafeChicPinksummer_small.jpg');">Summer</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/CafeChicPinkAutumn.jpg" target="_blank" onMouseOver="self.status='Seasonal - CafeChicPink - Autumn';lightUp('sectionTextCafeChicPink', CafeChicPinkAutumnOn);return true" onMouseOut="dimDown('sectionTextCafeChicPink', 'http://www.ftdi.com/ftdfloristsonline/images/CafeChicPinkautumn_small.jpg');">Autumn</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/CafeChicPinkHalloween.jpg" target="_blank" onMouseOver="self.status='Seasonal - CafeChicPink - Halloween';lightUp('sectionTextCafeChicPink', CafeChicPinkHalloweenOn);return true" onMouseOut="dimDown('sectionTextCafeChicPink', 'http://www.ftdi.com/ftdfloristsonline/images/CafeChicPinkhalloween_small.jpg');">Halloween</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/CafeChicPinkThanksgiving.jpg" target="_blank" onMouseOver="self.status='Seasonal - CafeChicPink - Thanksgiving';lightUp('sectionTextCafeChicPink', CafeChicPinkThanksgivingOn);return true" onMouseOut="dimDown('sectionTextCafeChicPink', 'http://www.ftdi.com/ftdfloristsonline/images/CafeChicPinkthanksgiving_small.jpg');">Thanksgiving</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/CafeChicPinkWinter.jpg" target="_blank" onMouseOver="self.status='Seasonal - CafeChicPink - Winter';lightUp('sectionTextCafeChicPink', CafeChicPinkWinterOn);return true" onMouseOut="dimDown('sectionTextCafeChicPink', 'http://www.ftdi.com/ftdfloristsonline/images/CafeChicPinkwinter_small.jpg');">Winter</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/CafeChicPinkChristmas.jpg" target="_blank" onMouseOver="self.status='Seasonal - CafeChicPink - Christmas';lightUp('sectionTextCafeChicPink', CafeChicPinkChristmasOn);return true" onMouseOut="dimDown('sectionTextCafeChicPink', 'http://www.ftdi.com/ftdfloristsonline/images/CafeChicPinkchristmas_small.jpg');">Christmas</a></td>
 
-
</tr>
 
-
 
-
</table>
 
-
</blockquote> </td>
 
-
<td width="297" align="center"> <p align="center"><img src="http://www.ftdi.com/ftdfloristsonline/images/CafeChicPinkSummer_small.jpg" name="sectionTextCafeChicPink"></p></td>
 
-
</tr>
 
-
 
-
 
-
 
-
 
-
<tr>
 
-
<td width="300" class="style1" valign="top"><p><b>Seasonal - Sophistication</b><blockquote>
 
-
<table border="0" cellpadding="1" cellspacing="1">
 
-
<!--<tr>
 
-
<td nowrap><p><a href="http://www.ftdi.com/images/fol/1/contemporarystems.html" target="_blank">Browse a Full
 
-
Contemporary Site </a></td>
 
-
</tr>-->
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/SophisticationValentine.jpg" target="_blank" onMouseOver="self.status='Seasonal - Sophistication - Valentines Day';lightUp('sectionTextSophistication', SophisticationValentineOn);return true" onMouseOut="dimDown('sectionTextSophistication', 'http://www.ftdi.com/ftdfloristsonline/images/Sophisticationvalentine_small.jpg');">Valentine's Day</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/SophisticationSpring.jpg" target="_blank" onMouseOver="self.status='Seasonal - Sophistication - Spring';lightUp('sectionTextSophistication', SophisticationSpringOn);return true" onMouseOut="dimDown('sectionTextSophistication', 'http://www.ftdi.com/ftdfloristsonline/images/Sophisticationspring_small.jpg');">Spring</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/SophisticationEaster.jpg" target="_blank" onMouseOver="self.status='Seasonal - Sophistication - Easter';lightUp('sectionTextSophistication', SophisticationEasterOn);return true" onMouseOut="dimDown('sectionTextSophistication', 'http://www.ftdi.com/ftdfloristsonline/images/Sophisticationeaster_small.jpg');">Easter</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/SophisticationMother.jpg" target="_blank" onMouseOver="self.status='Seasonal - Sophistication - Mothers Day';lightUp('sectionTextSophistication', SophisticationMotherOn);return true" onMouseOut="dimDown('sectionTextSophistication', 'http://www.ftdi.com/ftdfloristsonline/images/Sophisticationmother_small.jpg');">Mother's Day</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/SophisticationFather.jpg" target="_blank" onMouseOver="self.status='Seasonal - Sophistication - Fathers Day';lightUp('sectionTextSophistication', SophisticationFatherOn);return true" onMouseOut="dimDown('sectionTextSophistication', 'http://www.ftdi.com/ftdfloristsonline/images/Sophisticationfather_small.jpg');">Father's Day</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/SophisticationSummer.jpg" target="_blank" onMouseOver="self.status='Seasonal - Sophistication - Summer';lightUp('sectionTextSophistication', SophisticationSummerOn);return true" onMouseOut="dimDown('sectionTextSophistication', 'http://www.ftdi.com/ftdfloristsonline/images/Sophisticationsummer_small.jpg');">Summer</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/SophisticationAutumn.jpg" target="_blank" onMouseOver="self.status='Seasonal - Sophistication - Autumn';lightUp('sectionTextSophistication', SophisticationAutumnOn);return true" onMouseOut="dimDown('sectionTextSophistication', 'http://www.ftdi.com/ftdfloristsonline/images/Sophisticationautumn_small.jpg');">Autumn</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/SophisticationHalloween.jpg" target="_blank" onMouseOver="self.status='Seasonal - Sophistication - Halloween';lightUp('sectionTextSophistication', SophisticationHalloweenOn);return true" onMouseOut="dimDown('sectionTextSophistication', 'http://www.ftdi.com/ftdfloristsonline/images/Sophisticationhalloween_small.jpg');">Halloween</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/SophisticationThanksgiving.jpg" target="_blank" onMouseOver="self.status='Seasonal - Sophistication - Thanksgiving';lightUp('sectionTextSophistication', SophisticationThanksgivingOn);return true" onMouseOut="dimDown('sectionTextSophistication', 'http://www.ftdi.com/ftdfloristsonline/images/Sophisticationthanksgiving_small.jpg');">Thanksgiving</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/SophisticationWinter.jpg" target="_blank" onMouseOver="self.status='Seasonal - Sophistication - Winter';lightUp('sectionTextSophistication', SophisticationWinterOn);return true" onMouseOut="dimDown('sectionTextSophistication', 'http://www.ftdi.com/ftdfloristsonline/images/Sophisticationwinter_small.jpg');">Winter</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/SophisticationChristmas.jpg" target="_blank" onMouseOver="self.status='Seasonal - Sophistication - Christmas';lightUp('sectionTextSophistication', SophisticationChristmasOn);return true" onMouseOut="dimDown('sectionTextSophistication', 'http://www.ftdi.com/ftdfloristsonline/images/Sophisticationchristmas_small.jpg');">Christmas</a></td>
 
-
</tr>
 
-
 
-
</table>
 
-
</blockquote> </td>
 
-
<td width="297" align="center"> <p align="center"><img src="http://www.ftdi.com/ftdfloristsonline/images/Sophistication.jpg" name="sectionTextSophistication"></p></td>
 
-
</tr>
 
-
 
-
 
-
 
-
 
-
 
-
<tr>
 
-
<td width="300" class="style1" valign="top"><p><b>Seasonal - Contemporary</b><blockquote>
 
-
<table border="0" cellpadding="1" cellspacing="1">
 
-
<!--<tr>
 
-
<td nowrap><p><a href="http://www.ftdi.com/images/fol/1/contemporarystems.html" target="_blank">Browse a Full
 
-
Contemporary Site </a></td>
 
-
</tr>-->
 
-
<tr>
 
-
<td>&nbsp;</td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/contemporaryValentine.jpg" target="_blank" onMouseOver="self.status='Seasonal - Contemporary Stems - Valentines Day';lightUp('sectionTextSeasonalContemporaryStems', SeasonalContemporaryStemsValentineOn);return true" onMouseOut="dimDown('sectionTextSeasonalContemporaryStems', 'http://www.ftdi.com/ftdfloristsonline/images/contemporaryvalentine_small.jpg');">Valentine's Day</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/contemporarySpring.jpg" target="_blank" onMouseOver="self.status='Seasonal - Contemporary Stems - Spring';lightUp('sectionTextSeasonalContemporaryStems', SeasonalContemporaryStemsSpringOn);return true" onMouseOut="dimDown('sectionTextSeasonalContemporaryStems', 'http://www.ftdi.com/ftdfloristsonline/images/contemporaryspring_small.jpg');">Spring</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/contemporaryEaster.jpg" target="_blank" onMouseOver="self.status='Seasonal - Contemporary Stems - Easter';lightUp('sectionTextSeasonalContemporaryStems', SeasonalContemporaryStemsEasterOn);return true" onMouseOut="dimDown('sectionTextSeasonalContemporaryStems', 'http://www.ftdi.com/ftdfloristsonline/images/contemporaryeaster_small.jpg');">Easter</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/contemporaryMother.jpg" target="_blank" onMouseOver="self.status='Seasonal - Contemporary Stems - Mothers Day';lightUp('sectionTextSeasonalContemporaryStems', SeasonalContemporaryStemsMotherOn);return true" onMouseOut="dimDown('sectionTextSeasonalContemporaryStems', 'http://www.ftdi.com/ftdfloristsonline/images/contemporarymother_small.jpg');">Mother's Day</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/contemporaryFather.jpg" target="_blank" onMouseOver="self.status='Seasonal - Contemporary Stems - Fathers Day';lightUp('sectionTextSeasonalContemporaryStems', SeasonalContemporaryStemsFatherOn);return true" onMouseOut="dimDown('sectionTextSeasonalContemporaryStems', 'http://www.ftdi.com/ftdfloristsonline/images/contemporaryfather_small.jpg');">Father's Day</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/contemporarySummer.jpg" target="_blank" onMouseOver="self.status='Seasonal - Contemporary Stems - Summer';lightUp('sectionTextSeasonalContemporaryStems', SeasonalContemporaryStemsSummerOn);return true" onMouseOut="dimDown('sectionTextSeasonalContemporaryStems', 'http://www.ftdi.com/ftdfloristsonline/images/contemporarysummer_small.jpg');">Summer</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/contemporaryAutumn.jpg" target="_blank" onMouseOver="self.status='Seasonal - Contemporary Stems - Autumn';lightUp('sectionTextSeasonalContemporaryStems', SeasonalContemporaryStemsAutumnOn);return true" onMouseOut="dimDown('sectionTextSeasonalContemporaryStems', 'http://www.ftdi.com/ftdfloristsonline/images/contemporaryautumn_small.jpg');">Autumn</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/contemporaryHalloween.jpg" target="_blank" onMouseOver="self.status='Seasonal - Contemporary Stems - Halloween';lightUp('sectionTextSeasonalContemporaryStems', SeasonalContemporaryStemsHalloweenOn);return true" onMouseOut="dimDown('sectionTextSeasonalContemporaryStems', 'http://www.ftdi.com/ftdfloristsonline/images/contemporaryhalloween_small.jpg');">Halloween</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/contemporaryThanksgiving.jpg" target="_blank" onMouseOver="self.status='Seasonal - Contemporary Stems - Thanksgiving';lightUp('sectionTextSeasonalContemporaryStems', SeasonalContemporaryStemsThanksgivingOn);return true" onMouseOut="dimDown('sectionTextSeasonalContemporaryStems', 'http://www.ftdi.com/ftdfloristsonline/images/contemporarythanks_small.jpg');">Thanksgiving</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/contemporaryWinter.jpg" target="_blank" onMouseOver="self.status='Seasonal - Contemporary Stems - Winter';lightUp('sectionTextSeasonalContemporaryStems', SeasonalContemporaryStemsWinterOn);return true" onMouseOut="dimDown('sectionTextSeasonalContemporaryStems', 'http://www.ftdi.com/ftdfloristsonline/images/contemporarywinter_small.jpg');">Winter</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/contemporaryChristmas.jpg" target="_blank" onMouseOver="self.status='Seasonal - Contemporary Stems - Christmas';lightUp('sectionTextSeasonalContemporaryStems', SeasonalContemporaryStemsChristmasOn);return true" onMouseOut="dimDown('sectionTextSeasonalContemporaryStems', 'http://www.ftdi.com/ftdfloristsonline/images/contemporarychristmas_small.jpg');">Christmas</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p>&nbsp;</td>
 
-
</tr>
 
-
<tr>
 
-
<td></td>
 
-
</tr>
 
-
<tr>
 
-
<td></td>
 
-
</tr>
 
-
<tr>
 
-
<td>&nbsp;</td>
 
-
</tr>
 
-
<tr>
 
-
<td>&nbsp;</td>
 
-
</tr>
 
-
<tr>
 
-
<td>&nbsp;</td>
 
-
</tr>
 
-
</table>
 
-
</blockquote> </td>
 
-
<td width="297" align="center"> <p align="center"><img src="http://www.ftdi.com/ftdfloristsonline/images/contemporaryvalentine_small.jpg" name="sectionTextSeasonalContemporaryStems"></p></td>
 
-
</tr>
 
-
 
-
<tr>
 
-
<td width="300" class="style1" valign="top"><p><b>Seasonal - Sweet
 
-
Celebrations</b><blockquote>
 
-
<table border="0" cellpadding="1" cellspacing="1">
 
-
<!--<tr>
 
-
<td nowrap><p><a href="http://www.ftdi.com/images/fol/2/sweetcelebrations.html" target="_blank">Browse a Full
 
-
Sweet Celebrations Site </a></td>
 
-
</tr>-->
 
-
<tr>
 
-
<td>&nbsp;</td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/sweetcelebrationsValentine.jpg" target="_blank" onMouseOver="self.status='Seasonal - Sweet Celebrations - Valentines Day';lightUp('sectionTextSeasonalSweetCelebrations', SeasonalSweetCelebrationsValentineOn);return true" onMouseOut="dimDown('sectionTextSeasonalSweetCelebrations', 'http://www.ftdi.com/ftdfloristsonline/images/sweetValentine_small.jpg');">Valentine's Day</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/sweetcelebrationsSpring.jpg" target="_blank" onMouseOver="self.status='Seasonal - Sweet Celebrations - Spring';lightUp('sectionTextSeasonalSweetCelebrations', SeasonalSweetCelebrationsSpringOn);return true" onMouseOut="dimDown('sectionTextSeasonalSweetCelebrations', 'http://www.ftdi.com/ftdfloristsonline/images/sweetSpring_small.jpg');">Spring</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/sweetcelebrationsEaster.jpg" target="_blank" onMouseOver="self.status='Seasonal - Sweet Celebrations - Easter';lightUp('sectionTextSeasonalSweetCelebrations', SeasonalSweetCelebrationsEasterOn);return true" onMouseOut="dimDown('sectionTextSeasonalSweetCelebrations', 'http://www.ftdi.com/ftdfloristsonline/images/sweetEaster_small.jpg');">Easter</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/sweetcelebrationsMother.jpg" target="_blank" onMouseOver="self.status='Seasonal - Sweet Celebrations - Mothers Day';lightUp('sectionTextSeasonalSweetCelebrations', SeasonalSweetCelebrationsMotherOn);return true" onMouseOut="dimDown('sectionTextSeasonalSweetCelebrations', 'http://www.ftdi.com/ftdfloristsonline/images/sweetMother_small.jpg');">Mother's Day</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/sweetcelebrationsFather.jpg" target="_blank" onMouseOver="self.status='Seasonal - Sweet Celebrations - Fathers Day';lightUp('sectionTextSeasonalSweetCelebrations', SeasonalSweetCelebrationsFatherOn);return true" onMouseOut="dimDown('sectionTextSeasonalSweetCelebrations', 'http://www.ftdi.com/ftdfloristsonline/images/sweetFather_small.jpg');">Father's Day</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/sweetcelebrationsSummer.jpg" target="_blank" onMouseOver="self.status='Seasonal - Sweet Celebrations - Summer';lightUp('sectionTextSeasonalSweetCelebrations', SeasonalSweetCelebrationsSummerOn);return true" onMouseOut="dimDown('sectionTextSeasonalSweetCelebrations', 'http://www.ftdi.com/ftdfloristsonline/images/sweetSummer_small.jpg');">Summer</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/sweetcelebrationsAutumn.jpg" target="_blank" onMouseOver="self.status='Seasonal - Sweet Celebrations - Autumn';lightUp('sectionTextSeasonalSweetCelebrations', SeasonalSweetCelebrationsAutumnOn);return true" onMouseOut="dimDown('sectionTextSeasonalSweetCelebrations', 'http://www.ftdi.com/ftdfloristsonline/images/sweetAutumn_small.jpg');">Autumn</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/sweetcelebrationsHalloween.jpg" target="_blank" onMouseOver="self.status='Seasonal - Sweet Celebrations - Halloween';lightUp('sectionTextSeasonalSweetCelebrations', SeasonalSweetCelebrationsHalloweenOn);return true" onMouseOut="dimDown('sectionTextSeasonalSweetCelebrations', 'http://www.ftdi.com/ftdfloristsonline/images/sweetHalloween_small.jpg');">Halloween</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/sweetcelebrationsThanks.jpg" target="_blank" onMouseOver="self.status='Seasonal - Sweet Celebrations - Thanksgiving';lightUp('sectionTextSeasonalSweetCelebrations', SeasonalSweetCelebrationsThanksgivingOn);return true" onMouseOut="dimDown('sectionTextSeasonalSweetCelebrations', 'http://www.ftdi.com/ftdfloristsonline/images/sweetThanksgiving_small.jpg');">Thanksgiving</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/sweetcelebrationsWinter.jpg" target="_blank" onMouseOver="self.status='Seasonal - Sweet Celebrations - Winter';lightUp('sectionTextSeasonalSweetCelebrations', SeasonalSweetCelebrationsWinterOn);return true" onMouseOut="dimDown('sectionTextSeasonalSweetCelebrations', 'http://www.ftdi.com/ftdfloristsonline/images/sweetWinter_small.jpg');">Winter</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/sweetcelebrationsChristmas.jpg" target="_blank" onMouseOver="self.status='Seasonal - Sweet Celebrations - Christmas';lightUp('sectionTextSeasonalSweetCelebrations', SeasonalSweetCelebrationsChristmasOn);return true" onMouseOut="dimDown('sectionTextSeasonalSweetCelebrations', 'http://www.ftdi.com/ftdfloristsonline/images/sweetChristmas_small.jpg');">Christmas</a></td>
 
-
</tr>
 
-
 
-
<tr>
 
-
<td></td>
 
-
</tr>
 
-
 
-
<tr>
 
-
<td>&nbsp;</td>
 
-
</tr>
 
-
 
-
<tr>
 
-
<td>&nbsp;</td>
 
-
</tr>
 
-
 
-
<tr>
 
-
<td>&nbsp;</td>
 
-
</tr>
 
-
 
-
<tr>
 
-
<td>&nbsp;</td>
 
-
</tr>
 
-
 
-
<tr>
 
-
<td>&nbsp;</td>
 
-
</tr>
 
-
</table>
 
-
</blockquote> </td>
 
-
<td width="297" align="center"> <p align="center"><img src="http://www.ftdi.com/ftdfloristsonline/images/sweetValentine_small.jpg" name="sectionTextSeasonalSweetCelebrations"></p></td>
 
-
</tr>
 
-
 
-
<tr>
 
-
<td width="247"><p><b>Seasonal - Fresh
 
-
Blooms</b><blockquote>
 
-
<table border="0" cellpadding="1" cellspacing="1">
 
-
<!--<tr>
 
-
<td nowrap><p><a href="http://www.ftdi.com/images/fol/3/freshblooms.html" target="_blank">Browse a Full
 
-
Fresh Blooms Site </a></td>
 
-
</tr>-->
 
-
<tr>
 
-
<td>&nbsp;</td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/freshblooms_valentine.jpg" target="_blank" onMouseOver="self.status='Seasonal - Fresh Blooms - Valentines Day';lightUp('sectionTextSeasonalFreshBlooms', SeasonalFreshBloomsValentineOn);return true" onMouseOut="dimDown('sectionTextSeasonalFreshBlooms', 'http://www.ftdi.com/ftdfloristsonline/images/freshvalentine_small.jpg');">Valentine's Day</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/freshblooms_spring.jpg" target="_blank" onMouseOver="self.status='Seasonal - Fresh Blooms - Spring';lightUp('sectionTextSeasonalFreshBlooms', SeasonalFreshBloomsSpringOn);return true" onMouseOut="dimDown('sectionTextSeasonalFreshBlooms', 'http://www.ftdi.com/ftdfloristsonline/images/freshspring_small.jpg');">Spring</a></td>
 
-
</tr>
 
-
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/freshblooms_easter.jpg" target="_blank" onMouseOver="self.status='Seasonal - Fresh Blooms - Easter';lightUp('sectionTextSeasonalFreshBlooms', SeasonalFreshBloomsEasterOn);return true" onMouseOut="dimDown('sectionTextSeasonalFreshBlooms', 'http://www.ftdi.com/ftdfloristsonline/images/freshEaster_small.jpg');">Easter</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/freshblooms_mother.jpg" target="_blank" onMouseOver="self.status='Seasonal - Fresh Blooms - Mothers Day';lightUp('sectionTextSeasonalFreshBlooms', SeasonalFreshBloomsMotherOn);return true" onMouseOut="dimDown('sectionTextSeasonalFreshBlooms', 'http://www.ftdi.com/ftdfloristsonline/images/freshmother_small.jpg');">Mother's Day</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/freshblooms_father.jpg" target="_blank" onMouseOver="self.status='Seasonal - Fresh Blooms - Fathers Day';lightUp('sectionTextSeasonalFreshBlooms', SeasonalFreshBloomsFatherOn);return true" onMouseOut="dimDown('sectionTextSeasonalFreshBlooms', 'http://www.ftdi.com/ftdfloristsonline/images/freshfather_small.jpg');">Father's Day</a></td>
 
-
</tr>
 
-
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/freshblooms_summer.jpg" target="_blank" onMouseOver="self.status='Seasonal - Fresh Blooms - Summer';lightUp('sectionTextSeasonalFreshBlooms', SeasonalFreshBloomsSummerOn);return true" onMouseOut="dimDown('sectionTextSeasonalFreshBlooms', 'http://www.ftdi.com/ftdfloristsonline/images/freshsummer_small.jpg');">Summer</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/freshblooms_autumn.jpg" target="_blank" onMouseOver="self.status='Seasonal - Fresh Blooms - Autumn';lightUp('sectionTextSeasonalFreshBlooms', SeasonalFreshBloomsAutumnOn);return true" onMouseOut="dimDown('sectionTextSeasonalFreshBlooms', 'http://www.ftdi.com/ftdfloristsonline/images/freshAutumn_small.jpg');">Autumn</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/freshblooms_halloween.jpg" target="_blank" onMouseOver="self.status='Seasonal - Fresh Blooms - Halloween';lightUp('sectionTextSeasonalFreshBlooms', SeasonalFreshBloomsHalloweenOn);return true" onMouseOut="dimDown('sectionTextSeasonalFreshBlooms', 'http://www.ftdi.com/ftdfloristsonline/images/freshhalloween_small.jpg');">Halloween</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/freshblooms_thanksgiving.jpg" target="_blank" onMouseOver="self.status='Seasonal - Fresh Blooms - Thanksgiving';lightUp('sectionTextSeasonalFreshBlooms', SeasonalFreshBloomsThanksgivingOn);return true" onMouseOut="dimDown('sectionTextSeasonalFreshBlooms', 'http://www.ftdi.com/ftdfloristsonline/images/freshthanksgiving_small.jpg');">Thanksgiving</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/freshblooms_winter.jpg" target="_blank" onMouseOver="self.status='Seasonal - Fresh Blooms - Winter';lightUp('sectionTextSeasonalFreshBlooms', SeasonalFreshBloomsWinterOn);return true" onMouseOut="dimDown('sectionTextSeasonalFreshBlooms', 'http://www.ftdi.com/ftdfloristsonline/images/freshwinter_small.jpg');">Winter</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/freshblooms_christmas.jpg" target="_blank" onMouseOver="self.status='Seasonal - Fresh Blooms - Christmas';lightUp('sectionTextSeasonalFreshBlooms', SeasonalFreshBloomsChristmasOn);return true" onMouseOut="dimDown('sectionTextSeasonalFreshBlooms', 'http://www.ftdi.com/ftdfloristsonline/images/freshchristmas_small.jpg');">Christmas</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td></td>
 
-
</tr>
 
-
<tr>
 
-
<td></td>
 
-
</tr>
 
-
<tr>
 
-
<td></td>
 
-
</tr>
 
-
<tr>
 
-
<td></td>
 
-
</tr>
 
-
<tr>
 
-
<td></td>
 
-
</tr>
 
-
<tr>
 
-
<td></td>
 
-
</tr>
 
-
<tr>
 
-
<td></td>
 
-
</tr>
 
-
</table>
 
-
</blockquote> </td>
 
-
<td width="297" align="center"> <p align="center"><img src="http://www.ftdi.com/ftdfloristsonline/images/freshvalentine_small.jpg" name="sectionTextSeasonalFreshBlooms"></p></td>
 
-
</tr>
 
-
 
-
<tr>
 
-
<td width="247"><p><b>Seasonal - Studio B</b><blockquote>
 
-
<table border="0" cellpadding="1" cellspacing="1" width="215">
 
-
<!--<tr>
 
-
<td nowrap width="207"><p><a href="http://www.ftdi.com/images/fol/4/studiob.html" target="_blank">Browse a Full
 
-
Studio B Site </a></td>
 
-
</tr>-->
 
-
<tr>
 
-
<td width="207">&nbsp;</td>
 
-
</tr>
 
-
<tr>
 
-
<td width="207"><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/studiob_valentine.jpg" target="_blank" onMouseOver="self.status='Seasonal - Studio B - Valentines Day';lightUp('sectionTextSeasonalStudio', SeasonalStudioBValentineOn);return true" onMouseOut="dimDown('sectionTextSeasonalStudio', 'http://www.ftdi.com/ftdfloristsonline/images/studiobvalentine_small.jpg');">Valentine's Day</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td width="207"><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/studiob_spring.jpg" target="_blank" onMouseOver="self.status='Seasonal - Studio B - Spring';lightUp('sectionTextSeasonalStudio', SeasonalStudioBSpringOn);return true" onMouseOut="dimDown('sectionTextSeasonalStudio', 'http://www.ftdi.com/ftdfloristsonline/images/studiobspring_small.jpg');">Spring</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td width="207"><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/studiob_easter.jpg" target="_blank" onMouseOver="self.status='Seasonal - Studio B - Easter';lightUp('sectionTextSeasonalStudio', SeasonalStudioBEasterOn);return true" onMouseOut="dimDown('sectionTextSeasonalStudio', 'http://www.ftdi.com/ftdfloristsonline/images/studiobeaster_small.jpg');">Easter</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td width="207"><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/studiob_mother.jpg" target="_blank" onMouseOver="self.status='Seasonal - Studio B - Mothers Day';lightUp('sectionTextSeasonalStudio', SeasonalStudioBMotherOn);return true" onMouseOut="dimDown('sectionTextSeasonalStudio', 'http://www.ftdi.com/ftdfloristsonline/images/studiobmother_small.jpg');">Mother's Day</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td width="207"><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/studiob_father.jpg" target="_blank" onMouseOver="self.status='Seasonal - Studio B - Fathers Day';lightUp('sectionTextSeasonalStudio', SeasonalStudioBFatherOn);return true" onMouseOut="dimDown('sectionTextSeasonalStudio', 'http://www.ftdi.com/ftdfloristsonline/images/studiobfather_small.jpg');">Father's Day</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td width="207"><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/studiob_summer.jpg" target="_blank" onMouseOver="self.status='Seasonal - Studio B - Summer';lightUp('sectionTextSeasonalStudio', SeasonalStudioBSummerOn);return true" onMouseOut="dimDown('sectionTextSeasonalStudio', 'http://www.ftdi.com/ftdfloristsonline/images/studiobsummer_small.jpg');">Summer</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td width="207"><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/studiob_autumn.jpg" target="_blank" onMouseOver="self.status='Seasonal - Studio B - Autumn';lightUp('sectionTextSeasonalStudio', SeasonalStudioBAutumnOn);return true" onMouseOut="dimDown('sectionTextSeasonalStudio', 'http://www.ftdi.com/ftdfloristsonline/images/studiobautumn_small.jpg');">Autumn</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td width="207"><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/studiob_halloween.jpg" target="_blank" onMouseOver="self.status='Seasonal - Studio B - Halloween';lightUp('sectionTextSeasonalStudio', SeasonalStudioBHalloweenOn);return true" onMouseOut="dimDown('sectionTextSeasonalStudio', 'http://www.ftdi.com/ftdfloristsonline/images/studiobhalloween_small.jpg');">Halloween</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td width="207"><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/studiob_thanksgiving.jpg" target="_blank" onMouseOver="self.status='Seasonal - Studio B - Thanksgiving';lightUp('sectionTextSeasonalStudio', SeasonalStudioBThanksgivingOn);return true" onMouseOut="dimDown('sectionTextSeasonalStudio', 'http://www.ftdi.com/ftdfloristsonline/images/studiobthanksgiving_small.jpg');">Thanksgiving</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td width="207"><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/studiob_winter.jpg" target="_blank" onMouseOver="self.status='Seasonal - Studio B - Winter';lightUp('sectionTextSeasonalStudio', SeasonalStudioBWinterOn);return true" onMouseOut="dimDown('sectionTextSeasonalStudio', 'http://www.ftdi.com/ftdfloristsonline/images/studiobwinter_small.jpg');">Winter</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td width="207"><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/studiob_christmas.jpg" target="_blank" onMouseOver="self.status='Seasonal - Studio B - Christmas';lightUp('sectionTextSeasonalStudio', SeasonalStudioBChristmasOn);return true" onMouseOut="dimDown('sectionTextSeasonalStudio', 'http://www.ftdi.com/ftdfloristsonline/images/studiobchristmas_small.jpg');">Christmas</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td width="207"><p></td>
 
-
</tr>
 
-
<tr>
 
-
<td width="207"></td>
 
-
</tr>
 
-
<tr>
 
-
<td width="207"></td>
 
-
</tr>
 
-
<tr>
 
-
<td width="207"></td>
 
-
</tr>
 
-
<tr>
 
-
<td width="207"></td>
 
-
</tr>
 
-
<tr>
 
-
<td width="207"></td>
 
-
</tr>
 
-
<tr>
 
-
<td width="207"></td>
 
-
</tr>
 
-
</table>
 
-
</blockquote> </td>
 
-
<td width="297" align="center"> <p align="center"><img src="http://www.ftdi.com/ftdfloristsonline/images/studiobvalentine_small.jpg" name="sectionTextSeasonalStudio"></p></td>
 
-
</tr>
 
-
 
-
<tr>
 
-
<td width="247"><p>
 
-
<b>Seasonal - Holiday</b><blockquote>
 
-
<table border="0" cellpadding="1" cellspacing="1">
 
-
<!--<tr>
 
-
<td nowrap><p><a href="http://ftdfloristsonline.com/demo-seasonal/" target="_blank">Browse a Full Seasonal Site </a></td>
 
-
</tr>-->
 
-
<tr>
 
-
<td>&nbsp;</td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/seasonvalentine.jpg" target="_blank" onMouseOver="self.status='Holiday - Valentines Day';lightUp('sectionText6', SeasonValentineOn);return true" onMouseOut="dimDown('sectionText6', 'http://www.ftdi.com/ftdfloristsonline/images/seasonvalentine_small.jpg');">Valentine's Day</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/seasonspring.jpg" target="_blank" onMouseOver="self.status='Holiday - Spring';lightUp('sectionText6', SeasonSpringOn);return true" onMouseOut="dimDown('sectionText6', 'http://www.ftdi.com/ftdfloristsonline/images/seasonspring_small.jpg');">Spring</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/seasoneaster.jpg" target="_blank" onMouseOver="self.status='Holiday - Easter';lightUp('sectionText6', SeasonEasterOn);return true" onMouseOut="dimDown('sectionText6', 'http://www.ftdi.com/ftdfloristsonline/images/seasoneaster_small.jpg');">Easter</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/seasonmother.jpg" target="_blank" onMouseOver="self.status='Holiday - Mothers Day';lightUp('sectionText6', SeasonMotherOn);return true" onMouseOut="dimDown('sectionText6', 'http://www.ftdi.com/ftdfloristsonline/images/seasonmother_small.jpg');">Mother's Day</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/seasonfather.jpg" target="_blank" onMouseOver="self.status='Holiday - Fathers Day';lightUp('sectionText6', SeasonFatherOn);return true" onMouseOut="dimDown('sectionText6', 'http://www.ftdi.com/ftdfloristsonline/images/seasonfather_small.jpg');">Father's Day </a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/seasonsummer.jpg" target="_blank" onMouseOver="self.status='Holiday - Summer';lightUp('sectionText6', SeasonSummerOn);return true" onMouseOut="dimDown('sectionText6', 'http://www.ftdi.com/ftdfloristsonline/images/seasonsummer_small.jpg');">Summer</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/seasonautumn.jpg" target="_blank" onMouseOver="self.status='Holiday - Autumn';lightUp('sectionText6', SeasonAutumnOn);return true" onMouseOut="dimDown('sectionText6', 'http://www.ftdi.com/ftdfloristsonline/images/seasonautumn_small.jpg');">Autumn</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/seasonhalloween.jpg" target="_blank" onMouseOver="self.status='Holiday - Halloween';lightUp('sectionText6', SeasonHalloweenOn);return true" onMouseOut="dimDown('sectionText6', 'http://www.ftdi.com/ftdfloristsonline/images/seasonhalloween_small.jpg');">Halloween</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/seasonthanksgiving.jpg" target="_blank" onMouseOver="self.status='Holiday - Thanksgiving';lightUp('sectionText6', SeasonThanksgivingOn);return true" onMouseOut="dimDown('sectionText6', 'http://www.ftdi.com/ftdfloristsonline/images/seasonthanksgiving_small.jpg');">Thanksgiving</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/seasonwinter.jpg" target="_blank" onMouseOver="self.status='Holiday - Winter';lightUp('sectionText6', SeasonWinterOn);return true" onMouseOut="dimDown('sectionText6', 'http://www.ftdi.com/ftdfloristsonline/images/seasonwinter_small.jpg');">Winter</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/seasonchristmas.jpg" target="_blank" onMouseOver="self.status='Holiday - Christmas';lightUp('sectionText6', SeasonChristmasOn);return true" onMouseOut="dimDown('sectionText6', 'http://www.ftdi.com/ftdfloristsonline/images/seasonchristmas_small.jpg');">Christmas</a></td>
 
-
</tr>
 
-
 
-
 
-
 
-
</table>
 
-
</blockquote> </td>
 
-
<td width="297" align="center"> <p align="center"><img src="http://www.ftdi.com/ftdfloristsonline/images/seasonvalentine_small.jpg" name="sectionText6"></p></td>
 
-
</tr>
 
-
<tr>
 
-
<td width="247"><p>
 
-
<b> Classic</b><blockquote>
 
-
<table border="0" cellpadding="1" cellspacing="1">
 
-
<!-- <tr>
 
-
<td nowrap><p><a href="http://ftdfloristsonline.com/demo-classic/" target="_blank">Browse a Full Classic Site </a></td>
 
-
</tr>-->
 
-
<tr>
 
-
<td>&nbsp;</td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/classic_blue_static.jpg" target="_blank" onMouseOver="self.status='Classic - Blue';lightUp('sectionText7', ClassicBlueOn);return true" onMouseOut="dimDown('sectionText7', 'http://www.ftdi.com/ftdfloristsonline/images/classic-blue.jpg');">Blue</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/classic_green_collapse.jpg" target="_blank" onMouseOver="self.status='Classic - Green';lightUp('sectionText7', ClassicGreenOn);return true" onMouseOut="dimDown('sectionText7', 'http://www.ftdi.com/ftdfloristsonline/images/classic_green_collapse_sm.jpg');">Green</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/classic_gold_collapse.jpg" target="_blank" onMouseOver="self.status='Classic - Gold';lightUp('sectionText7', ClassicGoldOn);return true" onMouseOut="dimDown('sectionText7', 'http://www.ftdi.com/ftdfloristsonline/images/classic_gold_collapse_sm.jpg');">Gold</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/classic_orange_collapse.jpg" target="_blank" onMouseOver="self.status='Classic - Orange';lightUp('sectionText7', ClassicOrangeOn);return true" onMouseOut="dimDown('sectionText7', 'http://www.ftdi.com/ftdfloristsonline/images/classic_orange_collapse_sm.jpg');">Orange</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/classic_pink_drop.jpg" target="_blank" onMouseOver="self.status='Classic - Pink';lightUp('sectionText7', ClassicPinkOn);return true" onMouseOut="dimDown('sectionText7', 'http://www.ftdi.com/ftdfloristsonline/images/classic_pink_drop_sm.jpg');">Pink</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/classic_purple_static.jpg" target="_blank" onMouseOver="self.status='Classic - Purple';lightUp('sectionText7', ClassicPurpleOn);return true" onMouseOut="dimDown('sectionText7', 'http://www.ftdi.com/ftdfloristsonline/images/classic_purple_static_sm.jpg');">Purple</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/classic_red_drop.jpg" target="_blank" onMouseOver="self.status='Classic - Red';lightUp('sectionText7', ClassicRedOn);return true" onMouseOut="dimDown('sectionText7', 'http://www.ftdi.com/ftdfloristsonline/images/classic_red_drop_sm.jpg');">Red</a> </td>
 
-
</tr>
 
-
</table>
 
-
</blockquote>
 
-
</td>
 
-
<td width="297" align="center"> <p align="center"><img src="http://www.ftdi.com/ftdfloristsonline/images/classic-blue.jpg" name="sectionText7"></p></td>
 
-
</tr>
 
-
 
-
 
-
<tr>
 
-
<td width="247"><p>
 
-
<b>Dents</b><blockquote>
 
-
<table border="0" cellpadding="1" cellspacing="1">
 
-
<!--<tr>
 
-
<td nowrap><p><a href="http://ftdfloristsonline.com/demo-dents/" target="_blank">Browse a Full Dents Site </a></td>
 
-
</tr>-->
 
-
<tr>
 
-
<td>&nbsp;</td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/dents_blue_drop.jpg" target="_blank" onMouseOver="self.status='Dents - Blue';lightUp('sectionText8', DentsBlueOn);return true" onMouseOut="dimDown('sectionText8', 'http://www.ftdi.com/ftdfloristsonline/images/dents_blue_drop_sm.jpg');">Blue</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/dents_green_collapse.jpg" target="_blank" onMouseOver="self.status='Dents - Green';lightUp('sectionText8', DentsGreenOn);return true" onMouseOut="dimDown('sectionText8', 'http://www.ftdi.com/ftdfloristsonline/images/dents_green_collapse_sm.jpg');">Green</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/dents_gold_static.jpg" target="_blank" onMouseOver="self.status='Dents - Gold';lightUp('sectionText8', DentsGoldOn);return true" onMouseOut="dimDown('sectionText8', 'http://www.ftdi.com/ftdfloristsonline/images/dents_gold_static_sm.jpg');">Gold</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/dents_orange_drop.jpg" target="_blank" onMouseOver="self.status='Dents - Orange';lightUp('sectionText8', DentsOrangeOn);return true" onMouseOut="dimDown('sectionText8', 'http://www.ftdi.com/ftdfloristsonline/images/dents_orange_drop_sm.jpg');">Orange</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/dents_pink_drop.jpg" target="_blank" onMouseOver="self.status='Dents - Pink';lightUp('sectionText8', DentsPinkOn);return true" onMouseOut="dimDown('sectionText8', 'http://www.ftdi.com/ftdfloristsonline/images/dents_pink_drop_sm.jpg');">Pink</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/dents_purple_collapse.jpg" target="_blank" onMouseOver="self.status='Dents - Purple';lightUp('sectionText8', DentsPurpleOn);return true" onMouseOut="dimDown('sectionText8', 'http://www.ftdi.com/ftdfloristsonline/images/dents_purple_collapse_sm.jpg');">Purple</a></td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/dent-red.jpg" target="_blank" onMouseOver="self.status='Classic - Blue';lightUp('sectionText8', DentsRedOn);return true" onMouseOut="dimDown('sectionText8', 'http://www.ftdi.com/ftdfloristsonline/images/dent-red.jpg');">Red</a> </td>
 
-
</tr>
 
-
</table>
 
-
</blockquote>
 
-
</td>
 
-
<td width="297" align="center"> <p align="center"><img src="http://www.ftdi.com/ftdfloristsonline/images/dents_blue_drop_sm.jpg" name="sectionText8"></p></td>
 
-
</tr>
 
-
 
-
 
-
<tr>
 
-
<td width="247" valign="top"><p>
 
-
&nbsp;<p>
 
-
&nbsp;<p>
 
-
<b>Vines</b><blockquote>
 
-
<table border="0" cellpadding="1" cellspacing="1">
 
-
<!--<tr>
 
-
<td nowrap><p><a href="http://ftdfloristsonline.com/demo-vines/" target="_blank">Browse a Full Vines Site </a></td>
 
-
</tr>-->
 
-
<tr>
 
-
<td>&nbsp;</td>
 
-
</tr>
 
-
<tr>
 
-
<td><p><a href="http://www.ftdi.com/ftdfloristsonline/images/large/vines-green.jpg" target="_blank">Green</a> </td>
 
-
</tr>
 
-
</table>
 
-
</blockquote>
 
-
</td>
 
-
<td width="297" align="center"> <p align="center"><img src="http://www.ftdi.com/ftdfloristsonline/images/vines-green.jpg" name="sectionText9"></p></td>
 
-
</tr>
 
-
</table>
 

Revision as of 14:37, 21 January 2013

Personal tools