r = {

  /*
    Note: All time and speed measurments are in seconds
  */
  
  "div":"ad_rotator1", 
  "width":"588px",
  "height":"194px",     
  "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 - Krupp Bucket Wheel Excavator
    //*************************
    {
    
      //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>KRUPP Bucket Wheel Excavator .... Like New Condition</b>",

              
      "text_height":"15%",              //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
                                    
      "transition_speed":1,            //in seconds
      
    
      "type":"image",                 //options: html, image, or flash
      "src":"images/krupp.jpg",
      
      
      //Images have two extra options for linking:      
      "link_to" : "",
      "target" : "none",            //options: window, none
      
      
      
      "width":"588px",
      "height":"353px",
      
      "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 - COORD
    //*************************
    {
      "text":"<b>COORD MC-A 20 CMM 2500 x 2500 X 1800MM NEW 2004</b>",
              
      "text_height":"15%",
      "text_animation":"slide_from_top",
      
      "exposure_length":10,           
      
      "transition":"fade",   
      "transition_speed":1,            
      
      "type":"image",                
      "src":"images/coord.jpg",
      "link_to" : "",
      "target" : "none",
      "width":"588px",
      "height":"784px",
      
      "animation":"slide_down_and_up",
      "animation_speed":10,
      "pause_speed":10
    },
    
    
    //*************************
    //SLIDE 3 - Cincinnati
    //*************************
    {
      "text":"<b>Cincinnati  MAXIM 630  25 x25  FMS</b>",
      "text_height":"15%",
      "text_animation":"slide_from_left",
      
      "exposure_length":10,
      
      "transition":"fade",   
      "transition_speed":1,
      
      "type":"image",                
      "src":"images/cincinnati.jpg",
      "link_to" : "",
      "width":"588px",
      "height":"441px",
      
      "animation":"slide_down_and_up",
      "animation_speed":10,
      "pause_speed":10
    },
    
    //*************************
    //SLIDE 4 - triflex
    //*************************
    {
      "text":"<b>Tri-Flex U-40 new 1999</b>",

      "text_height":"15%",
      "text_animation":"slide_from_right",
      "exposure_length":10,
      
      "transition":"slide_from_bottom",
      "transition_speed":1,
      
      "type":"image",
      "src":"images/triflex1.jpg",
      "link_to":"",
      "width":"588px",
      "height":"441px",
      
      "animation":"slide_down_and_up",
      "animation_speed":10,
      "pause_speed":10
    },
    
    //*************************
    //SLIDE 5 - triflex
    //*************************
    {
      "text":"<b>Tri-Flex U-40 new 1999</b>",

      "text_height":"15%",
      "text_animation":"slide_from_right",
      "exposure_length":10,
      
      "transition":"fade",
      "transition_speed":1,
      
      "type":"image",
      "src":"images/triflex2.jpg",
      "link_to":"",
      "width":"588px",
      "height":"441px",
      
      "animation":"slide_down_and_up",
      "animation_speed":10,
      "pause_speed":10
    },

    //*************************
    //SLIDE 6 - nicco
    //*************************
    {
      "text":"<b>Nicco Surface Grinder 28 x 16 Fully Automatic</b>",

      "text_height":"15%",
      "text_animation":"slide_from_right",
      "exposure_length":10,
      
      "transition":"slide_from_bottom",
      "transition_speed":1,
      
      "type":"image",
      "src":"images/nicco.jpg",
      "link_to":"",
      "width":"588px",
      "height":"441px",
      
      "animation":"slide_down_and_up",
      "animation_speed":10,
      "pause_speed":10
    }
    
    
   
  ]
}

