<div id="content">
	<div id="bread"><a href="/"><?=$this->translate->_('home')?></a> &gt; <a href="/helpcenter/"><?=$this->translate->_('help center')?></a> &gt; <span><?=$this->translate->_('videos')?></span></div>
	<h1><?=$this->translate->_('Help Center')?></h1>
	<div class="helpCenterTop">
		<span class="read_btn"><?=$this->translate->_('Video Tutorials')?></span>
		<a class="read_btn" href="/helpcenter/helprequests"><?=$this->translate->_('Help Requests')?></a>
		<a class="read_btn" href="/helpcenter/"><?=$this->translate->_("FAQ's")?></a>
	</div>
	<div class="clear"></div>
	<h3><?=$this->translate->_('Video Tutorials')?></h3>
	<a class = "rtmp1"></a>
	<br /><br />
	<h3><?=$this->translate->_('Release Builder')?>:</h3>
	<div class="videoTutorial">
		<a href="mp4:faq1" style="display:block;width:400px;height:325px;" class="player"><img src="/images/screengrabs/rbvideo1.png"/></a>
	</div>
	<div class="videoTutorial">
		<a href="mp4:faq2" style="display:block;width:400px;height:325px;" class="player"><img src="/images/screengrabs/rbvideo2.png"/></a>
	</div>
	<div class="videoTutorial">
		<a href="mp4:faq3" style="display:block;width:400px;height:325px;" class="player"><img src="/images/screengrabs/rbvideo3.png"/></a>
	</div>
	<div class="videoTutorial">
		<a href="mp4:faq4" style="display:block;width:400px;height:325px;" class="player"><img src="/images/screengrabs/rbvideo4.png"/></a>
	</div>
	<div class="videoTutorial">
		<a href="mp4:faq5" style="display:block;width:400px;height:325px;" class="player"><img src="/images/screengrabs/rbvideo5.png"/></a>
	</div>
	<div class="clearborder"></div>
	<br /><br />
	<h3><?=$this->translate->_('User Management')?>:</h3>
	<br /><br />
	<div>
		<a href="mp4:alw_user_mgmt" style="display:block;width:640px;height:360px;" class="player"><img src="/images/screengrabs/usermanagementvideo2.gif"/></a>
	</div>
	<div class="clearborder"></div>
	<br /><br />
	<h3><?=$this->translate->_('Help Center')?>:</h3>
	<br /><br />
	<div>
		<a href="mp4:alw_help_center" style="display:block;width:640px;height:360px;" class="player"><img src="/images/screengrabs/helpcenter.gif"/></a>
	</div>
</div>
<script type="text/javascript">
<!--
	//install flowplayer into container
	$f("a.player","/corpsite/sites/all/themes/theorchard/flowplayer.swf",{
	   key: '#@a596bf51b4d1338051d',
		clip:{
			provider: 'rtmp',
			autoPlay: true,
	        connectionArgs: [ '<?php echo $this->connectionArgs['user_id']; ?>','<?php echo $this->connectionArgs['token']; ?>','<?php echo $this->connectionArgs['user_type']; ?>']
		},
		plugins:{
			rtmp:{
				url : '/scripts/flowplayer/flowplayer.rtmp-3.1.3-dev.swf',
		        netConnectionUrl: 'rtmp://streams.theorchard.com/vod2'
			}
		}
	});
    window.onload = function(){

    }
//-->
</script>