var NS4=(navigator.appName.indexOf("Netscape")>=0&&!document.getElementById)?true:false;var IE4=(document.all&&!document.getElementById)?true:false;var IE5=(document.getElementById&&document.all)?true:false;var NS6=(document.getElementById&&navigator.appName.indexOf("Netscape")>=0)?true:false;var W3C=(document.getElementById)?true:false;var ieop=0;var infodivheight;var op_id=0;var isMouseOndiv=true;function showInnerContent(b,a){document.getElementById(b).style.display="block";incrOpacity(b)}function hideOuterContent(a){isMouseOndiv=false;hideDHTMLContent(a)}function hideContentWithoutFade(b){isMouseOndiv=false;var a=document.getElementById(b).style;a.display="none"}function hideDHTMLContent(a){setTimeout('decrOpacity("'+a+'")',10)}function incrOpacity(b){var a=document.getElementById(b).style;if(ieop<100){ieop+=7;setOpacity(a,ieop);op_id=setTimeout('incrOpacity("'+b+'")',10)}}function decrOpacity(b){var a=document.getElementById(b).style;if(ieop>1){if(!isMouseOndiv){ieop-=10;setOpacity(a,ieop)}op_id=setTimeout('decrOpacity("'+b+'")',10)}else{if(!isMouseOndiv){a.display="none"}isMouseOndiv=true}}function mouseOutInnerDiv(){isMouseOndiv=false}function mouseOnInnerDiv(a){document.getElementById(a).style.display="block";isMouseOndiv=true}function setOpacity(a,b){if(IE4||IE5){a.filter="alpha(opacity="+b+")"}if(NS6){a.MozOpacity=b/100}}var praises=new Array();praises[0]=new Array("Thank you for your prompt service. My wife tells me the flowers are very beautiful","Jeff Forsyth");praises[1]=new Array("There is a beautiful girl that I care for very much in Sweden that got the flowers earlier than expected. Thank you so much and I am now a regular!","Jon Clark");praises[2]=new Array("Thanks you for your swift response,it is greatly appreciated.","Luke Flanaghan");praises[3]=new Array("It was a wonderful surprise for my fiance. The bouquet, vase and teddy looks beautiful!","Mandy Leonard");praises[4]=new Array("This morning, I was hesitant to think that sending flowers to another country would be so effortless an undertaking. I will definitely use your services again","Jeff Bagdis");praises[5]=new Array("Your site provided me with excellent products and services.I really would like to thank you for the beautiful variety of flowers and other products","Nawaf Al-Senan");praises[6]=new Array("I wanted to tell you know that the flowers were delivered yesterday evening and I understand they are beautiful. Thank you very much for taking care of this for me","Rob Williams");praises[7]=new Array("Your service was excellent and I highly recommend your company for anyone who needs to have flowers delivered overseas.  My friend was ecstatic!  Thank you","Jeff");var currentPraiseIndex=0;var spanPraise;var spanCustomer;var fadeTimer;var currentColor=5;function initCustomerPraise(){spanPraise=document.getElementById("content");spanCustomer=document.getElementById("name")}function rotateCustomerPraise(){fadeTimer=setInterval("fadeOutCus()",50)}function fadeOutCus(){paintPraise();if(currentColor==15){clearInterval(fadeTimer);if(spanPraise!=null){spanPraise.innerHTML=praises[currentPraiseIndex][0]}if(spanCustomer!=null){spanCustomer.innerHTML="&#151; "+praises[currentPraiseIndex][1]}currentPraiseIndex=(currentPraiseIndex+1)%praises.length;fadeTimer=setInterval("fadeInCus()",50)}else{currentColor++}}function fadeInCus(){paintPraise();if(currentColor==5){clearInterval(fadeTimer)}else{currentColor--}}function paintPraise(){var a=getCurrentColorCode();if(spanPraise!=null){spanPraise.style.color=a}if(spanCustomer!=null){spanCustomer.style.color=a}}function doFade(){if(isFading){}else{if(currentColor==5){isFading=true;clearInterval(fadeTimer)}else{currentColor--}}}function getCurrentColorCode(){var a=""+currentColor;if(currentColor>9){a=String.fromCharCode(87+currentColor)}return"#"+a+a+a}setInterval("rotateCustomerPraise()",5000);