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

