
////// Features     /////////////////////////////////////////////////////////////

function features(){

var featurestext=new Array()

//specify text below. You can have as many as you wish
featurestext[0]="Franke Home"
featurestext[1]="About Franke"
featurestext[2]="New Products"
featurestext[3]="Sinks"
featurestext[4]="Taps"
featurestext[5]="Appliances"
featurestext[6]="Kitchen Solutions"



//specify corresponding links below
var featureslinks=new Array()
featureslinks[0]="/franke/index.cgi?itemname=franke"
featureslinks[1]="/franke/index.cgi?itemname=prodid91"
featureslinks[2]="/franke/index.cgi?itemname=prodid64"
featureslinks[3]="/franke/index.cgi?itemname=prodid92"
featureslinks[4]="/franke/index.cgi?itemname=prodid93"
featureslinks[5]="/franke/index.cgi?itemname=prodid94"
featureslinks[6]="/franke/index.cgi?itemname=prodid95"


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>')
document.write('<BR><a href="JavaScript: newWindow = openWin(\'../frankealbum/index.html\', \'Franke\', \'width=750,height=500,toolbar=1,location=center,directories=0,status=1,menuBar=0,scrollBars=1,resizable=1\'); newWindow.focus()" ><img src="pics/pro_broucher.gif" width="83" height="114" border="0"></a>')
}