// src : source url // fid : flash id // width : source width // height: source height // mode : wmode ("" for none, transparent, opaque ...) function flash(src,fid,width,height,mode){ document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); } // write document contents function print(src){ //document.write(src); } function bgm_off() { var temp_img_name = document.images["btn_bgm"].src; var current_img_name = temp_img_name.split("/"); if (current_img_name[5]=="btn_bgm_off.gif") { document.images["btn_bgm"].src = "/img/common/btn_bgm_on.gif"; parent.hidden.location="/nobgm.aspl"; } else { document.images["btn_bgm"].src = "/img/common/btn_bgm_off.gif"; parent.hidden.location="/bgm.aspl"; } }