////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Ç÷¡½Ã Ãâ·Â ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// function FlashInsert(FlashIDName, FlashFileName, FlashWidth, FlashHeight, DNSSetting, WMODESetting, FlashBGColor, QSetting, FlashAlign) { document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(' '); document.write(''); document.write(''); document.write(''); } ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // µ¿¿µ»ó Àç»ý ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// function ViewMediaPlayer(id, name, width, height, showcontrols, autostart, autorewind, autosize, autoresize, transparentatstart, loop, url) { document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); } function media_play(id) { document.getElementById(id).play() } function media_stop(id) { document.getElementById(id).stop() } function media_pause(id) { document.getElementById(id).pause() } /* ÆäÀÌÁö »ç¿ë ¹æ¹ý */ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // ·Ñ¿À¹ö ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i limit_point ) end_point = limit_point; if ( end_point < t_point) end_point = t_point; if ( end_point < top_point ) end_point = top_point; if ( start_point != end_point ) { scroll_amount = Math.ceil( Math.abs( end_point - start_point ) / 15 ); obj_layer.style.top = parseInt(top_point, 10) + ( ( end_point < start_point ) ? -scroll_amount : scroll_amount ); } timer = setTimeout ("scrollLayer('" + p_obj_name + "', " + p_gap_point + ", " + t_point +");", 5); } function gotop(){ document.body.scrollTop=0; }