﻿
var images = new Array();
var imgObjs = new Array();
var i = 0;
var imgLoadCt = 0;
images[0] = "../img/faculty/allFaculty_tim_pernie.png";
images[1] = "../img/faculty/allFaculty_amy_pernie.png";
images[2] = "../img/faculty/allFaculty_lalla_pierce.png";
images[3] = "../img/faculty/allFaculty_stephanie_wojcik.png";
images[4] = "../img/faculty/allFaculty_pam_cebula.png";
images[5] = "../img/faculty/allFaculty_melissa_banks.png";
images[6] = "../img/faculty/allFaculty_madison_bell.png";
images[8] = "../img/faculty/allFaculty_lexie_palasciano.png";
images[9] = "../img/faculty/allFaculty_kristina_leamons.png";
images[11] = "../img/faculty/allFaculty_katherine_varnson.png";
images[13] = "../img/faculty/allFaculty_julie_prasek.png";
images[14] = "../img/faculty/allFaculty_heather_murray.png";
images[16] = "../img/faculty/allFaculty_charity_joiner.png";
images[17] = "../img/faculty/allFaculty_brady_kirby.png";
images[17] = "../img/faculty/allFaculty_christina_goff.png";
images[18] = "../img/faculty/tim_pernie.png";
images[19] = "../img/faculty/amy_pernie.png";
images[20] = "../img/faculty/lalla_pierce.png";
images[21] = "../img/faculty/stephanie_wojcik.png";
images[22] = "../img/faculty/pam_cebula.png";
images[23] = "../img/faculty/melissa_banks.png";
images[24] = "../img/faculty/madison_bell.png";
images[25] = "../img/faculty/lexie_palasciano.png";
images[26] = "../img/faculty/kristina_leamons.png";
images[27] = "../img/faculty/katherine_varnson.png";
images[28] = "../img/faculty/julie_prasek.png";
images[29] = "../img/faculty/heather_murray.png";
images[30] = "../img/faculty/charity_joiner.png";
images[31] = "../img/faculty/brady_kirby.png";
images[36] = "../img/faculty/allFaculty_esther_felts.png";
images[37] = "../img/faculty/allFaculty_paola_pierce.png";
images[36] = "../img/faculty/esther_felts.png";
images[37] = "../img/faculty/paola_pierce.png";
images[37] = "../img/faculty/christina_goff.png";

function preloadImg() {
            if (document.images) {

                document.getElementById("loadingPnl").style.display = "inline";
                for (i = 0; i < images.length; i++) {
                    imgObjs[i] = new Image();
                    imgObjs[i].src = images[i];
                    setTimeout('checkload(' + i + ')', i * 100);
                }
            }
}

function checkload(n) {
    (imgObjs[n].complete) ? addLoaded(n) : setTimeout('checkload(' + n + ')', 100);
}

function addLoaded(x) {
    imgLoadCt++;
    if (imgLoadCt >= images.length - 2) {
        document.getElementById("loadingPnl").style.display = "none";
    }
}

function swapImg_over(i, nm) {
    if (i.className != 'sideTab_active') {
        i.className = 'sideTab_hover';
    }
    if (document.getElementById("facultyAll_pnl").style.display != "none") {
        document.getElementById("facultyAllImg").src = "../img/faculty/allFaculty_" + nm + ".png";
    }
}
function swapImg_off(i) {
    if (i.className != 'sideTab_active') {
        i.className = 'sideTab_inactive';
    }
    if (document.getElementById("facultyAll_pnl").style.display != "none") {
        document.getElementById("facultyAllImg").src = "../img/faculty/allFaculty.png";
    }
}

function open_newWin(addr) {
    window.open("../scripts/sendMail.aspx?addr=" + addr, "BL", "toolbar=yes,width=400,height=400");
}

