include($_SERVER['DOCUMENT_ROOT'] . "/include/config.v2.06.0314.php"); session_start(); $id = $_REQUEST["id"]; $campaign = $_REQUEST["campaign"]; if ($campaign == "7b0e1b8710") { $_SESSION["Whiteboard"] = "1"; } switch ($id) { case "1": $whiteboardTitle = "Product Demo"; $whiteboardDescription = "Watch a short technical demonstration of Uplogix remote management solutions in action, including the Uplogix management appliance and the central management station."; $streamName = "Uplogix1"; break; case "2": $whiteboardTitle = "Deployment Scenario"; $whiteboardDescription = "Learn how Uplogix solutions can be deployed within a typical enterprise IT infrastructure."; $streamName = "Uplogix2"; break; case "3": $whiteboardTitle = "Survivable Connectivity"; $whiteboardDescription = "Learn how Uplogix solutions deliver secure, remote management even when the primary network connection is unavailable."; $streamName = "Uplogix3"; break; case "4": $whiteboardTitle = "Solaris Management"; $whiteboardDescription = " Learn how Uplogix solutions are optimized for the secure, remote management of Solaris environments."; $streamName = "Uplogix4"; break; case "5": $whiteboardTitle = "Communication Protocols"; $whiteboardDescription = " Learn how the Uplogix solutions communicate with one another to deliver secure and efficient remote management. "; $streamName = "Uplogix5"; break; case "6": $whiteboardTitle = "Satellite Management"; $whiteboardDescription = " Learn how Uplogix solutions can reduce the cost and complexity of managing satellite-based IP systems. "; $streamName = "Uplogix6"; break; default: Header("Location: $DOCUMENTS/videos/index.php"); exit; } // check for session var if ($_SESSION["Whiteboard"] != "1") { Header("Location: $SERVER_ROOT/register/video.php?id=$id"); } ?>