r = {

  /*
    Note: All time and speed measurments are in seconds
  */
  
  "div":"ad_rotator1", 
  "width":"692px",
  "height":"230px",     
  "animation_resolution":40,           //frames per second
                                       //60 = very smooth (not all CPUs can perform this fast)
                                       //4 = very choppy ()
  
  "pause_image":"img/pause.gif",
  "play_image":"img/play.gif",
  
  
  "textbox_background":"#000000",
  "textbox_opacity":0.5,
  "textbox_color":"white",
  "textbox_padding":"5px 10px 5px 10px",        //top right bottom left
  
  "slide":
  [
  
    //*************************
    //SLIDE 1 - Pipes
    //*************************
    {
    
      //when adding text to an animation, add a '\' to the end of the line
      //avoid using " tokens in your HTML, use ' or \" instead      
      //"text":"<b>Image Rotator #2</b><br/>\
      //        This template design is using an image rotator that is javascript (AJAX) and CSS based.<br/>\
      //       HTML is supported and an image <img src='img/play.gif'/> can be used in the message.",
//      "text":"<b style='color:white;font-size:14px'>Brick Computr</b><br/>\
      
	"text":"<b style='color:white;font-size:14px'>Brick Computer</b><br/>\
        Destop and notebook solutions for small to medium businesses<br/>\
        Infrastructure for sophisticated networks and server rooms.<br/>",
//            <ul>\
//            </ul>",

                    
      "text_height":"25%",              //size of textbox
                                        //choices are %, px, pt, and em
      "text_animation":"slide_from_top",
      
      
      "exposure_length":10,           //in seconds
      
    
      "transition":"fade",  //options:
                                       //slide_from_left
                                       //slide_from_right
                                       //slide_from_top
                                       //slide_from_bottom
                                       //fade
                                    
      "transition_speed":1,            //in seconds
      
    
      "type":"image",                 //options: html, image, or flash
      "src":"images/expression_demo1.jpg",
      
      
      //Images have two extra options for linking:      
      "link_to" : "http://www.google.ca/",
      "target" : "window",            //options: window, none
      
      
      
      "width":"692px",
      "height":"430px",
      
      "animation":"slide_down_and_up",   //options:
                                         //slide_right_and_left
                                         //slide_down_and_up
                                         //none
                                     
      //sliding animations have two options
      "animation_speed":10,
      "pause_speed":10
      
    },
    
    
    //*************************
    //SLIDE 2 - Blue thing
    //*************************
    {
//      "text":"<b style='color:white;font-size:14px'>Example #2</b><br/>\
//      Font sizes and description length can be adjusted in the user friendly configuration file.<br/>\
//              <ul>\
//                <li>Exposure Length: 10 Seconds</li>\
//                <li>Animation: slide_right_and_left</li>\
//                <li>Transition: Fade</li>\
//              </ul>",
      "text":"<b style='color:white;font-size:14px'>Brick Computer</b><br/>\
      In house technicians, trained on your products.<br/>\
              <ul>\
              </ul>",

      "text_height":"55%",
      "text_animation":"slide_from_top",
      
      "exposure_length":10,           
      
      "transition":"fade",   
      "transition_speed":1,            
      
      "type":"image",                
      "src":"images/expression_demo2.jpg",
      "link_to" : "http://www.yahoo.ca/",
      "target" : "main",
      "width":"892px",
      "height":"230px",
      
      "animation":"slide_right_and_left",
      "animation_speed":10,
      "pause_speed":10
    },
    
    
    //*************************
    //SLIDE 3 - Escalators
    //*************************
    {
      "text":"<b style='color:white;font-size:14px'>Brick Computer</b><br/>\
              It all just clicks... at the Brick...<br/>\
              <ul>\
              </ul>",
//              Message screens can be moved in from the right or left.<br/>\
//              Exposure duration can be assigned to each individual image.",

      "text_height":"35%",
      "text_animation":"slide_from_left",
      
      "exposure_length":10,
      
      "transition":"fade",   
      "transition_speed":1,
      
      "type":"image",                
      "src":"images/expression_demo3.jpg",
      "link_to" : "http://www.youtube.com/",
      "width":"692px",
      "height":"430px",
      
      "animation":"none",
      "animation_speed":10,
      "pause_speed":10
    },
    
    //*************************
    //SLIDE 4 - Architecture
    //*************************
    {
//      "text":"<b style='color:white;font-size:16px'>Example #4</b><br/>\
//      Font styles can be assigned by editing the CSS file.<br/>\
//      No Flash Files! Change the background transparency in the configuration file.<br/>\
//      ReadMe instruction file is included. User friendly.",

      "text":"<b style='color:white;font-size:14px'>Brick Computer</b><br/>\
      Weve got the answers.<br/>\
      Serving federal, state, and local government for over 20 years.",
//      Infrastructure for sophisticated networks and server rooms.<br/>",
//              <ul>\
//              </ul>",

      
      "text_height":"35%",
      "text_animation":"slide_from_right",
      "exposure_length":10,
      
      "transition":"fade",
      "transition_speed":1,
      
      "type":"image",
      "src":"images/expression_demo4.jpg",
      "link_to":"http://www.danmckinnon.net/",
      "width":"892px",
      "height":"230px",
      
      "animation":"slide_right_and_left",
      "animation_speed":10,
      "pause_speed":10
    }
    
    
   
  ]
}
