//	<!-- FEATURE 1 -->
var fno;
var features=new Array();

features[0]='<td><h4><a href="features.html" class="homelink">Features</a></h4>';
// edit features[1] for the left hand spot
features[1]='<a href="features/avery.html"><img src="features/images/home-averywiz.jpg" class="padded" border="0"></a>';
features[2]='<td><h4><a href="http://officerange.opnet.co.uk/products_promotion.aspx" class="homelink">New Products</a></h4>';
// edit features[3] for the middle spot
features[3]='<a href="http://officerange.opnet.co.uk/products_promotion.aspx"><img src="imagebank/home-new.jpg" class="padded" border="0"></a>';
features[4]='<td><h4><a href="tips.html" class="homelink">Office Tips</a></h4>';
// edit features[5] for the right hand spot
features[5]='<a href="tips/aircon.html"><img src="tips/images/home-aircon.jpg" class="padded" border="0"></a>';

for (fno in features)
	{
	document.write(features[fno]);	
	document.write(" ");
	}

//	do {
//		document.write(features[fno]);
//		x++;
//	}
//	while fno<features.length
