﻿var video_directory = "http://mediadl.microsoft.com/MediaDL/WWW/d/dynamics/GP/" // this is where the videos are
var mySplitter="/"   // look to the left of this string to find the file name of your video

var image_directory="images/silverlight/thumbs/" // this is where the jpeg are
var introVideo = "http://mediadl.microsoft.com/mediadl/www/d/dynamics/extendingthereach/moreandless_intro.wmv"; // this video will play first

// edit the names in this array to refelect the file name of your movies, no file extensions.
var videoArr=new Array( 
"Overview2",
"Overview3",
"GPReporting2",
"GPReporting1",
"Overview4" 
)


var xVideo_Overview2 = "http://mediadl.microsoft.com/MediaDL/WWW/d/dynamics/GP/lowbit/Overview2.wmv";
var xBlurb_Overview2 = "Empower users with a solution that's easy to use.";
var xTitle_Overview2 = "Demo 01";

var xVideo_Overview3 = "http://mediadl.microsoft.com/MediaDL/WWW/d/dynamics/GP/lowbit/Overview3.wmv";
var xBlurb_Overview3 = "Connect and automate business processes to increase productivity.";
var xTitle_Overview3 = "Demo 02";

var xVideo_GPReporting2 = "http://mediadl.microsoft.com/MediaDL/WWW/d/dynamics/GP/lowbit/GPReporting2.wmv";
var xBlurb_GPReporting2 = "Turn information into action.";
var xTitle_GPReporting2 = "Demo 03";

var xVideo_GPReporting1 = "http://mediadl.microsoft.com/MediaDL/WWW/d/dynamics/GP/lowbit/GPReporting1.wmv";
var xBlurb_GPReporting1 = "Extend access to information across your organization.";
var xTitle_GPReporting1 = "Demo 04";

var xVideo_Overview4 = "http://mediadl.microsoft.com/MediaDL/WWW/d/dynamics/GP/lowbit/Overview4.wmv";
var xBlurb_Overview4 = "Fits with the systems you already use.";
var xTitle_Overview4 = "Demo 05";
