


/*
 * initialiseProductList()
 */
function initialiseProductList()
{
	instock = "n";
brand = 't2c';
if ( productList.length == 0 )

	{
		productList[0] = new Array ('BUMPER','Bumper Nappy - Nippa - 35lb+','7.95','Bumper Nappy - Nippa - 35+lbs');
	}		
}	



