//<!--
function popular(url){
  window.open(url, "_blank","top=150,left=150,height=500,width=600,toolbar=0,menubar=0,scrollbar=0");
}

function setlocation(strlocid){
  document.form1.locid.value = strlocid;
  document.form1.dlyadd1.value = "";
  document.form1.dlyadd2.value = "";
  document.form1.dlypin.value = "560";
  alert("Delivery location is set.");
}

function setpopularlocation(strlocid,strdlyadd1,strdlyadd2,strdlypin){
	document.form1.locid.value = strlocid;
	document.form1.dlyadd1.value = strdlyadd1;
	document.form1.dlyadd2.value = strdlyadd2;
	document.form1.dlypin.value = strdlypin;
  alert("Delivery location is set.");
}
//-->

//<!--
/*message arrays for the two demo scrollers*/
var pausecontent2=new Array();
pausecontent2[0]='<a href="http://indiaflower.blogspot.com/2007/07/how-much-people-love-to-receive-flowers.html" target="new">92% of Women<br>can recall last time they received flowers.<\/a>';
pausecontent2[1]='<a href="http://indiaflower.blogspot.com/2007/07/how-much-people-love-to-receive-flowers.html" target="new">97% of Men & Women<br>recall last time they sent Flowers, Floral Gift to someone.<\/a>'
pausecontent2[2]='<a href="http://indiaflower.blogspot.com/2007/07/how-much-people-love-to-receive-flowers.html" target="new">88% said<br>Flowers can change their mood for the better.<\/a>'
pausecontent2[3]='<a href="http://indiaflower.blogspot.com/2007/07/how-much-people-love-to-receive-flowers.html" target="new">99% said<br>that a person who gives flowers is thoughtful.<\/a>'
pausecontent2[4]='<a href="http://indiaflower.blogspot.com/2007/07/how-much-people-love-to-receive-flowers.html" target="new">89% believe<br>that someone who gives flowers is sophisticated.<\/a>'
pausecontent2[5]='<a href="http://indiaflower.blogspot.com/2007/07/how-much-people-love-to-receive-flowers.html" target="new">83% like to<br>receive flowers by surprise.<\/a>'
//-->