
var backImage = new Array(); // don't change this

backImage[0] = "images/mayan_home_page.jpg";
backImage[1] = "images/background_shoot.jpg";
backImage[2] = "images/dish_police_home.jpg";
backImage[3] = "";

backImage['lawson'] = "images/lawson.jpg";
backImage['greg'] = "images/greg_large.jpg";
backImage['jesse'] = "images/jesse_large.jpg";
backImage['rafael'] = "images/rafael_large.jpg";
backImage['chapman'] = "images/chapman_large.jpg";
backImage['hamilton'] = "images/hamilton_large.jpg";

function changeBGImage(whichImage){
if (document.body){
document.body.background = backImage[whichImage];
}
}

function change_video(file){

	var video = document.getElementById("video_content");
	
	//12 FL OZ
	if (file == 1) {
		video.innerHTML = "<div class='video_content'><iframe id='main_video' src='http://player.vimeo.com/video/31028595?byline=0&amp;portrait=0&amp;color=ffffff' width='950' height='532' frameborder='0' webkitAllowFullScreen allowFullScreen></iframe></div><div class='image_content'><div class='title'>12 FL OZ</div><div class='text_content'>In rural Georgia, the Manning family has fallen on hard times. Forced into growing marijuana to support their failing farm after the death of his son Matt, Taylor Manning (Vincent Duvall), along with his wife Sandy (Helene Udy) and 17 year old daughter Elizabeth (Cara Walters) have attracted the attention of DEA agent Rusty Rozier (Jackson Walker). After being discovered posing as a wild-life photographer trespassing on her father\'s fields, Elizabeth befriends Agent Rozier and keeps his presence on the farm a secret. On December 24th, none of them could have imagined the nightmare about to unfold. 12 FL OZ is the story of one family\'s struggle to survive a direct attack on United States soil, and ultimately, each other. As the Manning family is forced to live with the direct consequences of their actions, they must put aside the differences between them in order to survive. Yet as they silently watch the world around them collapse, old wounds tear open, and bitter resentments claw at the delicate ties between these survivors. In director Dalton Harpe\'s gritty feature debut his no-holds-barred approach promises to delight and horrify audiences.</div></div>";
	}
	//catch costa rica
	else if (file ==2) {
		video.innerHTML = "<div class='video_content'><iframe id='main_video' src='http://player.vimeo.com/video/31090461?byline=0&amp;portrait=0&amp;color=ffffff' width='950' height='532' frameborder='0' webkitAllowFullScreen allowFullScreen></iframe></div><div class='image_content'><div class='title'>THE CATCH: COSTA RICA</div><div class='text_content'>Awards - Winner of three Telly Awards for Editing, Cinematography, and Art Direction.<br/>Twelve competitors, $50,000, and only one Ultimate Fisherman! The Catch: Costa Rica is a high octane reality thrill ride that takes viewers on a fishing adventure unlike any other. A teacher, a used car salesman, a boat captain and a model - just a few of the 12 men and women facing off over the coveted title and cash prize. Hostess Aurelia Riley guides our determined anglers to some of the most diverse fishing spots across the country, where they experience all the challenge and excitement of sport fishing in Costa Rica, and each takes their turn battling tarpon, sailfish, marlin...and the biggest catch of them all - each other! In the end, only one contestant will have the perseverance and skill to outwit, outlast and out-fish the competition and land the $50,000 grand prize and title of Ultimate Fisherman!<br />Genre - Reality Television Series. Format - DVCPro HD 720p. Approximate Running Time - 22 Minutes (13 Episodes)</div></div>";
	}
	//cole
	else if (file ==3) {
		video.innerHTML = "<div class='video_content'><iframe id='main_video' src='http://player.vimeo.com/video/31040437?byline=0&amp;portrait=0&amp;color=ffffff' width='950' height='532' frameborder='0' webkitAllowFullScreen allowFullScreen></iframe></div><div class='image_content'><div class='title'>COLE PETTICOAT P.I.</div><div class='text_content'>Some call him mysterious. Others call him unwavering. The Spanish call him El Anillo de Polla. Eva Gardner simply called him \'my assailant\'. He\'s Cole Petticoat, private investigator for hire. Petticoat\'s adventures take him through twists and turns in a classic-comic-strip-style noir animated series. Whether chasing down the bad guy, drinking himself into submission or accidentally shooting the mailman, Petticoat always gets the job done. Sure, he\'s done some things that he\'s not proud of, but who hasn\'t. If he could, would he take back that time he got into an on-air drunken slap-fight with Wolf Blitzer? Sure. If he somehow got his hands on a time machine, would he go back and stop himself from laying down a quarter-million dollars on The Columbus Panhandlers 80 years after the team went defunct? Of course he would. But one thing I guarantee you he would not take back was the time he came down from the stands and laid a hard foul on Kurt Rambis in the 1987 NBA Finals. That guy had it coming. Genre - Animated Television Series. Format - Flash Animation.</div></div>";
	}
	//mayan
	else if (file ==4) {
		video.innerHTML = "<div class='video_content'><iframe id='main_video' src='http://player.vimeo.com/video/33922562?byline=0&amp;portrait=0&amp;color=ffffff' width='950' height='532' frameborder='0' webkitAllowFullScreen allowFullScreen></iframe></div><div class='image_content'><div class='title'>MAYAN BLUE</div><div class='text_content'>What secrets hide beneath the twisted roots of Central America? In a land of a thousand legends, where is the line between truth and lore? The cenotes of the Yucatan each tell a story as ancient and primordial as the earth itself. Underground rivers carve a timeline of this land\'s history from prehistoric man through the Spanish Conquest and beyond. Here in the darkened passages of the underworld, death is just the beginning. Mayan Blue is a feature documentary in production with Standoff Studios, and on schedule to be released in 2012.</div></div>";
	}
	//marine
	else if (file ==5) {
		video.innerHTML = "<div class='video_content'><iframe id='main_video' src='http://player.vimeo.com/video/31047373?byline=0&amp;portrait=0&amp;color=ffffff' width='950' height='532' frameborder='0' webkitAllowFullScreen allowFullScreen></iframe></div><div class='image_content'><div class='title'>MARINE INVESTIGATORS</div><div class='text_content'> </div></div>";
	}
	//dish police
	else if (file ==6) {
		video.innerHTML = "<div class='video_content'><iframe id='main_video' src='http://player.vimeo.com/video/31033223?byline=0&amp;portrait=0&amp;color=ffffff' width='950' height='532' frameborder='0' webkitAllowFullScreen allowFullScreen></iframe></div><div class='image_content'><div class='title'>DISH POLICE</div><div class='text_content'>The Dish Police series is compiled of several commercials created for Dish Network based on a dynamic police duo. Ray Tuesday and Lucky Buckets do it all: from arresting Bad Cable to giving back to unfortunate non-HD TV\'s.</div></div>";
	}
	//super septic
	else if (file ==7) {
		video.innerHTML = "<div class='video_content'><iframe id='main_video' src='http://player.vimeo.com/video/31810742?byline=0&amp;portrait=0&amp;color=ffffff' width='950' height='532' frameborder='0' webkitAllowFullScreen allowFullScreen></iframe></div><div class='image_content'><div class='title'>SUPER SEPTIC MIKE ROBE</div><div class='text_content'>In this animation, Super Septic\'s 'Mike Robe' shows you how to keep your septic tank clean.</div></div>";
	}
	//adult swim
	else if (file ==8) {
		video.innerHTML = "<div class='video_content'><iframe id='main_video' src='http://player.vimeo.com/video/31046136?byline=0&amp;portrait=0&amp;color=ffffff' width='950' height='532' frameborder='0' webkitAllowFullScreen allowFullScreen></iframe></div><div class='image_content'><div class='title'>ADULT SWIM - HAIKU</div><div class='text_content'>These two back-to-back videos were created in partnership with Soapbox Studios for Adult Swim. Produced in distinct Adult Swim style, these 15-second spots advertised the Honda-CRZ Sport Hybrid, and the Verizon Wireless network.</div></div>";
	}
	//miller
	else if (file ==9) {
		video.innerHTML = "<div class='video_content'><iframe id='main_video' src='http://player.vimeo.com/video/31050231?byline=0&amp;portrait=0&amp;color=ffffff' width='950' height='532' frameborder='0' webkitAllowFullScreen allowFullScreen></iframe></div><div class='image_content'><div class='title'>MILLER LITE  / FALCONS</div><div class='text_content'>Airing during the 2010 Atlanta Falcons season was this 18 second spot for Miller Lite and the Atlanta Falcons. Produced by StandOff Studios and Soapbox Studios 2010.</div></div>";
	}
	//true clear
	else if (file ==10) {
		video.innerHTML = "<div class='video_content'><iframe id='main_video' src='http://player.vimeo.com/video/31052265?byline=0&amp;portrait=0&amp;color=ffffff' width='950' height='532' frameborder='0' webkitAllowFullScreen allowFullScreen></iframe></div><div class='image_content'><div class='title'>TRUCLEAR HD PLUS</div><div class='text_content'>TruClear Plus HD is a revolutionary new system for customizing lenses to fit the curvature of your eye. Produced in partnership with Soapbox Studios.</div></div>";
	}
	//tara
	else if (file ==11) {
		video.innerHTML = "<div class='video_content'><iframe id='main_video' src='http://player.vimeo.com/video/31051555?byline=0&amp;portrait=0&amp;color=ffffff' width='950' height='532' frameborder='0' webkitAllowFullScreen allowFullScreen></iframe></div><div class='image_content'><div class='title'>TARA JEWELRY</div><div class='text_content'>These two 30 second spots for Tara Fine Jewelry feature Atlanta Falcon\'s coach Mike Smith musing over life, competition and the finer things. Tara Fine Jewelry is an official sponsor of the Atlanta Falcons. Produced by StandOff Studios and Soapbox Studios 2010.</div></div>";
	}
	//boomerang
	else if (file ==12) {
		video.innerHTML = "<div class='video_content'><iframe id='main_video' src='http://player.vimeo.com/video/31030330?byline=0&amp;portrait=0&amp;color=ffffff' width='950' height='532' frameborder='0' webkitAllowFullScreen allowFullScreen></iframe></div><div class='image_content'><div class='title'>BOOMERANG VAMPIRES</div><div class='text_content'>These spots were created for Boomerang\'s Vampire marathon.</div></div>";
	}
	//georgia power
	else if (file ==13) {
		video.innerHTML = "<div class='video_content'><iframe id='main_video' src='http://player.vimeo.com/video/31041478?byline=0&amp;portrait=0&amp;color=ffffff' width='950' height='532' frameborder='0' webkitAllowFullScreen allowFullScreen></iframe></div><div class='image_content'><div class='title'>GA POWER FALCONS</div><div class='text_content'>Squaring off in this 36 second spot are an Atlanta Falcons lineman and a Georgia Power lineman. Produced by StandOff Studios and Soapbox Studios 2010.</div></div>";
	}
	else {
	}

}

	
function bios(name) {
	
	var bio = document.getElementById("biography");
	
	document.getElementById('member2').style.background = "url('" + backImage[name]+ "')";	
	
	if (name == "greg") {
		bio.innerHTML = '<strong>Greg S. Ruddell, Sr.<br /><span>PRESIDENT</span></strong><br />Greg S. Ruddell, Sr. has been in the telecommunications business in one form or another since 1970. He founded Rocking \'R\' International in 1987, a satellite television retail and installation business that covers most of the southeastern United States. In 2006, Ruddell fulfilled a life-long dream and founded Standoff Studios, a multi-media production company. He has served as the President ever since. He lives in McCormick, South Carolina with his wife, B.J.';
	}
	else if (name == 'rafael') {
		bio.innerHTML = '<strong>Rafael Garcia<br /><span>CREATIVE DIRECTOR / VICE PRESIDENT</span></strong><br />Rafael Garcia was born in Atlanta, Georgia and graduated from Savannah College of Art and Design in 2005, where he received a BFA in Film and Television.  Rafael is the director of the feature documentary Mayan Blue, producer of <i>The Catch: Costa Rica</i> and Assistant Director of <i>12 FL OZ</i>.  He also produced the documentary <i>Letters from Banaz</i> and a number of commercial spots.  He has worked on several feature films, television shows and music videos, including <i>We Are Marshal</i>, <i>Daddy\'s Little Girls</i> and the ABC Pilot <i>October Road</i>.  He currently lives in Athens, Georgia.';
	}
	else if (name =='jesse') {
		bio.innerHTML = '<strong>JESSE LAVENDER<br /><span>MEDIA SPECIALIST</span></strong><br />Jesse was born and raised in Dublin, Georgia.  He specializes in all areas of production, from camera operation to field audio to visual effects.  He has worked as a sound engineer, editor, or visual effects supervisor on almost every project of Standoff Studios, including <i>Mayan Blue</i>, <i>12 FL OZ</i> and <i>The Catch: Costa Rica</i>.  He lives in Atlanta, Georgia with his wife, Samantha.';
	}
	else if (name =='lawson') {
		bio.innerHTML = '<strong>LAWSON BARNES<br /><span>Producer / Underwater Cinematographer</span></strong><br />Lawson, a South Carolina native, is a dedicated traveler, and has lived the past 11 years in Costa Rica. As a professional diver Lawson has mastered many of the more complicated aspects of the sport and has worked as a dive guide, cave diver and sailor. Lawson\'s role in underwater cinematography extends beyond camera work into photography, lighting, and logistics. He has served as International Producer for Standoff Studios since 2008, acting as the on-site producer for The Catch: Costa Rica and Mayan Blue. ';
	}
	else if (name =='hamilton') {
		bio.innerHTML = '<strong>HAMILTON CRAIG<br /><span>STORY PRODUCER/WRITER</span></strong><br />Hamilton Craig is a writer and producer. In 2005, he received a BFA in Film and Television from the Savannah College of Art and Design and joined Standoff Studios in December of 2006. His writing credits include the animated Cole Petticoat P.I. and the documentary Mayan Blue, as well as several short films and commercial spots. His producing contributions can be seen on the reality show <i>The Catch: Costa Rica</i> and the documentary <i>Letters from Banaz</i>.  He currently lives in Athens, Georgia with his wife, Branden, and son, Max.';
	}
	else if (name =='chapman') {
		bio.innerHTML = '<strong>JEREMIAH CHAPMAN<br /><span>PRODUCER</span></strong><br />Jeremiah George Chapman is a Producer, Director of Photography and Assistant Director. Chapman received a B.F.A. in Film and Television from the Savannah College of Art and Design in 2005.  He has worked as a director of photography on the feature <i>12FLOZ</i> and two nationally run Dish Network ads.  He has also worked on the HBO miniseries <i>John Adams</i>, and the feature films <i>The Burning Plain</i>, <i>Hamlet 2</i> and <i>Whip It</i>.  He joined the Standoff team full time in 2011 and is currently the Assistant Director on Mayan Blue. Jeremiah received the 2002 Georgia Associated Press Award for Best Spot News Photographer while working for CBS affiliate WTOC in Savannah.';
	}
}	

