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