﻿
    function selectRadio(pricebox) {
        document.getElementById('pricingbox1').className = "pricingbox";
        document.getElementById('pricingbox2').className = "pricingbox";
        document.getElementById(pricebox).className = "pricingbox activebox";
    }
    
    function HighLightRow(trElement) {}

