// this is a workaround for the patch that Microsoft issued recently which forces the user to click "OK"
// before he can view a quicktime movie.  See the following URL for more information:
// http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/overview/activating_activex.asp

// note, 16 pixels were added to the height of the movie to allow the control bar to show
document.write('<EMBED SRC="/Portals/' + jsPortalID + '/Our Sites/Virtual Tours/' + jsFileToPlay + '.mov" BORDER="0" controller="true" PLUGINSPAGE="http://www.apple.com/quicktime/download/" width="440" height="256" autoplay="TRUE" cache="TRUE"></EMBED>')