function getProduct(id)
{
switch(id)
{
case 17:return nA(115,5,10,30,0,0.1,0.1);
case 19:return nA(300,0,0,0,0,0.15,0.15);
default: return null;
}
return getProduct1(id);
}
