// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults
var timeouts = {} 

function hide_menu(element) {
    timeouts[element] = setTimeout(function() {
      Effect.Fade(element, { duration: 0.2 });
    }, 200)
}

function show_menu(element) {
    Effect.Appear(element, {duration: .2});
    clearTimeout(timeouts[element])
}

function InsertLoveIsRespectQuicktime() {
  document.write('<object CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="270" height="212" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">\n');
  document.write('<param name="src" value="/content/videos/' + 'Love_is_Respect.jpg' + '" />\n');
  document.write('<param name="controller" value="false" />\n');
  document.write('<param name="autoplay" value="true" />\n');
  document.write('<param name="href" value="/content/videos/Love_is_Respect.mov" />\n');
  document.write('<param name="target" value="myself" />\n');
  document.write(' <embed src="/content/videos/Love_is_Respect.jpg" href="/content/videos/Love_is_Respect.mov" target="myself" height="212" width="270" controller="false" autoplay="true" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/" />\n');
  document.write('</object>\n');
}

function InsertProShowQuicktime() {
  document.write('<object CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="270" height="217" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">\n');
  document.write('<param name="src" value="/content/videos/' + 'proshow.jpg' + '" />\n');
  document.write('<param name="controller" value="false" />\n');
  document.write('<param name="autoplay" value="true" />\n');
  document.write('<param name="href" value="/content/videos/proshow.mov" />\n');
  document.write('<param name="target" value="myself" />\n');
  document.write(' <embed src="/content/videos/proshow.jpg" href="/content/videos/proshow.mov" target="myself" height="217" width="270" controller="false" autoplay="true" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/" />\n');
  document.write('</object>\n');
}