
////// Features     /////////////////////////////////////////////////////////////

function features(){

var featurestext=new Array()

//specify text below. You can have as many as you wish
featurestext[0]="Kitchen Solutions Home"
featurestext[1]="All Kitchen Solutions"
featurestext[2]="Waste Disosers"
featurestext[3]="Waste Bins"
featurestext[4]="Sorter Bins"
featurestext[5]="Storage Solutions"
featurestext[6]="Soft close"


//specify corresponding links below
var featureslinks=new Array()
featureslinks[0]="/solutions/index.cgi?itemname=solutions"
featureslinks[1]="/solutions/index.cgi?itemname=solutions all"
featureslinks[2]="/solutions/index.cgi?itemname=waste disposers"
featureslinks[3]="/solutions/index.cgi?itemname=waste bins"
featureslinks[4]="/solutions/index.cgi?itemname=sorter bins"
featureslinks[5]="/solutions/index.cgi?itemname=storage solutions"
featureslinks[6]="/solutions/index.cgi?itemname=soft close"


document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#f3f3f3" style="border:0px solid gray"><tr><td class="graytop1" background="../backgrounds/bg3.gif">Select Feature</td></tr>')
for ( var i=0; i<=6; i++ ) 
document.write('<tr><td><div class="brand"><a href="'+rootdomain+''+featureslinks[i]+'">'+featurestext[i]+'</a></div></td></tr>')
document.write('</table>')
}
