function activebanner(x) {
    
    var poster = x;
    
    return poster;
    
}

function finalOutput() {
    document.write('<div id="hpBannerList" class="Left">');
        document.write('<div id="hpBannerChoice" class="active" onClick="document.hpBanner.src='_images/homepageBanner_01.jpg'">Web Design</div><!-- hpBannerChoice -->');
        document.write('<div id="hpBannerChoice" class="inactive">Video Production</div><!-- hpBannerChoice -->');
        document.write('<div id="hpBannerChoice" class="inactive">3D Animation</div><!-- hpBannerChoice -->');
    document.write('</div><!-- hpBannerList -->');
    document.write('<div id="homepagePoster">');
    document.write('<img src="_images/homepageBanner_01.jpg" height="325" width="600" name="hpBanner" />');
    document.write('</div><!-- homepagePoster -->');
    document.write('<div id="hpBannerList" class="Right">');
        document.write('<div id="hpBannerChoice" class="inactive">Digital Design</div><!-- hpBannerChoice -->');
        document.write('<div id="hpBannerChoice" class="inactive">Special Effects</div><!-- hpBannerChoice -->');
    document.write('</div><!-- hpBannerList -->');
}
