function getProductInfo(id)
{
switch(id)
{
case 1:return nA("New Product 1","",nA());

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

