r = {

  /*
    Note: All time and speed measurments are in seconds
  */
  
  "div":"ad_rotator1", 
  "width":"550px",
  "height":"205px",     
  "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 - Traffic Light
    //*************************
    {
    
      //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>PatrolNET Enforcement Technology</b><br/>\
              Powered by Velosum vCitePlus<br/>\
              We Get Your Citations Moving.",
              
      "text_height":"23%",              //size of textbox
                                        //choices are %, px, pt, and em
      "text_animation":"slide_from_top",
      
      
      "exposure_length":8,           //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" : "dfe.html",
      "target" : "window",            //options: window, none
      
      
      
      "width":"550px",
      "height":"405px",
      
      "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 - Citation
    //*************************
    {
      "text":"<b style='color:white;font-size:12px'>The Digital Micro-Dot Smart Citation Form</b><br/>\
      Works in unison with the Digital Pen by Anoto.<br/>\
	  More Accurate over any other Electronic Solution Today",
              
      "text_height":"23%",
      "text_animation":"slide_from_top",
      
      "exposure_length":9,           
      
      "transition":"fade",   
      "transition_speed":1,            
      
      "type":"image",                
      "src":"images/expression_demo2.jpg",
      "link_to" : "cf.html",
      "target" : "main",
      "width":"550px",
      "height":"400px",
      
      "animation":"slide_down_and_up",
      "animation_speed":10,
      "pause_speed":10
    },
    
    
    //*************************
    //SLIDE 3 - Go Keyboard
    //*************************
    {
      "text":"<b>Citation Processing</b><br/>\
              Viewing Options Include Actual Citation.<br/>\
              GPS Location Definition.<br/>\
              Digital Photographic Evidence of Violation.",

      "text_height":"30%",
      "text_animation":"slide_from_left",
      
      "exposure_length":9,
      
      "transition":"fade",   
      "transition_speed":1,
      
      "type":"image",                
      "src":"images/expression_demo3.jpg",
      "link_to" : "ps.html",
      "width":"550px",
      "height":"405px",
      
      "animation":"slide_down_and_up",
      "animation_speed":10,
      "pause_speed":10
    },
    
    //*************************
    //SLIDE 4 - Online Portals
    //*************************
    {
      "text":"<b style='color:white;font-size:12px'>City or School District Specific Web Portals</b><br/>\
      Field Written Citations appear on Portal Site Within 60-Seconds.<br/>\
      Online Portal Promotes Immediate Payment Options<br/>\
      Elite Management Control and Reporting Capabilities.",
      "text_height":"30%",
      "text_animation":"slide_from_right",
      "exposure_length":9,
      
      "transition":"fade",
      "transition_speed":1,
      
      "type":"image",
      "src":"images/expression_demo4.jpg",
      "link_to":"op.html",
      "width":"600px",
      "height":"600px",
      
      "animation":"slide_down_and_up",
      "animation_speed":10,
      "pause_speed":10
    }
    
    
   
  ]
}

