function getProduct(id)
{
switch(id)
{
default: return null;
}
return getProduct1(id);
}
