


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

	{
		productList[0] = new Array ('BAMBINEOBLUE2A','Bambineo Blue Size 2 Aplix Nappy 20+lbs ','7.50','Bambineo Blue Size 2 Aplix Nappy 20+lbs ','');
	}		
}	





function getPrice()
{
	document.write(productList[0][2]);	
}	


	
