function getProductInfo(id)
{
switch(id)
{
}
return getProductInfo1(id);
}

