<!--

//do browser detect stuff

wd = screen.width;
if (wd == 1024)
{
	var x = 210;
var x1 = 400;
var x2 = 590;
var x3 = 770;
}
if (wd == 800)
{
	var x = 190;
var x1 = 330;
var x2 = 480;
var x3 = 590;
}
if (wd == 640)
{var x = 315;}

var y = 173;
var isNS = (navigator.appName == "Netscape");
var isMacIE = ( (navigator.userAgent.indexOf("IE 4")  > -1) && (navigator.userAgent.indexOf("Mac")  > -1) );
var layerRef = (isNS) ? "document" : "document.all";
var styleRef = (isNS) ? "" : ".style";
var isDynamic = ( (document.layers || document.all) && !isMacIE );

//track which menu is active
var activeMenu = 0;

//display a selected menu
function activateMenu(menuLayerRef, offset, voffset) {
        
        if (isDynamic && activeMenu != menuLayerRef) {

                if (activeMenu) hideMenu("menu" + activeMenu);
                        
                menuID = "menu" + menuLayerRef;
                activeMenu = menuLayerRef;
                hmenuoff = offset;
voffset=y;
				vmenuoff = voffset;
                if (isNS) {
                        document[menuID].top = 16 + voffset;
                        document[menuID].left = offset;
                } else {
                        document.all[menuID].style.pixelTop = 25 + voffset;
                        document.all[menuID].style.pixelLeft = offset;
                } // if is NS else

                showMenu(menuID)
        } // if is dynamic and new menu needed
        // kill menu if browser is IE
        if (isDynamic && !isNS) window.event.cancelBubble = true;
} // activateMenu

function showMenu(layerID) {
        eval(layerRef + '["' + layerID + '"]' + styleRef + '.visibility = "visible"');
}


function hideMenu(layerID) {
        eval(layerRef + '["' + layerID + '"]' + styleRef + '.visibility = "hidden"');
}

// get rid of menus when outside menu or button
function killMenu(e) {
  //check if theres a menu active
  if (activeMenu) {
    menuID = "menu" + activeMenu;
    if (isNS) {
	// top menus
        if (activeMenu <=4) {
	  menuX1 = document[menuID].left;
	  menuX2 = menuX1 + document[menuID].clip.right;
	  menuY1 = document[menuID].top - 25;
	  menuY2 = menuY1 + document[menuID].clip.bottom + 15;
	} // if menu 1 through 4
	// side menus
        if (activeMenu >=5) {
 	  menuX1 = 0;
          menuX2 = 245;
	  menuY1 = document[menuID].top;
	  menuY2 = menuY1 + document[menuID].clip.bottom;
        } // if menu 5 or greater
        if ((e.pageX < menuX1) || (e.pageX > menuX2) ||
             (e.pageY < menuY1) || (e.pageY > menuY2)) {
             hideMenu(menuID);
	     activeMenu = 0;
        } // if in menu
    } else { // if not NS
	hideMenu(menuID);
	activeMenu = 0;
    }  //if isNS else
  }  //if activeMenu
}  //function

// initialize the menu system
function init() {
  if (isDynamic) {
    if (isNS) { 
	document.captureEvents(Event.MOUSEMOVE); 
	document.onmousemove = killMenu;
    } else {
	document.onmouseover = killMenu;
    } // if NS else
		
  } // if dynamic
} // init


document.write("</head>\
<body bgcolor=\"#ffffff\" marginwidth=\"0\" marginheight=\"0\" topmargin=\"0\" leftmargin=\"0\" onload=\"init();\">");

