﻿function pgdirect() {
    var ent = document.form2.ent.selectedIndex;
    if (ent == 1) {
        document.location.href = "/Products/EnterpriseLifeStyle/?id=1"
    }
    if (ent == 2) {
        document.location.href = "/Products/EnterpriseLifeStyle/?id=2"
    }
    if (ent == 3) {
        document.location.href = "/Products/EnterpriseLifeStyle/?id=3"
    }
    if (ent == 4) {
        document.location.href = "/Products/EnterpriseLifeStyle/?id=4"
    }
    if (ent == 5) {
        document.location.href = "/Products/EnterpriseLifeStyle/?id=5"
    }
    if (ent == 6) {
        document.location.href = "/Products/EnterpriseLifeStyle/?id=6"
    }
    if (ent == 7) {
        document.location.href = "/Products/EnterpriseLifeStyle/?id=7"
    }
}
function pgdirect2() {
    var sme = document.form2.sme.selectedIndex;
    if (sme == 1) {
        document.location.href = "/Products/SMELifeStyle/?id=1"
    }
    if (sme == 2) {
        document.location.href = "/Products/SMELifeStyle/?id=2"
    }
    if (sme == 3) {
        document.location.href = "/Products/SMELifeStyle/?id=3"
    }
    if (sme == 4) {
        document.location.href = "/Products/SMELifeStyle/?id=4"
    }
    if (sme == 5) {
        document.location.href = "/Products/SMELifeStyle/?id=5"
    }
    if (sme == 6) {
        document.location.href = "/Products/SMELifeStyle/?id=6"
    }
    if (sme == 7) {
        document.location.href = "/Products/SMELifeStyle/?id=7"
    }
    if (sme == 8) {
        document.location.href = "/Products/SMELifeStyle/?id=8"
    }
    if (sme == 9) {
        document.location.href = "/Products/SMELifeStyle/?id=9"
    }
}
function pgdirect3() {
    var hom = document.form2.hom.selectedIndex;
    if (hom == 1) {
        document.location.href = "/Products/ConsumerLifeStyle/?id=1"
    }
    if (hom == 2) {
        document.location.href = "/Products/ConsumerLifeStyle/?id=2"
    }
    if (hom == 3) {
        document.location.href = "/Products/ConsumerLifeStyle/?id=3"
    }
    if (hom == 4) {
        document.location.href = "/Products/ConsumerLifeStyle/?id=4"
    }
    if (hom == 5) {
        document.location.href = "/Products/ConsumerLifeStyle/?id=5"
    }
}

