
////// Features     /////////////////////////////////////////////////////////////

function features(){

var featurestext=new Array()

//specify text below. You can have as many as you wish
featurestext[0]="Excalibur Home"
featurestext[1]="All Doors"
featurestext[2]="Traditional Design"
featurestext[3]="Shaker Design"
featurestext[4]="Modern Design"
featurestext[5]="Handles"


//specify corresponding links below
var featureslinks=new Array()
featureslinks[0]="/excalibur/index.cgi?itemname=excalibur"
featureslinks[1]="/excalibur/index.cgi?itemname=prodid113"
featureslinks[2]="/excalibur/index.cgi?itemname=prodid114"
featureslinks[3]="/excalibur/index.cgi?itemname=prodid116"
featureslinks[4]="/excalibur/index.cgi?itemname=prodid118"
featureslinks[5]="/excalibur/index.cgi?itemname=prodid120"


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<=5; i++ ) 
document.write('<tr><td><div class="brand"><a href="'+rootdomain+''+featureslinks[i]+'">'+featurestext[i]+'</a></div></td></tr>')
document.write('</table>')
document.write+spacer()
//document.write+advanced()
}


function advanced(){

var featurestext=new Array()

//specify text below. You can have as many as you wish
featurestext[0]="Band A"
featurestext[1]="Band B"
featurestext[2]="Band D"
featurestext[3]="Band E"
featurestext[4]="Band F"
featurestext[5]="Band H"


//specify corresponding links below
var featureslinks=new Array()
featureslinks[0]="/excalibur/index.cgi?itemname=exadvanceda"
featureslinks[1]="/excalibur/index.cgi?itemname=exadvancedb"
featureslinks[2]="/excalibur/index.cgi?itemname=exadvancedd"
featureslinks[3]="/excalibur/index.cgi?itemname=exadvancede"
featureslinks[4]="/excalibur/index.cgi?itemname=exadvancedf"
featureslinks[5]="/excalibur/index.cgi?itemname=exadvancedh"


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">Advanced Prices</td></tr>')
for ( var i=0; i<=5; i++ ) 
document.write('<tr><td><div class="brand"><a href="'+rootdomain+''+featureslinks[i]+'">'+featurestext[i]+'</a></div></td></tr>')
document.write('</table>')
}
