<?php
//2015-06-26 - nwmosses - added includes to display proper menu for logged in users
include_once("../../php/common_functions.php"); //common functions in the course registartion system
include_once("../../php/config.php"); //holds global config variables
$page_title = "WebEx Instructions";
include("../../php/top.php"); //the HTML that outlines the top of the page
?>
<article class="ces-wide">
<div class="ces-header">
<?php include("../../menu.php"); ?>
<h2>CES - WebEx Instructions<br>
<small class="ces-sub-heading grey">All sessions are offered at no cost.</small>
</h2>
<h3>WebEx Session Instructions</h3>
<p>Connect via your computer or phone/tablet. Computers must have Windows 7, a supported sound card and a connection to the Internet.</p>
<p>Before you join the event, please <a href="https://communityeducationservice.webex.com/ec3100/eventcenter/support/diagnosis.do?siteurl=communityeducationservice" target="_blank" title="webex.com">click here</a> to make sure that you have the appropriate players to view UCF (Universal Communications Format) rich media files in the event.</p>
<p>The Cisco WebEx Mobile App is available for <a href="https://www.webex.com/mobile/faq-android.html">Android</a> and <a href="https://www.webex.com/mobile/faq-ios.html">iOS</a> devices.</p>
<p><strong>Attendance Certificates are not available:</strong><br> It is recommended to use your confirmation email you received when registering as proof of registration and also a copy of the handout if one was provided.</p>
<p>CES sessions should qualify for Category B credits with ACSW.</p>
</article>
</section><!-- #middle-->
</div><!-- #wrapper -->
<?php require_once $_SERVER['DOCUMENT_ROOT'].'/require/footer.php';?>