


/*
 * initialiseProductList()
 */
function initialiseProductList()
{
	instock = "n";
brand = 'junior Joy';
if ( productList.length == 0 )

	{
		productList[0] = new Array ('BOOSTERPACK','6 Pack Cotton Terry Boosters','5.50','6 Pack Cotton Terry Boosters');
	}		
}	





