/* --------------------------------------
   DHTML Pop Up Window Configuration
   --------------------------------------
*/

/*----------------------
  Global Configuration
  Parameters
  ----------------------*/

CPW_window_bgcolor = "#CCCCCC"
CPW_window_title_bgcolor = "#FFFFFF"
CPW_window_border_color = "#000000"

CPW_window_padding = "10"
CPW_window_border = "1"
CPW_window_transition_in = "23"
CPW_window_transition_out = "23"
CPW_window_transition_duration = "0.5"

CPW_window_x_button = "example_images/CrossButton.gif"

/*----------------------
  Paste window variables
  below.
  ----------------------*/

CPW_window1_left = "600"
CPW_window1_top = "350"
CPW_window1_width = "300"
CPW_window1_height = "300"
CPW_window1_visible = true
CPW_window1_draggable = true
CPW_window1_title = "Engagement & Retention Design Initiative"
CPW_window1_content = "<ul>
  <li>Establish a clear understanding of the project, scope, business issues, concerns, expectations and project objectives.</li>
  <li>Define roles &amp; responsibilities.</li>
  <li>Identify logistics and key contacts</li>
  <li>Address project management needs and responsibilities.</li>
  <li>Define measurements of success.</li>
  <li>Determine specific audiences for each learning experience(s).</li>
  <li>Build a comprehensive plan for launching the learning experience(s).</li>
  <li>Design effective communication plan and materials to support marketing the initiative internally.</li>
  <li> Establish methods to evaluate and analyze the learning experience(s).</li>
  <li>Debrief experience(s) with clients/sponsors and/or executive team. </li>
</ul>"

