function disabledOption(value) {
    if(value == 0) document.getElementById('upgradeFull').selected = true;
}
function selectedOption(value) {
    if(value == '50c') document.getElementById('upgradeCS').selected = true;
    if(value == '50vb') document.getElementById('upgradeVB').selected = true;
}
function change(e) {
    var version = document.getElementById("version");
    var version2 = document.getElementById("version2");
    var license = document.getElementById("license");
    var upgradeAll = document.getElementById("upgradeAll");
    var upgradeAll2 = document.getElementById("upgradeAll2");
    var upgradeFull = document.getElementById("upgradeFull");
    var upgradeCS = document.getElementById("upgradeCS");
    var upgradeVB = document.getElementById("upgradeVB");
    document.getElementById("buy").style.display = 'block';
    /*if (e != '50vb' || e != '50c') {
        upgradeCS.value = '50c';
        upgradeCS.style.color = "#333";
        upgradeCS.style.display = "block";
        upgradeVB.value = '50vb';
        upgradeVB.style.color = "#333";
        upgradeVB.style.display = "block";
    }*/
    if (e != 'commercial' || e != 'personal') version.style.display = 'block', version2.style.display = 'none', upgradeAll.style.display = 'block', upgradeAll2.style.display = 'none';

    if (license.value == 'commercial' && version.value != '') {
        var price_all_VB = document.getElementById("all_comercialUpgradeVB").innerHTML;
        var id_all_VB = document.getElementById("all_comercialUpgradeVB").title;
        var price_all_CS = document.getElementById("all_comercialUpgradeCS").innerHTML;
        var id_all_CS = document.getElementById("all_comercialUpgradeCS").title;
        var price_all_full = document.getElementById("all_comercialUpgradeFL").innerHTML;
        var id_all_full = document.getElementById("all_comercialUpgradeFL").title;
        var price_50_full = document.getElementById("50_comercialUpgradeFL").innerHTML;
        var id_50_full = document.getElementById("50_comercialUpgradeFL").title;
        if (version.value == '20' || version.value == '50c' || version.value == '50vb') {
            if (version.value == '50vb') upgradeCS.value = 0, upgradeCS.style.color = "#ccc", upgradeCS.style.display = "none", upgradeVB.value = '60vb', upgradeVB.style.color = "#333", upgradeVB.style.display = "block";
            if (version.value == '50c') upgradeVB.value = 0, upgradeVB.style.color = "#ccc", upgradeVB.style.display = "none", upgradeCS.value = '60c', upgradeCS.style.color = "#333", upgradeCS.style.display = "block";
            if (upgradeAll.value == '60vb') {
                document.getElementById("prices").innerHTML = price_all_VB;
                document.getElementById("addcart").innerHTML = '<a href="/eshop/shopping/addProductToCart.do?productId=' + id_all_VB + '">upgrade now</a>';
                document.getElementById("addquot").innerHTML = '<a href="/eshop/shopping/addProductToQuote.do?productId=' + id_all_VB + '">get quote</a>';
            }
            if (upgradeAll.value == '60c') {
                document.getElementById("prices").innerHTML = price_all_CS;
                document.getElementById("addcart").innerHTML = '<a href="/eshop/shopping/addProductToCart.do?productId=' + id_all_CS + '">upgrade now</a>';
                document.getElementById("addquot").innerHTML = '<a href="/eshop/shopping/addProductToQuote.do?productId=' + id_all_CS + '">get quote</a>';
            }
            if (upgradeAll.value == '60full') {
                document.getElementById("prices").innerHTML = price_all_full;
                document.getElementById("addcart").innerHTML = '<a href="/eshop/shopping/addProductToCart.do?productId=' + id_all_full + '">upgrade now</a>';
                document.getElementById("addquot").innerHTML = '<a href="/eshop/shopping/addProductToQuote.do?productId=' + id_all_full + '">get quote</a>';
            }
        }
        if (version.value == '50') {
            if (upgradeAll.value == '60vb') {
                document.getElementById("prices").innerHTML = price_all_VB;
                document.getElementById("addcart").innerHTML = '<a href="/eshop/shopping/addProductToCart.do?productId=' + id_all_VB + '">upgrade now</a>';
                document.getElementById("addquot").innerHTML = '<a href="/eshop/shopping/addProductToQuote.do?productId=' + id_all_VB + '">get quote</a>';
            }
            if (upgradeAll.value == '60c') {
                document.getElementById("prices").innerHTML = price_all_CS;
                document.getElementById("addcart").innerHTML = '<a href="/eshop/shopping/addProductToCart.do?productId=' + id_all_CS + '">upgrade now</a>';
                document.getElementById("addquot").innerHTML = '<a href="/eshop/shopping/addProductToQuote.do?productId=' + id_all_CS + '">get quote</a>';
            }
            if (upgradeAll.value == '60full') {
                document.getElementById("prices").innerHTML = price_50_full;
                document.getElementById("addcart").innerHTML = '<a href="/eshop/shopping/addProductToCart.do?productId=' + id_50_full + '">upgrade now</a>';
                document.getElementById("addquot").innerHTML = '<a href="/eshop/shopping/addProductToQuote.do?productId=' + id_50_full + '">get quote</a>';
            }
        }
        if (version.value == '60vb' || version.value == '60c') {
            upgradeAll.style.display = 'none';
            upgradeAll2.style.display = 'block';
            var price = document.getElementById("VBCS_comercialUpgradeFL").innerHTML;
            var id = document.getElementById("VBCS_comercialUpgradeFL").title;
            document.getElementById("prices").innerHTML = price;
            document.getElementById("addcart").innerHTML = '<a href="/eshop/shopping/addProductToCart.do?productId=' + id + '">upgrade now</a>';
            document.getElementById("addquot").innerHTML = '<a href="/eshop/shopping/addProductToQuote.do?productId=' + id + '">get quote</a>';
        }
    }
    if (license.value == 'personal') {
        var price_all_VB = document.getElementById("all_personalUpgradeVB").innerHTML;
        var id_all_VB = document.getElementById("all_personalUpgradeVB").title;
        var price_all_CS = document.getElementById("all_personalUpgradeCS").innerHTML;
        var id_all_CS = document.getElementById("all_personalUpgradeCS").title;
        var price_all_full = document.getElementById("all_personalUpgradeFL").innerHTML;
        var id_all_full = document.getElementById("all_personalUpgradeFL").title;
        var price_50_full = document.getElementById("50_personalUpgradeFL").innerHTML;
        var id_50_full = document.getElementById("50_personalUpgradeFL").title;
        if (version.value == '20' || version.value == '50c' || version.value == '50vb') {
            if (version.value == '50vb') upgradeCS.value = 0, upgradeCS.style.color = "#ccc", upgradeCS.style.display = "none", upgradeVB.value = '60vb', upgradeVB.style.color = "#333", upgradeVB.style.display = "block";
            if (version.value == '50c') upgradeVB.value = 0, upgradeVB.style.color = "#ccc", upgradeVB.style.display = "none", upgradeCS.value = '60c', upgradeCS.style.color = "#333", upgradeCS.style.display = "block";
            if (upgradeAll.value == '60vb') {
                document.getElementById("prices").innerHTML = price_all_VB;
                document.getElementById("addcart").innerHTML = '<a href="/eshop/shopping/addProductToCart.do?productId=' + id_all_VB + '">upgrade now</a>';
                document.getElementById("addquot").innerHTML = '<a href="/eshop/shopping/addProductToQuote.do?productId=' + id_all_VB + '">get quote</a>';
            }
            if (upgradeAll.value == '60c') {
                document.getElementById("prices").innerHTML = price_all_CS;
                document.getElementById("addcart").innerHTML = '<a href="/eshop/shopping/addProductToCart.do?productId=' + id_all_CS + '">upgrade now</a>';
                document.getElementById("addquot").innerHTML = '<a href="/eshop/shopping/addProductToQuote.do?productId=' + id_all_CS + '">get quote</a>';
            }
            if (upgradeAll.value == '60full') {
                //alert('ss');
                document.getElementById("prices").innerHTML = price_all_full;
                document.getElementById("addcart").innerHTML = '<a href="/eshop/shopping/addProductToCart.do?productId=' + id_all_full + '">upgrade now</a>';
                document.getElementById("addquot").innerHTML = '<a href="/eshop/shopping/addProductToQuote.do?productId=' + id_all_full + '">get quote</a>';
            }
        }
        if (version.value == '50') {
            if (upgradeAll.value == '60vb') {
                document.getElementById("prices").innerHTML = price_all_VB;
                document.getElementById("addcart").innerHTML = '<a href="/eshop/shopping/addProductToCart.do?productId=' + id_all_VB + '">upgrade now</a>';
                document.getElementById("addquot").innerHTML = '<a href="/eshop/shopping/addProductToQuote.do?productId=' + id_all_VB + '">get quote</a>';
            }
            if (upgradeAll.value == '60c') {
                document.getElementById("prices").innerHTML = price_all_CS;
                document.getElementById("addcart").innerHTML = '<a href="/eshop/shopping/addProductToCart.do?productId=' + id_all_CS + '">upgrade now</a>';
                document.getElementById("addquot").innerHTML = '<a href="/eshop/shopping/addProductToQuote.do?productId=' + id_all_CS + '">get quote</a>';
            }
            if (upgradeAll.value == '60full') {
                document.getElementById("prices").innerHTML = price_50_full;
                document.getElementById("addcart").innerHTML = '<a href="/eshop/shopping/addProductToCart.do?productId=' + id_50_full + '">upgrade now</a>';
                document.getElementById("addquot").innerHTML = '<a href="/eshop/shopping/addProductToQuote.do?productId=' + id_50_full + '">get quote</a>';
            }
        }
        if (version.value == '60vb' || version.value == '60c') {
            upgradeAll.style.display = 'none';
            upgradeAll2.style.display = 'block';
            var price = document.getElementById("VBCS_personalUpgradeFL").innerHTML;
            var id = document.getElementById("VBCS_personalUpgradeFL").title;
            document.getElementById("prices").innerHTML = price;
            document.getElementById("addcart").innerHTML = '<a href="/eshop/shopping/addProductToCart.do?productId=' + id + '">upgrade now</a>';
            document.getElementById("addquot").innerHTML = '<a href="/eshop/shopping/addProductToQuote.do?productId=' + id + '">get quote</a>';
        }
    }
    if (license.value == 'academic') {
        version.style.display = 'none';
        version2.style.display = 'block';
        upgradeAll.style.display = 'none';
        upgradeAll2.style.display = 'block';
        var price = document.getElementById("academicUpgradeFL").innerHTML;
        var id = document.getElementById("academicUpgradeFL").title;
        document.getElementById("prices").innerHTML = price;
        document.getElementById("addcart").innerHTML = '<a href="/eshop/shopping/addProductToCart.do?productId=' + id + '">upgrade now</a>';
        document.getElementById("addquot").innerHTML = '<a href="/eshop/shopping/addProductToQuote.do?productId=' + id + '">get quote</a>';
    }
}

