var pages_des=new Array("dairy_cheese.htm","dairy_butter.htm","dairy_milk.htm","dairy_ghee.htm","dairy_whitener.htm","dairy_dahi.htm","dairy_actimind.htm");

var label_des=new Array("Cheese","Butter","Milk","Ghee","Dairy Whitener","Dahi","Actimind");



document.write("<select name='emtselect1' class='brit2' style='border: 1px solid #EDE5A6; background-color: #1B42A7;' onChange='window.location=document.emotform.emtselect1.options[document.emotform.emtselect1.selectedIndex].value'><option value='0' selected><b>Select</b></option>");


remove=document.getElementById("emoticons1").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>");
