function getProduct(id)
{
switch(id)
{
case 1:return nA(0,0,0,0,0,0.125,0.125);
default: return null;
}
return getProduct1(id);
}

