function loadVideo(frm)
{

// Loads the chosen video into the right-hand frame

   var video=frm.selAlbum.value;
   var videoURL = "/_orig/video/" + video + ".html";
   parent.homeRight.location=videoURL;
}
