function getStyle(id, parent)
{
    var reference = getReference(id, parent);
    return reference ? (is_nav4 ? reference:reference.style):null;
}