function selectFaculty(faculty, i) {
    if (document.getElementById("facultyAll_pnl").style.display != "none") {
        document.getElementById("facultyAll_pnl").style.display = "none";
    }
    if (i.className != 'sideTab_active') {
        deselect();
        document.getElementById('facultyDesc').style.background = 'url(../img/faculty/' + faculty + '.png) no-repeat top right';

        var fName;
        fName = faculty.substr(0, faculty.indexOf("_"));
        document.getElementById("facultySendMail").innerHTML = 'Email ' + toSmart(fName);

        i.className = 'sideTab_active';
        document.getElementById("facultyBlurb_container").style.display = "block";
        switch (faculty) {
            case 'amy_pernie':
                document.getElementById('facultyBlurb').innerHTML = 'Amy is the Founder and Director of "Miss Amy\'s School of Dance", a contemporary Christian based studio, established in 1996 and "In HIS Steps Christian Dance Studio and Performing Arts Center", established in 2002. Amy began dancing at the age of 3 in Brooklyn Michigan and continued her training in Grayling Michigan with the "Louise Tournaud School of Dance". Upon graduation she studied abroad at "Trixie Hardee" of Ontario Canada and attended Lake Superior State University in Sault Ste. Marie Michigan. She has been able to train and study under many of the "well known\'s" of dance and has competed, performed and trained throughout the United States and Canada. Amy has been blessed with numerous opportunities in her dance career and for all of those she is grateful to her Heavenly Father. Her love for the Lord is most evident in her desire to use dance as a means of glorifying the Lord and she has a fervent desire to reach the community with the gospel of Jesus Christ. As Amy walks through this short journey here on earth she realizes daily more about our responsibility to reach the nations. Amy\'s passion is to share her Savior with the people of India and has had the opportunity to do so by teaching dance to thousands of children all over India.'
                document.getElementById("facultySendMail").href = 'javascript:open_newWin(\'missamy@inhisstepsinc.com\');';
                /* position changes */
                document.getElementById("facultyDesc").style.backgroundPosition = "top left";
                document.getElementById("facultyBlurb_container").style.marginTop = "75px";
                document.getElementById("facultyBlurb_container").style.cssFloat = "right";
                document.getElementById("facultyBlurb_container").style.styleFloat = "right";
                break;
            case 'tim_pernie':
                document.getElementById('facultyBlurb').innerHTML = 'Tim (Gunny) was involved in Judo and wrestling as a child. He has received training in hand to hand combat also referred to as L.I.N.E. training, while in the Marine Corps and was trained as an instructor of this technique in 1993. Gunny has received further training in the Marine Corps\'s newly introduced mixed Martial Arts program and is a 1st Degree Black Belt instructor. "The Gunny" has been a Marine for 20 years. Available for small group self defense classes such as Youth Groups or Womens Bible Studies.'
                document.getElementById("facultySendMail").href = 'javascript:open_newWin(\'tim@inhisstepsinc.com\');';
                /* position changes */
                document.getElementById("facultyDesc").style.backgroundPosition = "top right";
                document.getElementById("facultyBlurb_container").style.marginTop = "75px";
                document.getElementById("facultyBlurb_container").style.cssFloat = "none";
                document.getElementById("facultyBlurb_container").style.styleFloat = "none";
                break;
            case 'lalla_pierce':
                document.getElementById('facultyBlurb').innerHTML = 'A Pensacola Native, Lalla danced at local studios in Pensacola from the time she was 3 years old until her graduation from Tate High School in 1987. Tap has always been her passion and Vivian Jennings, (now with "The Dancing Grannies") was a huge inspiration to her.  In recent years, Lalla has been thrilled to share her love of tap through teaching and has participated in several workshops and conferences, including "Tap City" in New York City.  Lalla has been teaching at "In His Steps" since January 2003, is honored to work with students and will proudly say, "oh yes, I\'ll dance to God\'s glory!" 2 Samuel 6:21'
                document.getElementById("facultySendMail").href = 'javascript:open_newWin(\'lalla@inhisstepsinc.com\');';
                /* position changes */
                document.getElementById("facultyDesc").style.backgroundPosition = "top left";
                document.getElementById("facultyBlurb_container").style.marginTop = "75px";
                document.getElementById("facultyBlurb_container").style.cssFloat = "right";
                document.getElementById("facultyBlurb_container").style.styleFloat = "right";
                break;
            case 'stephanie_wojcik':
                document.getElementById('facultyBlurb').innerHTML = 'Stephanie began her formal dance training at the age of 6 under the guidance of "Miss Amy" when "Miss Amy\'s School of Dance" opened in 1997.  A few years later she became an apprentice and moved to In HIS Steps when it opened.  She has taught classes and choreographed for PS 149 and the Marcus Pointe Baptist Church\'s kid praise productions for several years. Additional training includes Dance Revolution in Orlando, Dance Ad Deum in Texas, Christian Dance Fellowship USA East Coast in Georgia, PJC Summer Intensive and PJC Dance Educators.'
                document.getElementById("facultySendMail").href = 'javascript:open_newWin(\'stephanie@inhisstepsinc.com\');';
                /* position changes */
                document.getElementById("facultyDesc").style.backgroundPosition = "top right";
                document.getElementById("facultyBlurb_container").style.marginTop = "75px";
                document.getElementById("facultyBlurb_container").style.cssFloat = "none";
                document.getElementById("facultyBlurb_container").style.styleFloat = "none";
                break;
            case 'christina_goff':
                document.getElementById('facultyBlurb').innerHTML = 'Christina started dancing at the age of 2, where she began her training in Jacksonville, FL at Miss Painter\'s School of Ballet. She continued dancing there until she moved to Pensacola at the age of 8. After taking only one year off, Christina then started dancing at Miss Amy\'s School of Dance in 1998, and has been with the studio ever since. She has attended the Dance Revolution workshop in Orlando, FL twice, and also helps choreograph dances for her church\'s youth groups to perform during Sunday morning worship services. Christina is SO thankful to work with such talented and spiritual people, and loves any opportunity to share with others how the Lord has shaped and guided her in her life and through dance, molding her to become the young women she is today.'
                document.getElementById("facultySendMail").href = 'javascript:open_newWin(\'christina@inhisstepsinc.com\');';
                /* position changes */
                document.getElementById("facultyDesc").style.backgroundPosition = "top right";
                document.getElementById("facultyBlurb_container").style.marginTop = "75px";
                document.getElementById("facultyBlurb_container").style.cssFloat = "none";
                document.getElementById("facultyBlurb_container").style.styleFloat = "none";
                break;
            case 'liz_strehle':
                document.getElementById('facultyBlurb').innerHTML = 'Liz started dancing at the age of four. She danced with the Pensacola School of Ballet for 7 years also with the Emerald Coast Ballet dance company. Liz has been dancing at In HIS Steps since 2001. She has been teaching at In HIS Steps for one year but has been choreographing and assisting from a very young age. She also has attended Dance Revolution and plans to continue dancing for Jesus for many years to come. She is also very blessed to work in such a motivational environment.'
                document.getElementById("facultySendMail").href = 'javascript:open_newWin(\'liz@inhisstepsinc.com\');';
                /* position changes */
                document.getElementById("facultyDesc").style.backgroundPosition = "center right";
                document.getElementById("facultyBlurb_container").style.marginTop = "75px";
                document.getElementById("facultyBlurb_container").style.cssFloat = "none";
                document.getElementById("facultyBlurb_container").style.styleFloat = "none";
                break;
            case 'julie_prasek':
                document.getElementById('facultyBlurb').innerHTML = 'Julie started dancing at the age of 5 at Green Acres School of Dance in Fairhope, AL. There she fell in love with this wonderful art form and pursued dance under the direction of Susan and Michael Williams at the Dance Centre in Pensacola, FL. She studied with some amazing teachers including Mia Michaels from the hit television show "So You Think You Can Dance?" and Frank Hatchett from Broadway Dance Center in New York City. She received scholarships in dance to the University of Arizona and many opportunities to dance for Disney but she knew God had something different planned for her. Now with a wonderful husband and 2 children she knows her real calling is teaching this joyous art form that God has created. Teaching at In HIS Steps is just one way to show the Lord how thankful she is for this great talent He has given her.'
                document.getElementById("facultySendMail").href = 'javascript:open_newWin(\'julie@inhisstepsinc.com\');';
                /* position changes */
                document.getElementById("facultyDesc").style.backgroundPosition = "center left";
                document.getElementById("facultyBlurb_container").style.marginTop = "75px";
                document.getElementById("facultyBlurb_container").style.cssFloat = "right";
                document.getElementById("facultyBlurb_container").style.styleFloat = "right";
                break;
            case 'julius_benson':
                document.getElementById('facultyBlurb').innerHTML = 'I am a graduate of Booker T. Washington High School. During my 4 years at B.T. Washington, I was a member of the Marching Wildcat Band. As a member of the band, I servedas a head choreographer. I am also the founding member of the famed Pensacola Poppers (1980). As a member of the P\'Cola Poppers, I have performed in numerous concerts as well as performed on various television programs. I have performed with such artists as New Edition, Zapp, Atlantic Star, Freddy Fender, Keith Sweat, and The Isley Brothers just to name a few. The P\'Cola Poppers were also a featured act with the "Swatch Watch Tour", which featured several big name rap artists from around the world. After graduating from high school I attended Southern University (Baton Rouge, LA), where I was a member of the marching band known around the world as "The Human Jukebox". While attending Southern, I was the band\'s dance choreographer and member of the band\'s featured dance team called the "Super Six". While this dance team was mainly for juniors and seniors, I was asked to be a member as a freshman. Some of the routines performed by the "Super Six" were featured on various commercials, Monday Night Football, opening of the World\'s Fair (New Orleans, LA), the President\'s inauguration parade (Washington, DC), and Epcot (Disney World, FL). After finding the Lord and my purpose for my gift to dance, I\'ve also performed at Grace Fest as the featured opening act for several artists including Dottie Peoples, The Mighty Clouds of Joy, and Israel and New Breed with my dance ministry called "Extreme Praise".<br /><br />I am currently a member of the Pensacola Community Arts & Recreation Association (PCARA) which is an organization dedicated to teaching today\'s youth the importance of keeping God first, staying in school, staying drug free, and resisting gang involvement. As a part of PCARA, I\'ve also been featured in numerous gospel stage plays that can be viewed and purchased at pcaraonline.com. I am a member of New Dimansions Christian Center where I serve as a deacon, member of the praise team, youth advisor, and choreographer for the dance ministry. Today, I still teach, perform, and choreograph in honor my Lord for various churches, schools, youth groups, and other dance ministries.'
                document.getElementById("facultySendMail").href = 'javascript:open_newWin(\'julius@inhisstepsinc.com\');';
                /* position changes */
                document.getElementById("facultyDesc").style.backgroundPosition = "top right";
                document.getElementById("facultyBlurb_container").style.marginTop = "75px";
                document.getElementById("facultyBlurb_container").style.cssFloat = "none";
                document.getElementById("facultyBlurb_container").style.styleFloat = "none";
                break;
            case 'heather_murray':
                document.getElementById('facultyBlurb').innerHTML = 'Heather started dancing at the age of 5 at “The Studio” in Belmar, New Jersey. The Lord brought her and her family to Pensacola in 1992. Heather’s love for dance continued to grow. From 1999 to 2001, she was a member of the show choir “Encore” at Woodham High School. This group of singing and dancing young people received first place at several competitions. She was on a choreography team at her church throughout high school as well. Heather graduated from Liberty University in 2005. She returned to Pensacola and wanted to serve the Lord through dancing once again. She has been dancing and teaching at In His Steps ever since.'
                document.getElementById("facultySendMail").href = 'javascript:open_newWin(\'heather@inhisstepsinc.com\');';
                /* position changes */
                document.getElementById("facultyDesc").style.backgroundPosition = "top left";
                document.getElementById("facultyBlurb_container").style.marginTop = "75px";
                document.getElementById("facultyBlurb_container").style.cssFloat = "right";
                document.getElementById("facultyBlurb_container").style.styleFloat = "right";
                break;
            case 'kristina_leamons':
                document.getElementById('facultyBlurb').innerHTML = 'Kristina began taking piano lessons at age 8. Inspired by her teacher, Cameron Barnes, she began writing songs. She is a graduate of Pensacola Junior College with an associate of arts degree in music/vocal performance. She is an active member of Hillcrest Baptist Church where she is a keyboardist in the praise orchestra. Having a heart for children and missions, she dreams of using her love for music to share the gospel here and around the world. Kristina has been teaching voice and piano with In His Steps for two years. With Psalms 150 as her favorite, she encourages her students to "not be silent, but to praise God by using [their] instruments to glorify Him.'
                document.getElementById("facultySendMail").href = 'javascript:open_newWin(\'kristina@inhisstepsinc.com\');';
                /* position changes */
                document.getElementById("facultyDesc").style.backgroundPosition = "center right";
                document.getElementById("facultyBlurb_container").style.marginTop = "75px";
                document.getElementById("facultyBlurb_container").style.cssFloat = "none";
                document.getElementById("facultyBlurb_container").style.styleFloat = "none";
                break;
            case 'kaytee_levan':
                document.getElementById('facultyBlurb').innerHTML = 'Kaytee has been dancing since she was two years of age. She started her training at Maureen\'s School of Dance continued at Bright Lights Studio of Dance with Janelle Rardon. She also trained at Denise Shores\' Studio of Dance in Maryland. She has a passion for dance and does it all for "Him". She continued her training in Florida at Northwest Florida Ballet with Dorothy Lister. She found In His Steps in January of 2002. She is continuing her training through workshops such as Ad Deum Dance Company in Texas in 2004. She is very excited to be a part of the In His Steps family.'
                document.getElementById("facultySendMail").href = 'javascript:open_newWin(\'kaytee@inhisstepsinc.com\');';
                /* position changes */
                document.getElementById("facultyDesc").style.backgroundPosition = "top left";
                document.getElementById("facultyBlurb_container").style.marginTop = "75px";
                document.getElementById("facultyBlurb_container").style.cssFloat = "right";
                document.getElementById("facultyBlurb_container").style.styleFloat = "right";
                break;
            case 'pam_cebula':
                document.getElementById('facultyBlurb').innerHTML = 'Pamela Cebula has been teaching dance at N.B. Cook Elementary School of the arts for 15 years, with certification in teaching student\'s age 3 to 12 and holding a masters degree in education. Pam has choreographed many local theater productions for Pensacola Little Theater and St. Mary\'s Productions. Pam has taught a variety of dance style for "In HIS Steps", and loves using her teaching talents to serve the Lord and bringing others to know Jesus Christ.'
                document.getElementById("facultySendMail").href = 'javascript:open_newWin(\'pam@inhisstepsinc.com\');';
                /* position changes */
                document.getElementById("facultyDesc").style.backgroundPosition = "top left";
                document.getElementById("facultyBlurb_container").style.marginTop = "75px";
                document.getElementById("facultyBlurb_container").style.cssFloat = "right";
                document.getElementById("facultyBlurb_container").style.styleFloat = "right";
                break;
            case 'charity_joiner':
                document.getElementById('facultyBlurb').innerHTML = 'Charity began piano lessons at the young age of 8, and quickly developed a love for the art of piano playing.  She participated in local Sonata Competitions and was honored to place 1st more than once.  She soon learned that the Lord was calling her to pour herself into willing students, and began teaching at the age of 15.  Charity has 15 years of teaching experience and has been with In His Steps since their grand opening 7 years ago. She specializes in adapting her teaching styles to each student\'s particular needs and interests.  With the Lord\'s guidance, Charity strives to encourage students to use their talents for His glory and is thankful to enjoy doing so!'
                document.getElementById("facultySendMail").href = 'javascript:open_newWin(\'charity@inhisstepsinc.com\');';
                /* position changes */
                document.getElementById("facultyDesc").style.backgroundPosition = "top left";
                document.getElementById("facultyBlurb_container").style.marginTop = "75px";
                document.getElementById("facultyBlurb_container").style.cssFloat = "right";
                document.getElementById("facultyBlurb_container").style.styleFloat = "right";
                break;
            case 'tanya_gallagher':
                document.getElementById('facultyBlurb').innerHTML = 'Tanya Gallagher is a 22 year old Graduate student at the University of West Florida\'s Environmental Science Department. She has been playing guitar for 4 ½ years and was the worship leader for the Young Adults Group at Liberty Church Blue Angel Campus and plays in the Sunday Morning Worship Band at Liberty Church. In addition to playing at Liberty Church, she also plays in a local band called Baylen. Baylen released their first CD of all original songs in November of 2007. Tanya teaches students on an individual basis focusing on their strengths and growing from there. Tanya has been a guitar instructor at In His Steps since January 2008.'
                document.getElementById("facultySendMail").href = 'javascript:open_newWin(\'tanya@inhisstepsinc.com\');';
                /* position changes */
                document.getElementById("facultyDesc").style.backgroundPosition = "center left";
                document.getElementById("facultyBlurb_container").style.marginTop = "75px";
                document.getElementById("facultyBlurb_container").style.cssFloat = "right";
                document.getElementById("facultyBlurb_container").style.styleFloat = "right";
                break;
            case 'shelley_brown':
                document.getElementById('facultyBlurb').innerHTML = 'Shelley Brown is a Pensacola native. She began cheering at the age of 3 and started tumbling shortly after that. She cheered at Ransom and Tate as well as with the Pensacola Tornadoes. She tought tumbling at local gym\'s through college.  She began private lessons about 8 years ago. She has a wonderful husband and 2 beautiful children.'
                document.getElementById('facultyDesc').style.background = 'url(../img/faculty/noPic.png) no-repeat top left';
                document.getElementById("facultySendMail").href = 'javascript:open_newWin(\'shelley@inhisstepsinc.com\');';
                /* position changes */
                document.getElementById("facultyDesc").style.backgroundPosition = "center left";
                document.getElementById("facultyBlurb_container").style.marginTop = "75px";
                document.getElementById("facultyBlurb_container").style.cssFloat = "right";
                document.getElementById("facultyBlurb_container").style.styleFloat = "right";
                break;
            case 'madison_bell':
                document.getElementById('facultyBlurb').innerHTML = 'Maddie is a sophomore at Tate High School. She has been dancing with Miss Amy for over ten years studying ballet, tap, hip-hop and lyrical dance. She is a member of Chaddah, IHS performing company. Maddie loves dancing and teaching at IHS because she is able to use her talents and love for dance to help bring others to Christ. Maddie teaches hip hop and when watching her classes it is sometimes hard to tell who is enjoying themselves more, her or her students!'
                document.getElementById("facultySendMail").href = 'javascript:open_newWin(\'madison@inhisstepsinc.com\');';
                /* position changes */
                document.getElementById("facultyDesc").style.backgroundPosition = "top right";
                document.getElementById("facultyBlurb_container").style.marginTop = "75px";
                document.getElementById("facultyBlurb_container").style.cssFloat = "none";
                document.getElementById("facultyBlurb_container").style.styleFloat = "none";
                break;
            case 'lexie_palasciano':
                document.getElementById('facultyBlurb').innerHTML = 'Lexie has been performing in theater productions and dance recitals since the age of 3. Starting at first at Oconee Children\'s Theater in Watkinsville, Ga she eventually moved to Florida in 2001. Lexie then continued her performing arts at B.E.T.A. Children\'s Theater and Pensacola Little Theater untill 2005 when she began taking lessons at In His Steps. Currently Lexie is a sophmore in Pensacola High School\'s IB program. Lexie loves dancing and coreographing for the Lord and is looking forward to spreading the love of Christ.'
                document.getElementById("facultySendMail").href = 'javascript:open_newWin(\'lexie@inhisstepsinc.com\');';
                /* position changes */
                document.getElementById("facultyDesc").style.backgroundPosition = "center left";
                document.getElementById("facultyBlurb_container").style.marginTop = "75px";
                document.getElementById("facultyBlurb_container").style.cssFloat = "right";
                document.getElementById("facultyBlurb_container").style.styleFloat = "right";
                break;
            case 'brady_kirby':
                document.getElementById('facultyBlurb').innerHTML = 'Brady started dancing at the age of 2 1/2 at Miss Amy\'s School of Dance.  She later moved to In HIS Steps when it opened. She has attended the "Dance Revolution" conference in Orlando twice.  Brady has choreographed and performed countless dance pieces for her church\'s morning worship services.  Brady has also taught dance classes for the children at her church.  She has participated in Chaddah for 3 years, and has recently started choreographing for the company as well.  Brady cannot think of a better way to share the love of God than through dance'
                document.getElementById("facultySendMail").href = 'javascript:open_newWin(\'brady@inhisstepsinc.com\');';
                /* position changes */
                document.getElementById("facultyDesc").style.backgroundPosition = "top right";
                document.getElementById("facultyBlurb_container").style.marginTop = "75px";
                document.getElementById("facultyBlurb_container").style.cssFloat = "none";
                document.getElementById("facultyBlurb_container").style.styleFloat = "none";
                break;
            case 'katherine_varnson':
                document.getElementById('facultyBlurb').innerHTML = 'Katherine has been dancing for about 13 years, starting at Miss Amy\'s School of Dance when she was 2 1/2. When the studio moved to In His Steps Katherine moved with it. Since then she have danced at In His Steps. She has apprenticed for teachers at In His Steps for 3 or 4 years. Katherine has also been a member of the Dance Company Chaddah for 3 years. Katherine has taught dance classes during the summer for her church and she also taught a class during the school year for the kids program WACCI (Worship Arts Children Choir Inc). Katherine has performed many dance pieces for her church and choreographed some as well. Katherine loves having the chance to be able to let kids get closer to God through dance.'
                document.getElementById("facultySendMail").href = 'javascript:open_newWin(\'katherine@inhisstepsinc.com\');';
                /* position changes */
                document.getElementById("facultyDesc").style.backgroundPosition = "top right";
                document.getElementById("facultyBlurb_container").style.marginTop = "75px";
                document.getElementById("facultyBlurb_container").style.cssFloat = "left";
                document.getElementById("facultyBlurb_container").style.styleFloat = "left";
                break;
            case 'melissa_banks':
                document.getElementById('facultyBlurb').innerHTML = 'Melissa has been dancing for twenty three years with an emphasis in ballet technique.  She also loves to dance and teach modern, lyrical, and jazz.  Melissa received her Bachelor of Fine Arts in choreography and performance from The University of Southern Mississippi,  she has been blessed to work and train under many talented and well established dancers.  Besides teaching she has also stage managed and choreographed for countless performances throughout the southeast.  Melissa is excited to be a part of the In His Steps family and is looking forward to a wonderful year with all of the dancers!'
                document.getElementById("facultySendMail").href = 'javascript:open_newWin(\'melissa@inhisstepsinc.com\');';
                /* position changes */
                document.getElementById("facultyDesc").style.backgroundPosition = "top right";
                document.getElementById("facultyBlurb_container").style.marginTop = "75px";
                document.getElementById("facultyBlurb_container").style.cssFloat = "none";
                document.getElementById("facultyBlurb_container").style.styleFloat = "none";
                break;
            case 'esther_felts':
                document.getElementById('facultyBlurb').innerHTML = 'Bio Coming Soon'
                document.getElementById("facultySendMail").href = 'javascript:open_newWin(\'esther@inhisstepsinc.com\');';
                /* position changes */
                document.getElementById("facultyDesc").style.backgroundPosition = "center left";
                document.getElementById("facultyBlurb_container").style.marginTop = "75px";
                document.getElementById("facultyBlurb_container").style.cssFloat = "right";
                document.getElementById("facultyBlurb_container").style.styleFloat = "right";
                break;
            case 'paola_pierce':
                document.getElementById('facultyBlurb').innerHTML = 'Bio Coming Soon'
                document.getElementById("facultySendMail").href = 'javascript:open_newWin(\'paola@inhisstepsinc.com\');';
                /* position changes */
                document.getElementById("facultyDesc").style.backgroundPosition = "center right";
                document.getElementById("facultyBlurb_container").style.marginTop = "75px";
                document.getElementById("facultyBlurb_container").style.cssFloat = "none";
                document.getElementById("facultyBlurb_container").style.styleFloat = "none";
                break;
            default:
                break;
        }
    }
}

function deselect() {
    var tbl = document.getElementById('facultyTbl')
    for (i = 0; i <= tbl.rows.length - 1; i++) {
        if (tbl.rows[i].cells[0].className == 'sideTab_active') {
            tbl.rows[i].cells[0].className = 'sideTab_inactive';
        }            
    }
}

function toSmart(nm) {
    var first;
    first = nm.charAt(0);
    var rest;
    rest = nm.substr(1, nm.length - 1);
    return first.toUpperCase() + rest.toLowerCase();
}
