
////// Features     /////////////////////////////////////////////////////////////

function features(){
document.write+spacer()

var featurestext=new Array()

//specify text below. You can have as many as you wish
featurestext[0]="Perrin & Rowe Home"
featurestext[1]="About Perrin & Rowe"
featurestext[2]="New Products"
featurestext[3]="Country Collection"
featurestext[4]="Tradtional Collection"
featurestext[5]="Contemporary Range"
featurestext[6]="Stainless Steel"



//specify corresponding links below
var featureslinks=new Array()
featureslinks[0]="/perrinandrowe/index.cgi?itemname=perrin and rowe"
featureslinks[1]="/perrinandrowe/about.shtml"
featureslinks[2]="/perrinandrowe/new_products.shtml"
featureslinks[3]="/perrinandrowe/country.shtml"
featureslinks[4]="/perrinandrowe/traditional.shtml"
featureslinks[5]="/perrinandrowe/contemporary.shtml"
featureslinks[6]="/perrinandrowe/stainless_steel.shtml"


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>')
}