

/*
 * initialiseProductList()
 */
function initialiseProductList()
{
	instock = "n"
	if ( productList.length == 0 )
	{
		productList[0] = new Array('AIDA14COUNT12X12','12 X 12 14 count Aida Cross Stitch','2.40','12 X 12 14 count Aida Cross Stitch','aidacrossstitch.html');
	}		
}	




