function getProductInfo(id)
{
switch(id)
{

default: return null;
}
return getProductInfo1(id);
}
