function GoFile(){
var i = window.document.frmLink.otherlinks.selectedIndex;
var linkValue = parseInt(window.document.frmLink.otherlinks[i].value);
switch(linkValue){
case 1:
window.location="dressmaterials.htm"
break; 
case 2:
window.location="waxprints.htm"
break; 
case 3:
window.location="fashionfabrics.htm"
break; 
case 4:
window.location="bedsheet.htm"
break; 
case 5:
window.location="biscuits.htm"
break;
case 6:
window.location="fruitcandy.htm"
break;
case 7:
window.location="cycles.htm"
break;
case 8:
window.location="hotpot.htm"
break;
case 9:
window.location="homeappliance.htm"
break;
case 10:
window.location="expo-impo.htm"
break;
} 
}
