<?php
include_once('includes.php');
$pageTitle = 'teamTitle.jpg';
$videoArray = array();
$videoArray[$lang['Our Team']]['Absolute Results Gala 2016'] = 'Absolute Results Gala 2016';
$videoArray[$lang['Our Team']]['Absolute Results Gala 2015'] = 'Absolute Results Gala 2015';
$videoArray[$lang['Our Team']][$lang['Absolute Results Trainers']] = 'trainers';
$videoArray[$lang['Our Team']][$lang['Production Staff']] = 'staff';
$firstVid = 'Absolute Results Gala 2016';
?>
<?php include_once('header.php'); ?>
<script type="text/javascript">
function seeVideo()
{
document.getElementById('videoDiv').style.display = 'block';
document.getElementById('coverflowDiv').style.display = 'none';
}
function seeCoverflow(gallery)
{
viewVideo('');
if(typeof currentVid !== 'undefined') currentVid.style.backgroundColor = '#fff';
currentVid = document.getElementById(gallery);
document.getElementById(gallery).style.backgroundColor = overColor;
document.getElementById('videoDiv').style.display = 'none';
document.getElementById('coverflowDiv').style.display = 'block';
}
</script>
<table cellspacing="0" cellpadding="0" style="width:100%">
<tr>
<td>
<table cellspacing="0" cellpadding="0">
<tr>
<td>
<ul id="example1" class="accordion">
<?php
foreach($videoArray as $cat => $videoList)
{
?>
<li class="locked">
<h3><?= $cat ?></h3>
<div class="panel loading">
<table cellspacing="0" cellpadding="0" class="videoTable">
<?php
foreach($videoList as $desc => $link)
{
?>
<tr>
<td onClick="location.href='team.php?viewVideo=<?= $link ?>'" id="<?= $link ?>" onMouseOver="videoMouseOver(this)" onMouseOut="videoMouseOut(this)">
<table cellspacing="0" cellpadding="0">
<tr>
<td style="padding:0px;padding-right:10px;width:26px;"><img src="<?= $lang['imgFdr'] ?>/videoIcon.jpg"></td>
<td style="padding:0px;width:500px"><?= $desc ?></td>
</tr>
</table>
</td>
</tr>
<?php
}
?>
</table>
</div>
</li>
<?php
}
?>
<li class="locked">
<h3><?= $lang['Meet our Staff'] ?></h3>
<div class="panel loading">
<table cellspacing="0" cellpadding="0" class="videoTable">
<tr>
<td onClick="location.href='team.php?viewCoverflow=managementBio'" id="managementBio" onMouseOver="videoMouseOver(this)" onMouseOut="videoMouseOut(this)">
<table cellspacing="0" cellpadding="0">
<tr>
<td style="padding:0px;padding-right:10px;width:26px;"><img src="<?= $lang['imgFdr'] ?>/biosIcon.png"></td>
<td style="padding:0px;width:500px">Management</td>
</tr>
</table>
</td>
</tr>
<tr>
<td onClick="location.href='team.php?viewCoverflow=saleSupportBio'" id="saleSupportBio" onMouseOver="videoMouseOver(this)" onMouseOut="videoMouseOut(this)">
<table cellspacing="0" cellpadding="0">
<tr>
<td style="padding:0px;padding-right:10px;width:26px;"><img src="<?= $lang['imgFdr'] ?>/biosIcon.png"></td>
<td style="padding:0px;width:500px">Sale Support Supervisors</td>
</tr>
</table>
</td>
</tr>
<tr>
<td onClick="location.href='team.php?viewCoverflow=accountingBio'" id="accountingBio" onMouseOver="videoMouseOver(this)" onMouseOut="videoMouseOut(this)">
<table cellspacing="0" cellpadding="0">
<tr>
<td style="padding:0px;padding-right:10px;width:26px;"><img src="<?= $lang['imgFdr'] ?>/biosIcon.png"></td>
<td style="padding:0px;width:500px">Accounting</td>
</tr>
</table>
</td>
</tr>
<tr>
<td onClick="location.href='team.php?viewCoverflow=adminBio'" id="adminBio" onMouseOver="videoMouseOver(this)" onMouseOut="videoMouseOut(this)">
<table cellspacing="0" cellpadding="0">
<tr>
<td style="padding:0px;padding-right:10px;width:26px;"><img src="<?= $lang['imgFdr'] ?>/biosIcon.png"></td>
<td style="padding:0px;width:500px">Admin</td>
</tr>
</table>
</td>
</tr>
<tr>
<td onClick="location.href='team.php?viewCoverflow=dataBio'" id="dataBio" onMouseOver="videoMouseOver(this)" onMouseOut="videoMouseOut(this)">
<table cellspacing="0" cellpadding="0">
<tr>
<td style="padding:0px;padding-right:10px;width:26px;"><img src="<?= $lang['imgFdr'] ?>/biosIcon.png"></td>
<td style="padding:0px;width:500px">Data Technicians</td>
</tr>
</table>
</td>
</tr>
<tr>
<td onClick="location.href='team.php?viewCoverflow=developmentBio'" id="developmentBio" onMouseOver="videoMouseOver(this)" onMouseOut="videoMouseOut(this)">
<table cellspacing="0" cellpadding="0">
<tr>
<td style="padding:0px;padding-right:10px;width:26px;"><img src="<?= $lang['imgFdr'] ?>/biosIcon.png"></td>
<td style="padding:0px;width:500px">Development</td>
</tr>
</table>
</td>
</tr>
<tr>
<td onClick="location.href='team.php?viewCoverflow=digitalcommunicationBio'" id="digitalcommunicationBio" onMouseOver="videoMouseOver(this)" onMouseOut="videoMouseOut(this)">
<table cellspacing="0" cellpadding="0">
<tr>
<td style="padding:0px;padding-right:10px;width:26px;"><img src="<?= $lang['imgFdr'] ?>/biosIcon.png"></td>
<td style="padding:0px;width:500px">Digital Communication</td>
</tr>
</table>
</td>
</tr>
<tr>
<td onClick="location.href='team.php?viewCoverflow=graphicsBio'" id="graphicsBio" onMouseOver="videoMouseOver(this)" onMouseOut="videoMouseOut(this)">
<table cellspacing="0" cellpadding="0">
<tr>
<td style="padding:0px;padding-right:10px;width:26px;"><img src="<?= $lang['imgFdr'] ?>/biosIcon.png"></td>
<td style="padding:0px;width:500px">Graphic Designers</td>
</tr>
</table>
</td>
</tr>
<tr>
<td onClick="location.href='team.php?viewCoverflow=accountManagersBio'" id="accountManagersBio" onMouseOver="videoMouseOver(this)" onMouseOut="videoMouseOut(this)">
<table cellspacing="0" cellpadding="0">
<tr>
<td style="padding:0px;padding-right:10px;width:26px;"><img src="<?= $lang['imgFdr'] ?>/biosIcon.png"></td>
<td style="padding:0px;width:500px">Marketing & Event Coordinator</td>
</tr>
</table>
</td>
</tr>
<tr>
<td onClick="location.href='team.php?viewCoverflow=productionStaffBio'" id="productionStaffBio" onMouseOver="videoMouseOver(this)" onMouseOut="videoMouseOut(this)">
<table cellspacing="0" cellpadding="0">
<tr>
<td style="padding:0px;padding-right:10px;width:26px;"><img src="<?= $lang['imgFdr'] ?>/biosIcon.png"></td>
<td style="padding:0px;width:500px">Production</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</li>
</ul>
</td>
</tr>
</table>
</td>
<td style="width:700px;height:393px;padding-left:10px">
<div id="videoDiv" style="display:block">
<video id="videoPlayer" class="video-js vjs-default-skin" controls <?= $videoAutoplay ?> preload="auto" width="700" height="394" data-setup="{}">
</video>
</div>
<div id="coverflowDiv" style="display:none">
<canvas id="myCanvas"> </canvas>
<!--
<table cellspacing="0" cellpadding="0">
<tr>
<td style="background-color:black;padding-bottom:15px">
<div id="coverflow" class="CoulisseDemo"> </div>
<div id="coverflowTitle" style="padding:3px;background-color:#777;font-size:13pt"></div>
<div id="coverflowSubtitle" style="padding:3px;color:white;font-size:11pt"></div>
</td>
</tr>
</table>
-->
</div>
</td>
</tr>
</table>
<script type="text/javascript">
$('#example1').accordion();
$(".loading").removeClass("loading");
var myPlayer = _V_("videoPlayer");
myPlayer.volume(0.5);
<?php if(!$isChrome) { ?>myPlayer.addEvent("ended", videoEnd);<?php } ?>
<?php if(isset($_GET['viewCoverflow'])){ ?>
seeCoverflow('<?= $_GET['viewCoverflow'] ?>');
var cc = new CanvasCoverflow("myCanvas", "load/<?= $_GET['viewCoverflow'] ?>.xml?<?= date('ymds') ?>");
<?php
/*
$_SESSION['coverflow'] = array();
$coverflowPath = 'load/pics/';
$_SESSION['coverflow'][] = '{ src: "' . $coverflowPath . 'GerryBarton.jpg", title: "Gerry Barton", subtitle: "Absolute Results Trainer" }';
$_SESSION['coverflow'][] = '{ src: "' . $coverflowPath . 'JackKoka.jpg", title: "Jack Koka", subtitle: "Absolute Results Trainer" }';
$_SESSION['coverflow'][] = '{ src: "' . $coverflowPath . 'GaryFisher.jpg", title: "Gary Fisher", subtitle: "Absolute Results Trainer" }';
$_SESSION['coverflow'][] = '{ src: "' . $coverflowPath . 'BrianJesse.jpg", title: "Brian Jesse", subtitle: "Absolute Results Trainer" }';
$_SESSION['coverflow'][] = '{ src: "' . $coverflowPath . 'BradStuit.jpg", title: "Brad Stuit", subtitle: "Absolute Results Trainer" }';
$_SESSION['coverflow'][] = '{ src: "' . $coverflowPath . 'MartinLambert.jpg", title: "Martin Lambert", subtitle: "Absolute Results Trainer" }';
$_SESSION['coverflow'][] = '{ src: "' . $coverflowPath . 'BobHardy.jpg", title: "Bob Hardy", subtitle: "Absolute Results Trainer" }';
$_SESSION['coverflow'][] = '{ src: "' . $coverflowPath . 'DavidMckay.jpg", title: "David Mckay", subtitle: "Absolute Results Trainer" }';
$_SESSION['coverflow'][] = '{ src: "' . $coverflowPath . 'GrahamDenny.jpg", title: "Graham Denny", subtitle: "Absolute Results Trainer" }';
$_SESSION['coverflow'][] = '{ src: "' . $coverflowPath . 'TroyCollinge.jpg", title: "Troy Collinge", subtitle: "Absolute Results Trainer" }';
$_SESSION['coverflow'][] = '{ src: "' . $coverflowPath . 'LeahBains.jpg", title: "Leah Bains", subtitle: "Absolute Results Trainer" }';
$_SESSION['coverflow'][] = '{ src: "' . $coverflowPath . 'ReinholdJahn.jpg", title: "Reinhold Jahn", subtitle: "Absolute Results Trainer" }';
$_SESSION['coverflow'][] = '{ src: "' . $coverflowPath . 'AaronJohnston.jpg", title: "Aaron Johnston", subtitle: "Absolute Results Trainer" }';
$_SESSION['coverflow'][] = '{ src: "' . $coverflowPath . 'MattRobbins.jpg", title: "Matt Robbins", subtitle: "Absolute Results Trainer" }';
$_SESSION['coverflow'][] = '{ src: "' . $coverflowPath . 'CraigPolczak.jpg", title: "Craig Polczak", subtitle: "Absolute Results Trainer" }';
$_SESSION['coverflow'][] = '{ src: "' . $coverflowPath . 'RogerLinton.jpg", title: "Roger Linton", subtitle: "Absolute Results Trainer" }';
$_SESSION['coverflow'][] = '{ src: "' . $coverflowPath . 'ZekeNylander.jpg", title: "Zeke Nylander", subtitle: "Absolute Results Trainer" }';
$_SESSION['coverflow'][] = '{ src: "' . $coverflowPath . 'MitchLascelle.jpg", title: "Mitch Lascelle", subtitle: "Absolute Results Trainer" }';
$_SESSION['coverflow'][] = '{ src: "' . $coverflowPath . 'MichaelSlade.jpg", title: "Michael Slade", subtitle: "Absolute Results Trainer" }';
$_SESSION['coverflow'][] = '{ src: "' . $coverflowPath . 'BillShorter.jpg", title: "Bill Shorter", subtitle: "Absolute Results Trainer" }';
$_SESSION['coverflow'][] = '{ src: "' . $coverflowPath . 'MitchNetterfield.jpg", title: "Mitch Netterfield", subtitle: "Absolute Results Trainer" }';
$_SESSION['coverflow'][] = '{ src: "' . $coverflowPath . 'PaulStaples.jpg", title: "Paul Staples", subtitle: "Absolute Results Trainer" }';
$_SESSION['coverflow'][] = '{ src: "' . $coverflowPath . 'CindyKey.jpg", title: "Cindy Key", subtitle: "Absolute Results Trainer" }';
$_SESSION['coverflow'][] = '{ src: "' . $coverflowPath . 'TimKorhumel.jpg", title: "Tim Korhumel", subtitle: "Absolute Results Trainer" }';
$_SESSION['coverflow']['active'] = 340;
$_SESSION['coverflow']['inactive'] = 240;
include_once('coverflowBuild.php')
*/
?>
<?php } else if(isset($_GET['viewVideo'])) { ?>
viewVideo('<?= $_GET['viewVideo'] ?>');
<?php } else { ?>
viewVideo('<?= $firstVid ?>');
<?php } ?>
</script>
<?php include_once('footer.php'); ?>