function showHeadOver(obj){ obj.src=obj.src.replace(".gif","over.gif"); } function showHeadOut(obj){ obj.src=obj.src.replace("over",""); } function shlist(){ document.getElementById("t_select-list").style.display=document.getElementById("t_select-list").style.display=="block"?"none":"block"; } function cws(val){ iws=val; } function hlist(){ if(!iws)document.getElementById("t_select-list").style.display="none"; } //*** FLY_Mail_mingxing ***// function showDiv(obj,num,len) { for(var id = 1;id<=len;id++) { var ss=obj+id; var snav =obj+"nav"+id; if(id==num){ try{document.getElementById(ss).style.display="block"}catch(e){}; try{document.getElementById(snav).className="active"}catch(e){}; }else{ try{document.getElementById(ss).style.display="none"}catch(e){}; try{document.getElementById(snav).className=""}catch(e){}; } } } function writeflash(_src,fw,fh,_transparent,_vars){ if (_transparent=="") _transparent="transparent"; var html = '' + '\n' + '\n' + '\n' + '\n' + '\n' + '\n' + '\n' + '\n' + '\n'; document.write(html); } function writeflash1(_src,fw,fh,_transparent,_vars){ if (_transparent=="") _transparent="transparent"; var html = '' + '\n' + '\n' + '\n' + '\n' + '\n' + '\n' + '\n' + '\n' + '\n'; document.write(html); } var div_id; var scroll_status; scroll_status = 0; function initializedragie(id){ scroll_status = 1; div_id = id; iex = event.clientX; iey = event.clientY; tempx = document.getElementById(div_id).style.pixelLeft; tempy = document.getElementById(div_id).style.pixelTop; dragapproved = true; document.onmousemove = drag_dropie; } // MsgBox 레이어 마우스 드래그 var dragapproved = false; function drag_dropie(){ if (dragapproved == true){ document.getElementById(div_id).style.pixelLeft=tempx+event.clientX-iex; document.getElementById(div_id).style.pixelTop=tempy+event.clientY-iey; return false; } } if (document.all) { document.onmouseup = new Function("dragapproved=false"); } // -- MsgBox 레이어 마우스 드래그