r = {

  /*
    Note: All time and speed measurements are in seconds
  */
  
  "div":"ad_rotator1", 
  "width":"985px",
  "height":"200px",     
  "animation_resolution":40,           //frames per second
  "pause_image":"http://www.pc-artists.com/images/pause.gif",
  "play_image":"http://www.pc-artists.com/images/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 - Services
    //*************************
    {
    
      //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>Computer Services</b><br/>\
              Don't spend your time trying to figure out what is wrong with your computer system(s).<br/>\
              Let professionals get rid of your computer headaches, let us be your computer problem solution.",
              
      "text_height":"25%",              //size of textbox
                                        //choices are %, px, pt, and em
      "text_animation":"slide_from_top",
      "exposure_length":10,           //in seconds
      "transition":"fade",
      "transition_speed":1,            //in seconds
      "type":"image",                  //options: html, image, or flash
      "src":"http://www.pc-artists.com/images/services_splash_01.jpg",
      "link_to":"services_computer.php",
      "width":"985px",
      "height":"600px",
      "animation":"slide_down_and_up",   //options: slide_right_and_left, slide_down_and_up, none
      "animation_speed":10,
      "pause_speed":10
      
    },    
    
    //*************************
    //SLIDE 2 - Consulting
    //*************************
    {

      "text":"<b>Consulting</b><br/>\
              Whether you need advice, help, or any type of consulting regarding purchases, set-ups,<br/>\
              and home/office network, CT Designs LLC. is here to help; sit back and let us handle it.",
              
      "text_height":"25%",              //size of textbox
                                        //choices are %, px, pt, and em
      "text_animation":"slide_from_top",
      "exposure_length":10,           //in seconds
      "transition":"fade",
      "transition_speed":1,            //in seconds
      "type":"image",                  //options: html, image, or flash
      "src":"http://www.pc-artists.com/images/services_splash_02.jpg",
      "link_to":"services_consulting.php",
      "width":"985px",
      "height":"600px",
      "animation":"slide_down_and_up",   //options: slide_right_and_left, slide_down_and_up, none
      "animation_speed":10,
      "pause_speed":10    
	
	},
        
    //*************************
    //SLIDE 3 - Graphic Design
    //*************************
    {
		
      "text":"<b>Graphic Design</b><br/>\
              Do you need brochures, flyers, business cards? Do you need a new image for your company?<br/>\
              Regardless what your graphic need is, our professional graphic design team has you covered.",
              
      "text_height":"25%",              //size of textbox
                                        //choices are %, px, pt, and em
      "text_animation":"slide_from_top",
      "exposure_length":10,           //in seconds
      "transition":"fade",
      "transition_speed":1,            //in seconds
      "type":"image",                  //options: html, image, or flash
      "src":"http://www.pc-artists.com/images/services_splash_03.jpg",
	  "link_to":"services_graphic.php",
      "width":"985px",
      "height":"600px",
      "animation":"slide_down_and_up",   //options: slide_right_and_left, slide_down_and_up, none
      "animation_speed":10,
      "pause_speed":10 
	  
    },
    
    //*************************
    //SLIDE 4 - Web Design
    //*************************
    {
		
      "text":"<b>Web Design</b><br/>\
              Are you thinking of joining the World Wide Web or about upgrading your current site?<br/>\
              Our industry leading websites WILL make a positive impact on your clients, and you.",
              
      "text_height":"25%",              //size of textbox
                                        //choices are %, px, pt, and em
      "text_animation":"slide_from_top",
      "exposure_length":10,           //in seconds
      "transition":"fade",
      "transition_speed":1,            //in seconds
      "type":"image",                  //options: html, image, or flash
      "src":"http://www.pc-artists.com/images/services_splash_04.jpg",
	  "link_to":"services_web.php",
      "width":"985px",
      "height":"600px",
      "animation":"slide_down_and_up",   //options: slide_right_and_left, slide_down_and_up, none
      "animation_speed":10,
      "pause_speed":10 

	},
	
    //*************************
    //SLIDE 5 - eSmart
    //*************************
    {
		
      "text":"<b>Be eSmart</b><br/>\
              Become eBusiness savvy and extend your success strategy by letting us take care of your eBusiness.<br/>\
              Proven to work marketting ideas, well-designed websites, creative minded professionals and great customer service.",
              
      "text_height":"25%",              //size of textbox
                                        //choices are %, px, pt, and em
      "text_animation":"slide_from_top",
      "exposure_length":10,           //in seconds
      "transition":"fade",
      "transition_speed":1,            //in seconds
      "type":"image",                  //options: html, image, or flash
      "src":"http://www.pc-artists.com/images/services_splash_05.jpg",
	  "link_to":"services.php",
      "width":"985px",
      "height":"600px",
      "animation":"slide_down_and_up",   //options: slide_right_and_left, slide_down_and_up, none
      "animation_speed":10,
      "pause_speed":10 
    }
    
    
   
  ]
}

