>< ;script>
//- 스크립트의 레이어 이동 시작 제어 -->
var Obj=''
var index=10000;//z-index
document.onmouseup; =MUp
document.onmousemove=MMove
함수 MDown(Object){
Obj=Object.id
document.all(Obj).setCapture()
pX=event. x- document.all(Obj).style.pixelLeft;
pY=event.y-document.all(Obj).style.pixelTop;
}
function MMove(){
if (Obj!=''){
document.all(Obj).style.left=event.x-pX;
document.all(Obj).style.top=event.y-pY;
}
}
function MUp(){
if(Obj!=''){
document.all(Obj).releaseCapture()
Obj= '' ;
}
}
function setTagBPic(i) {
picurl = getBPic(i)
getObj('tagBPic').style.Background = " 투명 URL (" " picurl "") 왼쪽 하단 반복 스크롤 없음";
cf.tagbgpic.value = i;
}
function setTagBColor(i) {
color = getBColor(i );
getObj('preview').style.ground = '' color;
cf.tagbgcolor.value = i
}
function getBPic(i)
i = (i<1 || i>8)?1:i;
return "images/pic"parseInt(parseInt(i) 27) ".gif"
}
/ /- - 스크립트의 레이어 이동 끝 제어 -->
//포커스 가져오기
function getFocus(obj)
{
if(obj.style.zIndex!=index)
{ bling.style.zIndex=idx-1;
}
}