function frame() {
  if(top == self) self.location.href = "./";
}

function object(data,width,height,bgcolor) {
  window.document.write('  <object type="application/x-shockwave-flash" data="'+data+'" width="'+width+'" height="'+height+'">\n');
  window.document.write('    <param name="movie" value="'+data+'" />\n');
  window.document.write('    <param name="quality" value="high" />\n');
  window.document.write('    <param name="bgcolor" value="'+bgcolor+'" />\n');
  window.document.write('    <param name="menu" value="false" />\n');
  window.document.write('  </object>\n');
}