var cId = 0; var mcId = 0; function mplay() { document.all.filmwmp.ShowStatusBar=true; var playControl = document.getElementById('playControl'); if (playControl.isplay=='true') { playControl.isplay='false'; playControl.src = '../images/assets/vod008.gif'; document.all.filmwmp.Pause(); }else if(playControl.isplay=='false'){ playControl.src = '../images/assets/vod024.gif'; playControl.isplay='true'; document.all.filmwmp.Play(); } } function playMovie(url){ document.all.filmwmp.ShowStatusBar=true; document.all.filmwmp.Stop(); document.all.filmwmp.Filename=url; document.all.filmwmp.Stop(); document.all.filmwmp.Play(); } function mstop() { document.all.filmwmp.Stop(); } function volume(x){ document.all.filmwmp.volume=0; } function svol(s_depth) { if (s_depth == 8) { for (i=1; i<=8; i++) { document["s"+i].src = eval("vol_img" + i + "_on.src"); } document.all.filmwmp.volume = 0; } else { document.all.filmwmp.volume = (s_depth - 8) * 200; for (i=1; i<=s_depth; i++) { document["s"+i].src = eval("vol_img" + i + "_on.src"); } for (i=s_depth+1; i<=8; i++) { document["s"+i].src = eval("vol_img" + i + "_off.src"); } } for (i=1; i<=s_depth; i++) { document["s"+i].src = eval("vol_img" + i + "_on.src"); } for (i=s_depth+1; i<=8; i++) { document["s"+i].src = eval("vol_img" + i + "_off.src"); } } function flashWrite(url, f_id, f_width, f_height){ cId += 1; // ?????? ???? ???? var flashStr=""; // ?????? ???? ???? document.write(flashStr); } function videoWrite(v_url, v_width, v_height, v_auto){ mcId += 1; // ?????? ???? ???? var VideoStr=""; // ?????? ???? ???? document.write(VideoStr); document.all.filmwmp.ShowControls=false; document.all.filmwmp.ShowTracker=false; document.all.filmwmp.ShowAudioControls=false; } function writeWhiteSwf(){ focusPic += '