var pages_des=new Array("brandstories_Cookies.htm","brandstories_tiger.htm","brandstories_goodday.htm","brandstories_bourbon.htm","brandstories_50-50.htm","brandstories_mariegold.htm","brandstories_treat.htm","brandstories_milkbikis.htm","brandstories_nutrichoice.htm","brandstories_timepass.htm","brandstories_littlehearts.htm","brandstories_nicetime.htm","brandstories_Cakes.htm","brandstories_Bread.htm","brandstories_greetings.htm");

var label_des=new Array("Britannia Cookies","Tiger","Good Day","Bourbon","50 - 50","Marie Gold","Treat","Milk Bikis","Nutri Choice","Time Pass","Little Hearts","Nice Time","Cakes","Daily Fresh Bread and Rusks","Shubh Kaamnayein");



document.write("<select name='emtselect' class='brit2' style='border: 1px solid #EDE5A6; background-color: #EE4338;' onChange='window.location=document.emotform.emtselect.options[document.emotform.emtselect.selectedIndex].value'><option value='0' selected><b>Select</b></option>");


remove=document.getElementById("emoticons").value;

for (i=0;i<label_des.length;i++ ){


if (label_des[i]!=remove){


document.write("<option value='"+pages_des[i]+"'>"+label_des[i]+"</option>");

}//if loop


}//for loop


document.write("</select>");

