function $(id){
 if (document.getElementById) return document.getElementById(id);
 else if (document.all) return document.all(id);
}


function fl(){
 if($("flash")){
  var swf = new jp.catalase.SwfTagWriter('img/index/top.swf','',880,380);
  $("flash").innerHTML = swf.writeHTML();
 }
}


