r = {

  /*
    Note: All time and speed measurments are in seconds
  */
  
  "div":"ad_rotator1", 
  "width":"541px",
  "height":"212px",     
  "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 style='color:white;font-size:12px'>Roto-Screen Trommel</b><br/>\
              The most versatile portable trommel screen on the market.<br/>\
              Great for mulch, compost, gravel, and more.",
              
      "text_height":"23%",              //size of textbox
                                        //choices are %, px, pt, and em
      "text_animation":"slide_from_top",
      
      
      "exposure_length":7,           //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/rotoscreen_home.jpg",
      
      
      //Images have two extra options for linking:      
      "link_to" : "rotoscreen_info.htm",
      "target" : "main",            //options: window, none
      
      
      
      "width":"541px",
      "height":"212px",
      
      "animation":"none",   //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:12px'>Anaconda DF410 Track Screener</b><br/>\
      The DF410 is great for customers looking high tonnages without the high price.<br/>\
      This compact screener is ideal for tight spaces, and can handle many applications.",
              
      "text_height":"23%",
      "text_animation":"slide_from_top",
      
      "exposure_length":7,           
      
      "transition":"fade",   
      "transition_speed":1,            
      
      "type":"image",                
      "src":"images/df410_home.jpg",
      "link_to" : "DF410_info.htm",
      "target" : "main",
      "width":"541px",
      "height":"212px",
      
      "animation":"none",
      "animation_speed":10,
      "pause_speed":10
    },
    
    
    //*************************
    //SLIDE 3 - Escalators
    //*************************
    {
      "text":"<b style='color:white;font-size:12px'>Roto-Screen R600 Trommel</b><br/>\
              High Production Trommel.<br/>\
              5x16 Drum- designed to provide maximum screening area.<br/>\
              Production capacity over 200 cubic yards per hour.",

      "text_height":"27%",
      "text_animation":"slide_from_left",
      
      "exposure_length":7,
      
      "transition":"fade",   
      "transition_speed":1,
      
      "type":"image",                
      "src":"images/r600_home.jpg",
      "link_to" : "R600_info.htm",
      "width":"541px",
      "height":"212px",
      
      "animation":"none",
      "animation_speed":10,
      "pause_speed":10
    },
    
    //*************************
    //SLIDE 4 - Architecture
    //*************************
    {
      "text":"<b style='color:white;font-size:12px'>Portable Shaker Screens</b><br/>\
      We have many other portable shaker screens available.<br/>\
      ",
      "text_height":"25%",
      "text_animation":"slide_from_right",
      "exposure_length":7,
      
      "transition":"fade",
      "transition_speed":1,
      
      "type":"image",
      "src":"images/finlay_home.jpg",
      "link_to":"portable_shakers_info.htm",
      "width":"541px",
      "height":"212px",
      
      "animation":"none",
      "animation_speed":10,
      "pause_speed":10
    }
    
    
   
  ]
}