if (isDynamic) {
        document.write("<DIV id=\"menu1\" class=\"menu\" onMouseover=\"activateMenu(1,x,y)\">\
<TABLE WIDTH=\"150\" BORDER=\"0\" CELLSPACING=\"0\>\
<TR><TD COLSPAN=\"2\" HEIGHT=\"10\"></TD></TR>\
<TR><TD BGCOLOR=\"#E3C0EC\" WIDTH=\"194\">\
<TABLE WIDTH=\"150\" BORDER=\"0\" CELLSPACING=\"0\" CELLPADDING=\"3\"><TR><TD BGCOLOR=\"#FEF8FF\">\
<DIV ALIGN=\"LEFT\" CLASS=\"cat-lnk-js\">&#183; <A HREF=\"/flower-bouquets.html\">Bunches n Bouquets</A><BR>\
&#183; <A HREF=\"/flowers-in-vases.html\">Flowers in Vases</A><BR>\
&#183; <A HREF=\"/special-flower-arrangements.html\">Special Arrangements</A><BR>\
&#183; <A HREF=\"/fresh-flower-hampers.html\">Flower Hampers</A><BR>\
&#183; <A HREF=\"/fresh-flowers.html\">Fresh Flowers</A><BR>\
&#183; <A HREF=\"/good-luck-plants.html\">Good Luck Plants</A><BR>\
&#183; <A HREF=\"/artificial-flowers.html\">Artificial Flowers</A><BR>\
&#183; <A HREF=\"/artificial-flower-hampers.html\">Artificial Flower Hampers</A><BR>\
&#183; <A HREF=\"/fresh-cut-flower.html\">Fresh Cut Flowers</A><BR>\</DIV></TD></TR></TABLE></TD>\
<TD BGCOLOR=\"#E3C0EC\" WIDTH=\"1\"><IMG SRC=\"/gifs/pixel.gif\" WIDTH=\"1\" HEIGHT=\"1\"></TD></TR><TR>\
<TD BGCOLOR=\"#E3C0EC\" COLSPAN=\"2\"><IMG SRC=\"/gifs/pixel.gif\" WIDTH=\"1\" HEIGHT=\"1\"></TD></TR></TABLE>\
</DIV>");

        document.write("<DIV id=\"menu2\" class=\"menu\" onMouseover=\"activateMenu(2,x1,y)\">\
<TABLE WIDTH=\"150\" BORDER=\"0\" CELLSPACING=\"0\>\
<TR><TD COLSPAN=\"2\" HEIGHT=\"10\"></TD></TR>\
<TR><TD BGCOLOR=\"#E3C0EC\" WIDTH=\"194\">\
<TABLE WIDTH=\"150\" BORDER=\"0\" CELLSPACING=\"0\" CELLPADDING=\"3\"><TR><TD BGCOLOR=\"#FEF8FF\">\
<DIV ALIGN=\"LEFT\" CLASS=\"cat-lnk-js\">&#183; <A HREF=\"/valentines-day-flowers.html\">Valentine's Day</A><BR>\
&#183; <A HREF=\"/mothers-day-flowers.html\">Mother's Day</A><BR>\
&#183; <A HREF=\"/fathers-day-flowers.html\">Father's Day</A><BR>\
&#183; <A HREF=\"/brothers-day-flowers.html\">Brother's Day</A><BR>\
&#183; <A HREF=\"/sisters-day-flowers.html\">Sister's Day</A><BR>\
&#183; <A HREF=\"/new-years-flowers.html\">New Year</A><BR>\
&#183; <A HREF=\"/independence-day-flowers.html\">Independence Day</A><BR>\
&#183; <A HREF=\"/friendship-day-flowers.html\">Friendship Day</A><BR>\
&#183; <A HREF=\"/boss-day-flowers.html\">Boss Day</A><BR>\
&#183; <A HREF=\"/rose-day.html\">Rose Day</A><BR>\
&#183; <A HREF=\"/thanksgiving-day-flowers.html\">Thanksgiving Day</A></DIV></TD></TR></TABLE></TD>\
<TD BGCOLOR=\"#E3C0EC\" WIDTH=\"1\"><IMG SRC=\"/gifs/pixel.gif\" WIDTH=\"1\" HEIGHT=\"1\"></TD></TR><TR>\
<TD BGCOLOR=\"#E3C0EC\" COLSPAN=\"2\"><IMG SRC=\"/gifs/pixel.gif\" WIDTH=\"1\" HEIGHT=\"1\"></TD></TR></TABLE>\
</DIV>");

document.write("<DIV id=\"menu3\" class=\"menu\" onMouseover=\"activateMenu(3,x2,y)\">\
<TABLE WIDTH=\"150\" BORDER=\"0\" CELLSPACING=\"0\>\
<TR><TD COLSPAN=\"2\" HEIGHT=\"10\"></TD></TR>\
<TR><TD BGCOLOR=\"#E3C0EC\" WIDTH=\"194\">\
<TABLE WIDTH=\"150\" BORDER=\"0\" CELLSPACING=\"0\" CELLPADDING=\"3\"><TR><TD BGCOLOR=\"#FEF8FF\">\
<DIV ALIGN=\"LEFT\" CLASS=\"cat-lnk-js\">&#183; <A HREF=\"/flowers-to-propose.html\">To Propose</A><BR>\
&#183; <A HREF=\"/i-love-you-flowers.html\">I Love You!</A><BR>\
&#183; <A HREF=\"/encouragement-flowers.html\">Encouragement</A><BR>\
&#183; <A HREF=\"/care-for-you-flowers.html\">Care For You!</A><BR>\
&#183; <A HREF=\"/miss-you-flowers.html\">Miss You!</A><BR>\
&#183; <A HREF=\"/get-well-soon-flowers.html\">Get Well Soon!</A><BR>\
&#183; <A HREF=\"/you-are-special-flowers.html\">You Are Special!</A><BR>\
&#183; <A HREF=\"/sorry-flowers.html\">Sorry!</A><BR>\
&#183; <A HREF=\"/condolence-flowers.html\">Condolence</A><BR>\
&#183; <A HREF=\"/no-emotions-flowers.html\">No Emotions!</A></DIV></TD></TR></TABLE></TD>\
<TD BGCOLOR=\"#E3C0EC\" WIDTH=\"1\"><IMG SRC=\"/gifs/pixel.gif\" WIDTH=\"1\" HEIGHT=\"1\"></TD></TR><TR>\
<TD BGCOLOR=\"#E3C0EC\" COLSPAN=\"2\"><IMG SRC=\"/gifs/pixel.gif\" WIDTH=\"1\" HEIGHT=\"1\"></TD></TR></TABLE>\
</DIV>");

document.write("<DIV id=\"menu4\" class=\"menu\" onMouseover=\"activateMenu(4,x3,y)\">\
<TABLE WIDTH=\"150\" BORDER=\"0\" CELLSPACING=\"0\>\
<TR><TD COLSPAN=\"2\" HEIGHT=\"10\"></TD></TR>\
<TR><TD BGCOLOR=\"#E3C0EC\" WIDTH=\"194\">\
<TABLE WIDTH=\"150\" BORDER=\"0\" CELLSPACING=\"0\" CELLPADDING=\"3\"><TR><TD BGCOLOR=\"#FEF8FF\">\
<DIV ALIGN=\"LEFT\" CLASS=\"cat-lnk-js\">&#183; <A HREF=\"/all-the-best-flowers.html\">All The Best</A><BR>\
&#183; <A HREF=\"/congratulations-flowers.html\">Congratulations</A><BR>\
&#183; <A HREF=\"/get-well-soon-flowers.html\">Get Well Soon</A><BR>\
&#183; <A HREF=\"/promotion-flowers.html\">Promotion</A><BR>\
&#183; <A HREF=\"/thank-you-flowers.html\">Thank You</A><BR>\
&#183; <A HREF=\"/thinking-of-you-flowers.html\">Thinking Of You</A><BR>\
&#183; <A HREF=\"/sympathy-flowers.html\">Sympathy</A><BR>\
&#183; <A HREF=\"/good-bye-flowers.html\">Good Bye</A><BR>\
&#183; <A HREF=\"/blessings-flowers.html\">Blessings</A><BR>\
&#183; <A HREF=\"/good-morning-flowers.html\">Good Morning</A><BR>\
&#183; <A HREF=\"/career-flowers.html\">Career</A></DIV></TD></TR></TABLE></TD>\
<TD BGCOLOR=\"#E3C0EC\" WIDTH=\"1\"><IMG SRC=\"/gifs/pixel.gif\" WIDTH=\"1\" HEIGHT=\"1\"></TD></TR><TR>\
<TD BGCOLOR=\"#E3C0EC\" COLSPAN=\"2\"><IMG SRC=\"/gifs/pixel.gif\" WIDTH=\"1\" HEIGHT=\"1\"></TD></TR></TABLE>\
</DIV>");

}


//-->