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