document.writeln(''); var themenus = new Array(); document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "home", "/index2.htm", "_self"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "about us", "/aboutns.htm", "_self"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "choice of the month", "/cmonth.asp", "_self"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "VALENTINES SPECIALS", "/valentine12.htm", "_self"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "hand tied bunches", "/handtiedbunchesns.htm", "_self"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "baskets", "/basketsns.htm", "_self"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "long stemmed roses", "/longrosesns.htm", "_self"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "hand tied roses", "/tiedrosesns.htm", "_self"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "seasonal", "/seasonalQ1.htm", "_self"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "scented", "/scented.htm", "_self"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "faux flowers", "/fauxflowers.htm", "_self"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "world wide", "/worldwide.htm", "_self"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "vases", "/vases.htm", "_self"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "champagne & chocolates", "/champangens.htm", "_self"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "flowers for a year", "/ultimatens.htm", "_self"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "new baby", "/newbabyns1.htm", "_self"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "corporate", "/corporatens.htm", "_self"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "clients", "/clientsns.htm", "_self"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "delivery", "/deliveryns.htm", "_self"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "contact us", "/contactus.htm", "_self"]; document.write('');
document.writeln(''); themenus[themenus.length]=["", "", "terms & conditions", "/tandcns.htm", "_self"]; document.write('');

var t=0;

var bcol=Number(11513750).toString(16);
t = bcol.length; for (var i=0; i<6-t; i++) bcol = '0'+bcol;
bgColor='#'+bcol;

var bcol=Number(16777215).toString(16);
t = bcol.length; for (var i=0; i<6-t; i++) bcol = '0'+bcol;
txtColor='#'+bcol;

var bcol=Number(13027767).toString(16);
t = bcol.length; for (var i=0; i<6-t; i++) bcol = '0'+bcol;
for (var i=0; i<themenus.length; i++) themenus[i][0] = '#'+bcol;

var bcol=Number(16777215).toString(16);
t = bcol.length; for (var i=0; i<6-t; i++) bcol = '0'+bcol;
for (var i=0; i<themenus.length; i++) themenus[i][1] = '#'+bcol;

var fontFace = 0;
var fontSize = "15";
if (fontFace==0) fontFace = 'Arial, Helvetica, sans-serif';
  else if (fontFace==1) fontFace = 'Times New Roman, serif';
  else if (fontFace==2) fontFace = 'Courier New, Courier, mono';
  else if (fontFace==3) fontFace = 'Georgia, Times New Roman, Times, serif';
  else fontFace = 'Verdana, Arial, Helvetica, sans-serif';

width='183';
border='';
aligned='right'
isVertical='true'
fontWeight='lighter'
spacing='1'
duration='0.2'
document.bgColor="#AFAF96"

//:::::::::::::::::::::::::::::::::::::DO NOT MODIFY BELOW::::::::::::::::::::::::::::::::::::\\


sAgent=navigator.userAgent;
ie=document.all&&sAgent.indexOf("Opera")==-1;
nav=sAgent.indexOf("Mozilla") > -1 && !ie;

function changeColor(cur3,color,text){
if (ie) {
cur3.style.cursor='hand'
}
cur3.style.color = text;
cur3.style.backgroundColor = color;
}

function changeColorB(cur3,color,text){
if (ie) {
cur3.filters.blendTrans.apply()
}
cur3.style.color = text;
cur3.style.backgroundColor = color;
if (ie) {
cur3.filters.blendTrans.play()
cur3.style.cursor = 'hand';
}
}


document.writeln('<table width="100%" border="0" cellspacing="'+spacing+'" cellpadding="0">');
if(isVertical=='true') document.writeln('')
else document.writeln('<tr>');

if (ie) {
for(i=0;i<themenus.length;i++) {
if(isVertical=='true') document.writeln('<tr>');
document.write('<td>');
document.write('<div align="'+aligned+'" style="width:'+width+'; border: '+border+'; background-color: '+bgColor+'; color: '+txtColor+'; font-family: '+fontFace+'; font-weight: '+fontWeight+'; font-size: '+fontSize+'; padding: 0,2,0,2; filter:blendTrans(duration='+duration+')" '); 
document.write('onMouseover="changeColor(this,');
document.write("'"+themenus[i][0]+"',");
document.write("'"+themenus[i][1]+"'");
document.write(')" ');
document.write('onMouseout="changeColorB(this,');
document.write("'"+bgColor+"',");
document.write("'"+txtColor+"'");
document.write(')" ');
document.write('onClick="window.open(');
document.write("'"+themenus[i][3]+"',");
document.write("'"+themenus[i][4]+"'");
document.write(')">');
document.write(themenus[i][2])
document.write('</div>');
document.writeln('</td>');
if(isVertical=='true') document.writeln('</tr>');
}
}

if (nav) {
for(i=0;i<themenus.length;i++) {
if(isVertical=='true') document.writeln('<tr>');
document.write('<td>');
document.write('<div align="'+aligned+'" style="width:'+width+'; border: '+border+'; background-color: '+bgColor+'; color: '+txtColor+'; font-family: '+fontFace+'; font-weight: '+fontWeight+'; font-size: '+fontSize+'" '); 
document.write('onMouseover="changeColor(this,');
document.write("'"+themenus[i][0]+"',");
document.write("'"+themenus[i][1]+"'");
document.write(')" ');
document.write('onMouseout="changeColorB(this,');
document.write("'"+bgColor+"',");
document.write("'"+txtColor+"'");
document.write(')" ');
document.write('onClick="window.open(');
document.write("'"+themenus[i][3]+"',");
document.write("'"+themenus[i][4]+"'");
document.write(')">');
document.write(themenus[i][2])
document.write('</div>');
document.writeln('</td>');
if(isVertical=='true') document.writeln('</tr>');
}
}

if(isVertical=='true') document.writeln('');
else document.writeln('</tr>');
document.writeln('</table>');



//DO NOT MODIFY
/*
<APPLETINFO>
appletname=jsfadingmenu
applettype=JAVASCRIPT
created=1190301216041
appletfilename=jsfadingmenu1.js
</APPLETINFO>
<JAVASCRIPT>
fontsize=18
mwi=183
spacing=3
duration=1
borr=
target=_blank
fontface=3
fontwe=lighter
cal=right
isver=true
bcol=11513750
pcol=13027767
tcol=16777215
lcol=16777215
</JAVASCRIPT>
<HTMLGENERATOR>
mystarttag=-
mystarttag_GS=1;-
menuitems=-
menuitems_GS=2;item;url
item_GS=0;-
item0=about us
item1=choice of the month
item2=hand tied bunches
item3=baskets
item4=plants
item5=champagne & chocolates
url_GS=0;-
url0=http://www.foreverflowering.com/newsite/index2ns.htm
url1=http://www.anfyteam.com
url2=http://www.anfyteam.com/panfy3d.html
url3=http://www.anfyflash.com/
url4=
url5=
</HTMLGENERATOR>
*/
