function getProductInfo(id)
{
switch(id)
{
case 1:return nA("OLC300","Olive Leaf Complex 300mL bottle",nA());
}
return null;
}
function getCustomField(id)
{
switch(id)
{
}
return null;
}

