function loadVideo() {
   var sot = new SWFObject(siteurl + "keyboard4kids.swf", "mymovie", 800, 600, "8", "#000000", true);
   sot.addParam("wmode", "opaque");
   sot.write("indexcontent");

   document.getElementById("indexcontent").style.visibility = "visible";
}
setTimeout("loadVideo()",500);