°í ÇÑÁÖÈ£ ÁØÀ§ ºó¼Ò¼ ±â³äÃÔ¿µ ¡®´«»ì¡¯
õ¾ÈÇÔ ½ÇÁ¾ÀÚ ¼ö»ö Áß ¼øÁ÷ÇÑ °í ÇÑÁÖÈ£
ÁØÀ§(53)ÀÇ ºó¼Ò°¡ ¸¶·ÃµÈ °æ±â ¼º³²
±¹±º¼öµµº´¿ø Àå·Ê½ÄÀå¿¡¼ ÀϺΠÀλçµéÀÌ
±â³ä»çÁøÀ» ÃÔ¿µÇÏ´Â µî µ¹ÃâÇൿÀ» ÇØ ´«»ìÀ» ÂîǪ¸®°Ô
Çϰí ÀÖ´Ù.
Áö³ 1ÀÏ ¿ÀÀü 11½Ã²² °ø¼ºÁø
Çѳª¶ó´ç ÃÖ°íÀ§¿ø ÀÏÇà 10¿©¸íÀÌ
°í ÇÑ ÁØÀ§ÀÇ ºó¼Ò¿¡ ÇåÈÇÑ ÈÄ Àå·Ê½ÄÀå ¾Õ¿¡¼ ±ÙÁ¶ ÈȯÀ» ¹è°æÀ¸·Î ±â³ä»çÁøÀ» ÃÔ¿µÇÑ °Í.
´ç½Ã °ø ÃÖ°íÀ§¿ø ÀÏÇà
µîÀº ÀϺΠ±ºÀεé°ú Æ÷Á ÃëÇßÀ¸¸ç ÀÌµé °¡¿îµ¥ ÀϺδ "°Å±â¼ °°ÀÌ
Âï¾î. ´Ù ³ª¿Í. Çѹø¸¸ ´õ Âï¾î. »çÁøÀ» ²À º¸³»ÁÖ¼Å¾ß ÇÑ´Ù"´Â µî Àå·Ê½ÄÀåÀÌ ¾Æ´Ñ °ü±¤Áö¸¦ ¿¬»óÄÉ ÇÏ´Â Àå¸éÀ» ¿¬ÃâÇß´Ù.
°ø
ÃÖ°íÀ§¿ø°ú ÇÔ²² °í ÇÑ ÁØÀ§ÀÇ ºó¼Ò¸¦ ãÀº Çѳª¶ó´ç ¼È¿¿ø ¼º³²½ÃÀå ¿¹ºñÈ帵µ À°±º À强°ú ÇÔ²² Àå·Ê½ÄÀå ¾Õ¿¡¼ ±â³ä ÃÔ¿µÀ» Çß´Ù.
var tid;
ns4 = (document.layers)? true:false
ie4 = (document.all)? true:false
if( ie4 ) {
if( navigator.userAgent.indexOf('MSIE 5') > 0 )
ie5 = true;
else
ie5 = false;
}
else
ie5 = false;
var width = 200;
var height = 80;
var x = 0;
var y = 0;
var snow = 0;
var doc_width=800, doc_height=600
if( (ns4) || (ie4) ) {
if( ns4 )
over = document.overDiv
if( ie4 )
over = document.all["overDiv"].style
//document.onmousemove = mouseMove;
//if( ns4 ) document.captureEvents(Event.MOUSEMOVE)
}
function nd() {
if( (ns4) || (ie4) ) {
snow = 0;
hideObject(over);
}
}
function waitnd() {
tid = setTimeout('nd()',3000);
}
function drc() {
if( snow == 1 ) nd();
var linkpath = "http://ar.donga.com/RealMedia/ads/click_lx.ads/2007.donga.com/fixed/12471/x53/OasDefault/youfirst_textover_click_081009/click.gif/1354453254";
var imgpath = "http://adimg.donga.com/madv/img/youfirst/textover_20080.gif";
txt = ""
layerWrite(txt);
if( ns4 ) {
doc_width=self.innerWidth;
doc_height=self.innerHeight;
}
else {
if( ie4 ) {
doc_width=document.body.clientWidth;
doc_height=document.body.clientHeight;
}
}
disp();
}
function drc_intel() {
if( snow == 1 ) nd();
var linkpath = "http://ar.donga.com/RealMedia/ads/click_lx.ads/www.donga.com/fix/1492754823/x93/click_textover_060203/click.gif/64323733383038363433656664373530";
var imgpath = "/news/takeover/intel_20080.gif";
txt = ""
layerWrite(txt);
if( ns4 ) {
doc_width=self.innerWidth;
doc_height=self.innerHeight;
}
else {
if( ie4 ) {
doc_width=document.body.clientWidth;
doc_height=document.body.clientHeight;
}
}
disp();
}
function disp() {
if( (ns4) || (ie4) ) {
if( snow == 0 ) {
x = event.x - ( width / 2 );
if( x < 0 ) x = event.x;
if (x > 90) x = event.x - 180;
if( x < 0 ) x = event.x;
over.left = x + document.body.scrollLeft;
y = event.y + height;
if( y < doc_height ) over.top = event.y + 10 + document.body.scrollTop;
else over.top = event.y - (height + 10) + document.body.scrollTop;
showObject(over);
snow = 1;
}
}
}
function layerWrite(txt) {
if(ns4) {
var lyr = document.overDiv.document
lyr.write(txt)
lyr.close()
}
else if( ie4 )
document.all["overDiv"].innerHTML = txt
}
function showObject(obj) {
if( ns4 )
obj.visibility = "show"
else if( ie4 )
obj.visibility = "visible"
}
function hideObject(obj) {
if( ns4 )
obj.visibility = "hide"
else if( ie4 )
obj.visibility = "hidden"
}
function voice_pop(url) {
window.open(url, "voce_win","width=300 height=100 scrollbars=no toolbar=no noresize");
}
function dongafont_install() {
var ret = isInstalledActiveX();
if(ret == 'True' || getcokval('int_font') == 2) {
font_strip(3);
} else {
document.getElementById('fontItem').src = "http://image.donga.com/home2009/img/view_edit_icon_010.gif";
if(getcokval('font_apply') == 2) document.getElementById('font_div').style.display='none';
else document.getElementById('font_div').style.display='block';
}
}
function tab_img_act(overObj) {
switch(overObj) {
case "news_tab_img" :
document.getElementById('news_tab_img').src='http://image.donga.com/home2009/img/view_menu_teb01.gif';
document.getElementById('opinion_tab_img').src='http://image.donga.com/home2009/img/view_menu_teb02u.gif';
document.getElementById('photo_tab_img').src='http://image.donga.com/home2009/img/view_menu_teb03u.gif';
break;
case "opinion_tab_img" :
document.getElementById('news_tab_img').src='http://image.donga.com/home2009/img/view_menu_teb01u.gif';
document.getElementById('opinion_tab_img').src='http://image.donga.com/home2009/img/view_menu_teb02.gif';
document.getElementById('photo_tab_img').src='http://image.donga.com/home2009/img/view_menu_teb03u.gif';
break;
case "photo_tab_img" :
document.getElementById('news_tab_img').src='http://image.donga.com/home2009/img/view_menu_teb01u.gif';
document.getElementById('opinion_tab_img').src='http://image.donga.com/home2009/img/view_menu_teb02u.gif';
document.getElementById('photo_tab_img').src='http://image.donga.com/home2009/img/view_menu_teb03.gif';
break;
}
}
function prt_date(str) {
prt_str = str.substr( 0, 16 ) ;
document.write(prt_str);
}
|