            var list1 = [
                {'When':'A','Value':'','Text':'Attorneys'},/* Business  */
                {'When':'A','Value':'bio-feldman.php','Text':'Jim Feldman'},
				{'When':'A','Value':'bio-garner.php','Text':'Mike Garner'},
				{'When':'A','Value':'bio-rgriffee.php','Text':'Ryan Griffee'},
				{'When':'A','Value':'bio-griffee.php','Text':'Sean Griffee'},
                {'When':'A','Value':'bio-jost.php','Text':'Shannon Jost'},
                {'When':'A','Value':'bio-lawrence.php','Text':'Doug Lawrence'},
                {'When':'A','Value':'bio-lerner.php','Text':'Tom Lerner'},
				{'When':'A','Value':'bio-monahan.php','Text':'Brendan Monahan'},
				{'When':'A','Value':'bio-moore.php','Text':'John Moore'},
                {'When':'A','Value':'bio-ruiter.php','Text':'Leslie Ruiter'},
                {'When':'A','Value':'bio-shore.php','Text':'Morrie Shore'},
                {'When':'A','Value':'bio-velikanje.php','Text':'George Velikanje'},
                {'When':'A','Value':'bio-yeager.php','Text':'Dustin Yeager'},
                {'When':'B','Value':'','Text':'Attorneys'},/* Employment  */
                {'When':'B','Value':'bio-cairns.php','Text':'Carolyn Cairns'},
                {'When':'B','Value':'bio-farias.php','Text':'Chris Farias'},
				{'When':'B','Value':'bio-fletcher.php','Text':'Kelby Fletcher'},
				{'When':'B','Value':'bio-harrington.php','Text':'Mat Harrington'},
                {'When':'B','Value':'bio-kamm.php','Text':'Aviva Kamm'},
                {'When':'B','Value':'bio-lerner.php','Text':'Tom Lerner'},
				{'When':'B','Value':'bio-monahan.php','Text':'Brendan Monahan'},
                {'When':'B','Value':'bio-rasmussen.php','Text':'Rick Rasmussen'},
                {'When':'B','Value':'bio-wixson.php','Text':'Sarah Wixson'},
                {'When':'C','Value':'','Text':'Attorneys'},/* Estate Planning  */
                {'When':'C','Value':'bio-groblewski.php','Text':'Katie Groblewski'},
				{'When':'C','Value':'bio-heinz.php','Text':'Andrew Heinz'},
				{'When':'C','Value':'bio-hicks.php','Text':'Karolyn Hicks'},
				{'When':'C','Value':'bio-johnson.php','Text':'Scott Johnson'},
				{'When':'C','Value':'bio-jones.php','Text':'Garon Jones'},
                {'When':'C','Value':'bio-lawrence.php','Text':'Doug Lawrence'},
                {'When':'C','Value':'bio-reed.php','Text':'RoseMary Reed'},
				{'When':'C','Value':'bio-russel.php','Text':'Sean Russel'},
                {'When':'C','Value':'bio-velikanje.php','Text':'George Velikanje'},
                {'When':'D','Value':'','Text':'Attorneys'},/* Family Law  */
                {'When':'D','Value':'bio-wiley.php','Text':'Kelly Wiley'},
                {'When':'D','Value':'bio-holloway.php','Text':'Jason Holloway'},
                {'When':'D','Value':'bio-wahrenberger.php','Text':'Gail Wahrenberger'},
                {'When':'E','Value':'','Text':'Attorneys'},/* IP  */
                {'When':'E','Value':'bio-axel.php','Text':'Brad Axel'},
                {'When':'E','Value':'bio-feldman.php','Text':'Jim Feldman'},
                {'When':'E','Value':'bio-gonzalez.php','Text':'Justo Gonzalez'},
                {'When':'E','Value':'bio-hall.php','Text':'Shelley Hall'},
                {'When':'E','Value':'bio-johnson.php','Text':'Scott Johnson'},
                {'When':'E','Value':'bio-jost.php','Text':'Shannon Jost'},
				{'When':'E','Value':'bio-noonan.php','Text':'Kelly Noonan'},
                {'When':'E','Value':'bio-ruiter.php','Text':'Leslie Ruiter'},
                {'When':'E','Value':'bio-wang.php','Text':'Theresa Wang'},
                {'When':'F','Value':'','Text':'Attorneys'},/* Litigation  */
                {'When':'F','Value':'bio-axel.php','Text':'Brad Axel'},
                {'When':'F','Value':'bio-farias.php','Text':'Chris Farias'},
				{'When':'F','Value':'bio-fletcher.php','Text':'Kelby Fletcher'},
                {'When':'F','Value':'bio-ginsberg.php','Text':'Phil Ginsberg'},
                {'When':'F','Value':'bio-gonzalez.php','Text':'Justo Gonzalez'},
				{'When':'F','Value':'bio-ogonzalez.php','Text':'Olivia Gonzalez'},
				{'When':'F','Value':'bio-rgriffee.php','Text':'Ryan Griffee'},
                {'When':'F','Value':'bio-hall.php','Text':'Shelley Hall'},
                {'When':'F','Value':'bio-harrington.php','Text':'Mat Harrington'},
				{'When':'F','Value':'bio-hemphill.php','Text':'Joan Hemphill'},
                {'When':'F','Value':'bio-hicks.php','Text':'Karolyn Hicks'},
                {'When':'F','Value':'bio-johnson.php','Text':'Scott Johnson'},
                {'When':'F','Value':'bio-jost.php','Text':'Shannon Jost'},
                {'When':'F','Value':'bio-kamm.php','Text':'Aviva Kamm'},
                {'When':'F','Value':'bio-lerner.php','Text':'Tom Lerner'},
				{'When':'F','Value':'bio-monahan.php','Text':'Brendan Monahan'},
				{'When':'F','Value':'bio-moore.php','Text':'John Moore'},
				{'When':'F','Value':'bio-noonan.php','Text':'Kelly Noonan'},
				{'When':'F','Value':'bio-russel.php','Text':'Sean Russel'},
                {'When':'F','Value':'bio-wang.php','Text':'Theresa Wang'},
                {'When':'F','Value':'bio-wixson.php','Text':'Sarah Wixson'},
                {'When':'F','Value':'bio-yeager.php','Text':'Dustin Yeager'},
                {'When':'G','Value':'','Text':'Attorneys'},/* Real Estate  */
                {'When':'G','Value':'bio-feldman.php','Text':'Jim Feldman'},
				{'When':'G','Value':'bio-rgriffee.php','Text':'Ryan Griffee'},
				{'When':'G','Value':'bio-griffee.php','Text':'Sean Griffee'},
                {'When':'G','Value':'bio-garner.php','Text':'Mike Garner'},
				{'When':'G','Value':'bio-lerner.php','Text':'Tom Lerner'},
				{'When':'G','Value':'bio-russel.php','Text':'Sean Russel'},
                {'When':'G','Value':'bio-shore.php','Text':'Morrie Shore'},
				{'When':'G','Value':'bio-wang.php','Text':'Theresa Wang'},
                {'When':'G','Value':'bio-yeager.php','Text':'Dustin Yeager'},

                
                
                ];  
            
            function commonTemplate(item) {
                return "<option value='" + item.Value + "'>" + item.Text + "</option>"; 
            };
            function commonTemplate2(item) {
                return "<option value='" + item.Value + "'>***" + item.Text + "***</option>"; 
            };
            
            function commonMatch(selectedValue) {
                return this.When == selectedValue; 
            };


            jQuery(document).ready(function()
            {   
                jQuery("#chained_child").cascade("#chained",{                   
                    list: list1,
                    template: commonTemplate,
                    match: commonMatch 
                });
                jQuery("#chained_sub_child").cascade("#chained_child",{                 
                    list: list2,
                    template: commonTemplate,
                    match: commonMatch 
                });
                jQuery("#chained_child2").cascade("#chained2",{                 
                    list: list1,
                    template: commonTemplate,
                    match: commonMatch 
                });
                jQuery("#chained_sub_child2").cascade("#chained_child2",{                   
                    list: list2,
                    template: commonTemplate,
                    match: commonMatch 
                });
                jQuery("#chained_child3").cascade("#chained3",{                 
                    list: list1,
                    template: commonTemplate,
                    match: commonMatch 
                });
                jQuery("#chained_sub_child3").cascade("#chained_child3",{                   
                    list: list2,
                    template: commonTemplate,
                    match: commonMatch 
                });
            });

            
