
////// Features     /////////////////////////////////////////////////////////////

function features(){

var featurestext=new Array()

//specify text below. You can have as many as you wish
featurestext[0]="CDA Home"
featurestext[1]="All CDA Products"
featurestext[2]="Range Cookers"
featurestext[3]="Ovens"
featurestext[4]="Hobs"
featurestext[5]="Extractors"
featurestext[6]="Dishwashers"
featurestext[7]="Laundry"
featurestext[8]="Refrigeration"
featurestext[9]="Sinks"
featurestext[10]="Taps"
featurestext[11]="As Seen on TV"


//specify corresponding links below
var featureslinks=new Array()
featureslinks[0]="/cda/index.cgi?itemname=cda"
featureslinks[1]="/cda/index.cgi?itemname=cda all"
featureslinks[2]="/cda/index.cgi?itemname=prodid122"
featureslinks[3]="/cda/index.cgi?itemname=prodid123"
featureslinks[4]="/cda/index.cgi?itemname=prodid124"
featureslinks[5]="/cda/index.cgi?itemname=prodid125"
featureslinks[6]="/cda/index.cgi?itemname=prodid126"
featureslinks[7]="/cda/index.cgi?itemname=prodid127"
featureslinks[8]="/cda/index.cgi?itemname=prodid128"
featureslinks[9]="/cda/index.cgi?itemname=prodid129"
featureslinks[10]="/cda/index.cgi?itemname=prodid130"
featureslinks[11]="/cda/index.cgi?itemname=cda%20jamie"


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<=11; i++ ) 
document.write('<tr><td><div class="brand"><a href="'+rootdomain+''+featureslinks[i]+'">'+featurestext[i]+'</a></div></td></tr>')
document.write('</table>')
document.write('<BR><a href="index.cgi?itemname=cda%20guarantee"><img src="pics/5_year.gif" width="100" height="100" border="0"></a>')
}

