r = {

  /*
    Note: All time and speed measurments are in seconds
  */
  
  "div":"ad_rotator1", 
  "width":"543px",
  "height":"236px",     
  "animation_resolution":40,           //frames per second
                                       //60 = very smooth (not all CPUs can perform this fast)
                                       //4 = very choppy ()
  
  "pause_image":"images/pause.gif",
  "play_image":"images/play.gif",
  
  
  "textbox_background":"#000000",
  "textbox_opacity":0.5,
  "textbox_color":"white",
  "textbox_padding":"5px 10px 0px 10px",        //top right bottom left
  
  "slide":
  [
  
    //*************************
    //SLIDE 1 - Combining
    //*************************
    {
    
      //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>Welcome...</b><br/>\
            <b>RJP Seed Ltd </b>is a family run company located in the heart of the Canadian prairies, near Carman, Manitoba.",
              
      "text_height":"23%",              //size of textbox
                                        //choices are %, px, pt, and em
      "text_animation":"slide_from_top",
      
      
      "exposure_length":3,           //in seconds
      
    
      "transition":"fade",  //options:
                                       //slide_from_left
                                       //slide_from_right
                                       //slide_from_top
                                       //slide_from_bottom
                                       //fade
                                    
      "transition_speed":4,            //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":"543px",
      "height":"236px",
      
      "animation":"slide_down_and_up",   //options:
                                         //slide_right_and_left
                                         //slide_down_and_up
                                         //none
                                     
      //sliding animations have two options
      "animation_speed":30,
      "pause_speed":10
      
    },
    
    
    //*************************
    //SLIDE 2 - Swathing
    //*************************
    {
      "text":"<style='color:white;font-size:12px'>We offer contract seed production services in Southern Manitoba specializing in all types of edible beans, soybeans and canola.<br/>\
      ",
              
      "text_height":"23%",
      "text_animation":"slide_from_top",
      
      "exposure_length":3,           
      
      "transition":"fade",   
      "transition_speed":4,            
      
      "type":"image",                
      "src":"images/expression_demo2.jpg",
      "link_to" : "http://www.rjpseed.com",
      "target" : "main",
      "width":"543px",
      "height":"236px",
      
      "animation":"slide_from_top",
      "animation_speed":30,
      "pause_speed":10
    },
    
    
    //*************************
    //SLIDE 3 - Escalators
    //*************************
    {
      "text":"Being involved in the agriculture industry for over 15 years,RJP Seed Ltd understands the importance of cost effective, hassle-free and professional seed services.<br/>\
              <br/>\
              ",

      "text_height":"30%",
      "text_animation":"slide_from_top",
      
      "exposure_length":3,
      
      "transition":"fade",   
      "transition_speed":4,
      
      "type":"image",                
      "src":"images/expression_demo3.jpg",
      "link_to" : "http://www.rjpseed.com",
      "width":"543px",
      "height":"236px",
      
      "animation":"slide_down_and_up",
      "animation_speed":30,
      "pause_speed":10
    },
    
    //*************************
    //SLIDE 4 - Architecture
    //*************************
    {
      "text":"<style='color:white;font-size:12px'>Please feel free to contact us in regard to your seed production needs.<br/>\
      ",
      "text_height":"25%",
      "text_animation":"slide_from_top",
      "exposure_length":3,
      
      "transition":"fade",
      "transition_speed":4,
      
      "type":"image",
      "src":"images/expression_demo4.jpg",
      "link_to":"http://www.rjpseed.com",
      "width":"543px",
      "height":"236px",
      
      "animation":"slide_right_and_left",
      "animation_speed":30,
      "pause_speed":10
    },
	
	    //*************************
    //SLIDE 5 - Portraits
    //*************************
    {
      "text":"<style='color:white;font-size:12px'>Please feel free to contact us in regard to your seed production needs.<br/>\
      ",
      "text_height":"25%",
      "text_animation":"slide_from_top",
      "exposure_length":3,
      
      "transition":"fade",
      "transition_speed":4,
      
      "type":"image",
      "src":"images/expression_demo5.jpg",
      "link_to":"http://www.rjpseed.com/",
      "width":"543px",
      "height":"236px",
      
      "animation":"slide_right_and_left",
      "animation_speed":30,
      "pause_speed":10
    },

	//*************************
    //SLIDE 6 - Employees
    //*************************
    {
      "text":"<style='color:white;font-size:12px'>Please feel free to contact us in regard to your seed production needs.<br/>\
      ",
      "text_height":"25%",
      "text_animation":"slide_from_top",
      "exposure_length":3,
      
      "transition":"fade",
      "transition_speed":4,
      
      "type":"image",
      "src":"images/expression_demo6.jpg",
      "link_to":"http://www.rjpseed.com/",
      "width":"543px",
      "height":"236px",
      
      "animation":"slide_right_and_left",
      "animation_speed":30,
      "pause_speed":10
    }

	
	
	
    
    
   
  ]
}