function home_caption(id) {

var home_caption = document.getElementById("home_caption");

	if (id == 1) {
		home_caption.innerHTML = '<span>MAYAN BLUE</span><br />  Standoff explores Central America to document the Mayan culture for our feature documentary "Mayan Blue". <br /><a href="Work.php">VIEW OUR WORK ></a>';
	}
	else if (id ==2) {
		home_caption.innerHTML = '<span>12 FL OZ</span><br />12 FL OZ is the story of one family\'s struggle to survive a direct attack on the United States soil, and ultimately, each other.<br /><a href="Work.php">VIEW OUR WORK ></a>';
	}
	else if (id ==3) {
		home_caption.innerHTML = '<span>DISH POLICE</span><br />  The Dish Police do it all: from arresting Bad Cable to giving back to unfortunate non-HD TV\'s, in Standoff\'s latest Dish Network commercial series.<br /><a href="Work.php">VIEW OUR WORK ></a>';
	}
	else if (id ==4) {
		home_caption.innerHTML = '<span>MAYAN BLUE</span><br />  Standoff explores Central America to document the Mayan culture for our feature documentary "Mayan Blue". <br /><a href="Work.php">VIEW OUR WORK ></a>';
	}
	else if (id ==5) {
		home_caption.innerHTML = '<span>MAYAN BLUE</span><br />  Standoff explores Central America to document the Mayan culture for our feature documentary "Mayan Blue". <br /><a href="Work.php">VIEW OUR WORK ></a>';
	}
}


