function getProduct(id)
{
switch(id)
{
case 2:return nA(15);
case 1:return nA(18);
default: return null;
}
return getProduct1(id);
}
