function getProduct(id)
{
switch(id)
{
case 5:
case 6:return nA(6.32,0,0,0,0,0.1,0.1);
default: return null;
}
return getProduct1(id);
}
