/* MOVIE SELECT OPTION */
function select_jump_movie(form){
		//form.golocation.blur();
		var myindex=form.select_movie.selectedIndex
		parent.location=form.select_movie.options[myindex].value;
		return true;
}


/* LINKS POP VIDEO WINDOW */
var win= null;
function NewWindow(mypage,myname,w,h,scroll){
  var winl = 1;
  var wint = 1;
  var settings  ='height='+h+',';
      settings +='width='+w+',';
      settings +='top='+wint+',';
      settings +='left='+winl+',';
      settings +='scrollbars='+scroll+',';
      settings +='resizable=no';
  win=window.open(mypage,myname,settings);
  if(parseInt(navigator.appVersion) >= 4){win.window.focus();}
}



var r_text = new Array ();
r_text[0] = "Thank you for this rare opportunity for my son and our family.  Not only was my son provided with an opportunity to accompany";
r_text[1] = "Our other two sons, one also with special needs, attended the Muskoka Woods Experience and it was a fabulous experience.";
r_text[2] = "Your group does not know what they did for my nephew and his family. The Experience was so well planned and inclusive that my nephew was a part of every activity.";
r_text[3] = "I never expected that my daughter could ever attend the Muskoka Woods Experience with her classmates.";
r_text[4] = "Muskoka is truly an extraordinary learning experience that not only supports and promotes the concept of Healthy Active Living but also contributes to the development in young...";
r_text[5] = "Students of Promise from all high schools within the Windsor-Essex Catholic District School Board were provided an intensive three-day Muskoka Woods Leadership Experience.";
r_text[6] = "The Muskoka Woods experience is more than just a week at camp, a graduation trip, or a field trip. Muskoka Woods is a place where young people are able to leave their comfort zone...";
var i = Math.round(6*Math.random());




