set_timecodes(

/*** Content Object ***/

     "document.Content_tag.src"


/*** Source url for movie player ***/,

     "ram/Priority_Planning_c.ram"


/*** Width and height of source movie (22px auto added to y if controls:'full') ***/,

     210, 158


/*** Time Code and corresponding url ***/
/*** "HH:MM:SS"  "-------URL-------" ***/

,    "00:00:00", "Slides/Slide6.jpg"
,    "00:00:44", "Slides/Slide7.jpg"
,    "00:01:59", "Slides/Slide8.jpg"
,    "00:02:05", "Slides/Slide9.jpg"
,    "00:02:51", "Slides/Slide10.jpg"


,    "00:03:23", "dynamic_04.html"


/*** Optional manual switches ***/ /*
       no spaces allowed in strings/strings defined by 'string'
       available switches:
       endmovie: (string) that identifies target for end of movie redirection
       eval:     (false | true) value to declare input as readable javascript
       controls: ('none' | 'full')
                                   */,
    
     "endmovie:'document.location'; eval:false; controls:'full';"

);
