function chooseFc(id){
                            
                            chooseCat(id);
                            
                            if (id==1){
                                    document.getElementById("ft").innerHTML='<div id="ft-content"><img src="images/video.jpg"></div><div id="ft-info"><h1>Video Production</h1> <p>Capturing life through a camera lens and then editing, tweaking, and altering it to fit a specific theme & purpose have been my primary passion for the past 6 years. Since then, I have produced 7 niche snowboarding movies filmed throughout the U.S., Canada, and beyond--with a primary focus on east coast snowboarding. These projects have been sold internationally with physical distribution in the U.S. and Japan.</p><p>I strive to capture all aspects of snowboarding, but do not limit myself to this specific area. I have always held a keen interest in shooting lifestyles, nature, scenery, products, and much more. My experience shooting in an action sports environment has given me a strong skill set that is applicable to practically any area of video production. </p></div>';
                              }
                              if (id==2){
                                    document.getElementById("ft").innerHTML='<div id="ft-content"><img src="images/cs.jpg"></div><div id="ft-info"><h1>Digital Marketing</h1> <p></p></div>';
                              }
                              if (id==3){
                                   document.getElementById("ft").innerHTML='<div id="ft-content"><img src="images/web.jpg"></div><div id="ft-info"><h1>Web Development</h1> <p></p></div>';
                              
                              }
                              if (id==4){
                                    document.getElementById("ft").innerHTML='<div id="ft-content"><img src="images/cs.jpg"></div><div id="ft-info"><h1>Print Design</h1> <p></p></div>';
                              
                              }
                              if (id==5){
                                    document.getElementById("ft").innerHTML='<div id="ft-content"><img src="images/cs.jpg"></div><div id="ft-info"><h1>About Me</h1> <p></p></div>';
                              
                              }
}
