
<html>
<head>
<title>¶óÀÌÅÍ½º::::::::</title>
<link rel="stylesheet" href="index1.css" type="text/css">

<!-- ¿À¸¥ÂÊ ¹è³Ê ½ÃÀÛ(CEO)-->
<SCRIPT>
/*	
// ½ºÅ©·Ñ ¹è³Ê¸¦ ´Ù½Ã ³ÖÀ¸½Ç ¶§´Â ¾Æ·¡ <body ÅÂ±×ÀÇ ¸ÇµÚ onload=""ÀÇ µû¿ÈÇ¥ ´Ý±â Àü¿¡ init();¸¦ ³Ö¾îÁÖ¼¼¿ä
//============ ¾Æ·¡ º¯¼ö °ªÀº º¯°æÇÒ ¼ö ÀÖ½À´Ï´Ù ===============
imageSource1 = "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0' width='128' height='297'><param name=movie value='/images/banner/ceo.swf'><param name=quality value=high><embed src='/images/banner/ceo.swf' quality=high pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='128' height='297'></embed></object>" 
imageWidth1 = 128      
imageHeight1 = 297       
imageAlign = "topend" //"topright"  //topright, topleft, bottomright, bottomleft
linkTo1 = "http://www.ceoreport.co.kr/"	//"http://211.171.248.229:8111/cookies26.asp?ctitlenum=33026B0001"
//============ DO NOT EDIT THE CODES BELOW ============

n = (document.layers) ? 1:0
ie = (document.all) ? 1:0

function init1() {
if (n || ie) {
    // initialize objects
    createLayer1("watermark1",null,805,359,imageWidth1,imageHeight1,"<A HREF=\'" + linkTo1 + "\' target=_new>" + imageSource1 + "</A>")
    mark1 = new dynLayer1("watermark1")
    setInterval("wtrmark1()",100)
    }
}

function dynLayer1(id,nestref) {
    if (n) {
            this.css = document.layers[id]
    }
    else if (ie) {
            this.css = document.all[id].style
    }

    this.moveBy = dynLayerMoveBy1
    this.moveTo = dynLayerMoveTo1
}

function dynLayerMoveBy1(x,y) {
    this.x += x
    this.css.left = this.x
    this.y += y
    this.css.top = this.y
}
function dynLayerMoveTo1(x,y) {
    this.x = x
    this.css.left = this.x
    this.y = y
    this.css.top = this.y
}

function wtrmark1() {
if (n) {
    windowWidth = window.innerWidth-17
    windowHeight = window.innerHeight-17
    if (imageAlign == "topleft")    mark1.moveTo(window.pageXOffset,window.pageYOffset)
    if (imageAlign == "topright")   mark1.moveTo(windowWidth-imageWidth+window.pageXOffset,window.pageYOffset)
    if (imageAlign == "topend")   mark1.moveTo(655,window.pageYOffset+65)
    if (imageAlign == "bottomleft") mark1.moveTo(window.pageXOffset,windowHeight-imageHeight+window.pageYOffset)
    if (imageAlign == "bottomright")mark1.moveTo(windowWidth-imageWidth+window.pageXOffset,windowHeight-imageHeight+window.pageYOffset)
    }

else if (ie) {
    windowWidth = document.body.clientWidth
    windowHeight = document.body.clientHeight
    if (imageAlign == "topleft")    mark1.moveTo(document.body.scrollLeft,document.body.scrollTop)
    if (imageAlign == "topright")   mark1.moveTo(windowWidth-imageWidth+document.body.scrollLeft,document.body.scrollTop)
    if (imageAlign == "topend")   mark1.moveTo(655,document.body.scrollTop+5)
    if (imageAlign == "bottomleft") mark1.moveTo(document.body.scrollLeft,windowHeight-imageHeight+document.body.scrollTop)
    if (imageAlign == "bottomright")mark1.moveTo(windowWidth-imageWidth+document.body.scrollLeft,windowHeight-imageHeight+document.body.scrollTop)
    }
}

function createLayer1(id,nestref,left,top,width,height,content,bgColor,visibility,zIndex) {
                if (n) {
                        if (nestref) {
                                var lyr = eval("document."+nestref+".document."+id+" = new Layer(width, document."+nestref+")")
                        }
                        else {
                                var lyr = document.layers[id] = new Layer(width)
                                eval("document."+id+" = lyr")
                        }
                        lyr.name = id
                        lyr.left = left
                        lyr.top = top
                        if (height!=null) lyr.clip.height = height
                        if (bgColor!=null) lyr.bgColor = bgColor
                        lyr.visibility = (visibility=='hidden')? 'hide' : 'show'
                        if (zIndex!=null) lyr.zIndex = zIndex
                        if (content) {
                                lyr.document.open()
                                lyr.document.write(content)
                                lyr.document.close()
                        }
                }
                else if (ie) {
                        var str = '\n<DIV id='+id+' style="position:absolute; left:'+left+'; top:'+top+'; width:'+width
                        if (height!=null) {
                                str += '; height:'+height
                                str += '; clip:rect(0,'+width+','+height+',0)'
                        }
                        if (bgColor!=null) str += '; background-color:'+bgColor         
                        if (zIndex!=null) str += '; z-index:'+zIndex
                        if (visibility) str += '; visibility:'+visibility
                        str += ';">'+((content)?content:'')+'</DIV>'
                        if (nestref) {
                                index = nestref.lastIndexOf(".")
                                var nestlyr = (index != -1)? nestref.substr(index+1) : nestref
                                document.all[nestlyr].insertAdjacentHTML("BeforeEnd",str);
                        }
                        else {
                                document.body.insertAdjacentHTML("BeforeEnd",str)
                        }
                }
        }

*/
</SCRIPT>

<!-- 2. ¿À¸¥ÂÊ ¹è³Ê ½ÃÀÛ(Biz Writing)-->
<SCRIPT>
/*	
// ½ºÅ©·Ñ ¹è³Ê¸¦ ´Ù½Ã ³ÖÀ¸½Ç ¶§´Â ¾Æ·¡ <body ÅÂ±×ÀÇ ¸ÇµÚ onload=""ÀÇ µû¿ÈÇ¥ ´Ý±â Àü¿¡ init();¸¦ ³Ö¾îÁÖ¼¼¿ä
//============ ¾Æ·¡ º¯¼ö °ªÀº º¯°æÇÒ ¼ö ÀÖ½À´Ï´Ù ===============
imageSource2 = "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0' width='128' height='150'><param name=movie value='/images/banner/biz_writing.swf'><param name=quality value=high><embed src='/images/banner/biz_writing.swf' quality=high pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='128' height='150'></embed></object>" 
imageWidth2 = 128      
imageHeight2 = 150        
imageAlign = "topend" //"topright"  //topright, topleft, bottomright, bottomleft
linkTo2 = "http://www.seri.org/forum/bizwriting"	//"http://211.171.248.229:8111/cookies26.asp?ctitlenum=33026B0001"
//============ DO NOT EDIT THE CODES BELOW ============

n = (document.layers) ? 1:0
ie = (document.all) ? 1:0

function init2() {
if (n || ie) {
    // initialize objects
    createLayer2("watermark2",null,790,359,imageWidth2,imageHeight2,"<A HREF=\'" + linkTo2 + "\' target=_new>" + imageSource2 + "</A>")
    mark2 = new dynLayer2("watermark2")
    setInterval("wtrmark2()",100)
    }
}

function dynLayer2(id,nestref) {
    if (n) {
            this.css = document.layers[id]
    }
    else if (ie) {
            this.css = document.all[id].style
    }

    this.moveBy = dynLayerMoveBy2
    this.moveTo = dynLayerMoveTo2
}

function dynLayerMoveBy2(x,y) {
    this.x += x
    this.css.left = this.x
    this.y += y
    this.css.top = this.y
}
function dynLayerMoveTo2(x,y) {
    this.x = x
    this.css.left = this.x
    this.y = y
    this.css.top = this.y
}

function wtrmark2() {
if (n) {
    windowWidth = window.innerWidth-17
    windowHeight = window.innerHeight-17
    if (imageAlign == "topleft")    mark2.moveTo(window.pageXOffset,window.pageYOffset)
    if (imageAlign == "topright")   mark2.moveTo(windowWidth-imageWidth+window.pageXOffset,window.pageYOffset)
    if (imageAlign == "topend")   mark2.moveTo(655,window.pageYOffset+65)
    if (imageAlign == "bottomleft") mark2.moveTo(window.pageXOffset,windowHeight-imageHeight+window.pageYOffset)
    if (imageAlign == "bottomright")mark2.moveTo(windowWidth-imageWidth+window.pageXOffset,windowHeight-imageHeight+window.pageYOffset)
    }

else if (ie) {
    windowWidth = document.body.clientWidth
    windowHeight = document.body.clientHeight
    if (imageAlign == "topleft")    mark2.moveTo(document.body.scrollLeft,document.body.scrollTop)
    if (imageAlign == "topright")   mark2.moveTo(windowWidth-imageWidth+document.body.scrollLeft,document.body.scrollTop)
    if (imageAlign == "topend")   mark2.moveTo(655,document.body.scrollTop+107)
    if (imageAlign == "bottomleft") mark2.moveTo(document.body.scrollLeft,windowHeight-imageHeight+document.body.scrollTop)
    if (imageAlign == "bottomright")mark2.moveTo(windowWidth-imageWidth+document.body.scrollLeft,windowHeight-imageHeight+document.body.scrollTop)
    }
}

function createLayer2(id,nestref,left,top,width,height,content,bgColor,visibility,zIndex) {
                if (n) {
                        if (nestref) {
                                var lyr = eval("document."+nestref+".document."+id+" = new Layer(width, document."+nestref+")")
                        }
                        else {
                                var lyr = document.layers[id] = new Layer(width)
                                eval("document."+id+" = lyr")
                        }
                        lyr.name = id
                        lyr.left = left
                        lyr.top = top
                        if (height!=null) lyr.clip.height = height
                        if (bgColor!=null) lyr.bgColor = bgColor
                        lyr.visibility = (visibility=='hidden')? 'hide' : 'show'
                        if (zIndex!=null) lyr.zIndex = zIndex
                        if (content) {
                                lyr.document.open()
                                lyr.document.write(content)
                                lyr.document.close()
                        }
                }
                else if (ie) {
                        var str = '\n<DIV id='+id+' style="position:absolute; left:'+left+'; top:'+top+'; width:'+width
                        if (height!=null) {
                                str += '; height:'+height
                                str += '; clip:rect(0,'+width+','+height+',0)'
                        }
                        if (bgColor!=null) str += '; background-color:'+bgColor         
                        if (zIndex!=null) str += '; z-index:'+zIndex
                        if (visibility) str += '; visibility:'+visibility
                        str += ';">'+((content)?content:'')+'</DIV>'
                        if (nestref) {
                                index = nestref.lastIndexOf(".")
                                var nestlyr = (index != -1)? nestref.substr(index+1) : nestref
                                document.all[nestlyr].insertAdjacentHTML("BeforeEnd",str);
                        }
                        else {
                                document.body.insertAdjacentHTML("BeforeEnd",str)
                        }
                }
        }

*/
</SCRIPT>

<!-- ¼¼¹øÂ° ¹è³Ê ½ÃÀÛ(ÆÄÆ®³Ê)-->
<SCRIPT>
/*
// ½ºÅ©·Ñ ¹è³Ê¸¦ ´Ù½Ã ³ÖÀ¸½Ç ¶§´Â ¾Æ·¡ <body ÅÂ±×ÀÇ ¸ÇµÚ onload=""ÀÇ µû¿ÈÇ¥ ´Ý±â Àü¿¡ init();¸¦ ³Ö¾îÁÖ¼¼¿ä
//============ ¾Æ·¡ º¯¼ö °ªÀº º¯°æÇÒ ¼ö ÀÖ½À´Ï´Ù ===============
imageSource3 = "images/banner/b_partner_open.gif"
imageWidth3 =  128    
imageHeight3 = 128      
imageAlign3 = "topend" //"topright"  //topright, topleft, bottomright, bottomleft
linkTo3 = "http://www.ceoreport.co.kr/Partner/index.asp"      


//============ DO NOT EDIT THE CODES BELOW ============

n = (document.layers) ? 1:0
ie = (document.all) ? 1:0

function init3() {
if (n || ie) {
    // initialize objects
    createLayer3("watermark3",null,790,259,imageWidth3,imageHeight3,"<A HREF=\'" + linkTo3 + "\' target=_new><IMG SRC=\'" + imageSource3 + "\' BORDER=0></A>")
    mark3 = new dynLayer3("watermark3")
    setInterval("wtrmark3()",100)
    }
}

function dynLayer3(id,nestref) {
    if (n) {
            this.css = document.layers[id]
    }
    else if (ie) {
            this.css = document.all[id].style
    }

    this.moveBy = dynLayerMoveBy3
    this.moveTo = dynLayerMoveTo3
}

function dynLayerMoveBy3(x,y) {
    this.x += x
    this.css.left = this.x
    this.y += y
    this.css.top = this.y
}
function dynLayerMoveTo3(x,y) {
    this.x = x
    this.css.left = this.x
    this.y = y
    this.css.top = this.y
}

function wtrmark3() {
if (n) {
    windowWidth = window.innerWidth-17
    windowHeight = window.innerHeight-17
    if (imageAlign == "topleft")    mark3.moveTo(window.pageXOffset,window.pageYOffset)
    if (imageAlign == "topright")   mark3.moveTo(windowWidth-imageWidth+window.pageXOffset,window.pageYOffset)
    if (imageAlign == "topend")   mark3.moveTo(655,window.pageYOffset+65)
    if (imageAlign == "bottomleft") mark3.moveTo(window.pageXOffset,windowHeight-imageHeight+window.pageYOffset)
    if (imageAlign == "bottomright")mark3.moveTo(windowWidth-imageWidth+window.pageXOffset,windowHeight-imageHeight+window.pageYOffset)
    }

else if (ie) {
    windowWidth = document.body.clientWidth
    windowHeight = document.body.clientHeight
    if (imageAlign == "topleft")    mark3.moveTo(document.body.scrollLeft,document.body.scrollTop)
    if (imageAlign == "topright")   mark3.moveTo(windowWidth-imageWidth+document.body.scrollLeft,document.body.scrollTop)
    if (imageAlign == "topend")   mark3.moveTo(655,document.body.scrollTop+395)
    if (imageAlign == "bottomleft") mark3.moveTo(document.body.scrollLeft,windowHeight-imageHeight+document.body.scrollTop)
    if (imageAlign == "bottomright")mark3.moveTo(windowWidth-imageWidth+document.body.scrollLeft,windowHeight-imageHeight+document.body.scrollTop)
    }
}

function createLayer3(id,nestref,left,top,width,height,content,bgColor,visibility,zIndex) {
                if (n) {
                        if (nestref) {
                                var lyr = eval("document."+nestref+".document."+id+" = new Layer(width, document."+nestref+")")
                        }
                        else {
                                var lyr = document.layers[id] = new Layer(width)
                                eval("document."+id+" = lyr")
                        }
                        lyr.name = id
                        lyr.left = left
                        lyr.top = top
                        if (height!=null) lyr.clip.height = height
                        if (bgColor!=null) lyr.bgColor = bgColor
                        lyr.visibility = (visibility=='hidden')? 'hide' : 'show'
                        if (zIndex!=null) lyr.zIndex = zIndex
                        if (content) {
                                lyr.document.open()
                                lyr.document.write(content)
                                lyr.document.close()
                        }
                }
                else if (ie) {
                        var str = '\n<DIV id='+id+' style="position:absolute; left:'+left+'; top:'+top+'; width:'+width
                        if (height!=null) {
                                str += '; height:'+height
                                str += '; clip:rect(0,'+width+','+height+',0)'
                        }
                        if (bgColor!=null) str += '; background-color:'+bgColor         
                        if (zIndex!=null) str += '; z-index:'+zIndex
                        if (visibility) str += '; visibility:'+visibility
                        str += ';">'+((content)?content:'')+'</DIV>'
                        if (nestref) {
                                index = nestref.lastIndexOf(".")
                                var nestlyr = (index != -1)? nestref.substr(index+1) : nestref
                                document.all[nestlyr].insertAdjacentHTML("BeforeEnd",str);
                        }
                        else {
                                document.body.insertAdjacentHTML("BeforeEnd",str)
                        }
                }
        }

*/
</SCRIPT>

<!-- 4 ¿À¸¥ÂÊ ¹è³Ê ½ÃÀÛ(½ºÄ«ÀÌº¥ÃÄ)-->
<SCRIPT>
/*	
// ½ºÅ©·Ñ ¹è³Ê¸¦ ´Ù½Ã ³ÖÀ¸½Ç ¶§´Â ¾Æ·¡ <body ÅÂ±×ÀÇ ¸ÇµÚ onload=""ÀÇ µû¿ÈÇ¥ ´Ý±â Àü¿¡ init();¸¦ ³Ö¾îÁÖ¼¼¿ä
//============ ¾Æ·¡ º¯¼ö °ªÀº º¯°æÇÒ ¼ö ÀÖ½À´Ï´Ù ===============
imageSource4 = "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0' width='128' height='128'><param name=movie value='/images/banner/skyventure_writers0818.swf'><param name=quality value=high><embed src='/images/banner/skyventure_writers0818.swf' quality=high pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='128' height='128'></embed></object>" 
imageWidth4 = 128      
imageHeight4 = 128        
imageAlign = "topend" //"topright"  //topright, topleft, bottomright, bottomleft
linkTo4 = "http://www.skyventure.co.kr/CXO/main.asp"
//============ DO NOT EDIT THE CODES BELOW ============

n = (document.layers) ? 1:0
ie = (document.all) ? 1:0

function init4() {
if (n || ie) {
    // initialize objects
    createLayer4("watermark4",null,790,359,imageWidth4,imageHeight4,"<A HREF=\'" + linkTo4 + "\' target=_new>" + imageSource4 + "</A>")
    mark4 = new dynLayer4("watermark4")
    setInterval("wtrmark4()",100)
    }
}

function dynLayer4(id,nestref) {
    if (n) {
            this.css = document.layers[id]
    }
    else if (ie) {
            this.css = document.all[id].style
    }

    this.moveBy = dynLayerMoveBy4
    this.moveTo = dynLayerMoveTo4
}

function dynLayerMoveBy4(x,y) {
    this.x += x
    this.css.left = this.x
    this.y += y
    this.css.top = this.y
}
function dynLayerMoveTo4(x,y) {
    this.x = x
    this.css.left = this.x
    this.y = y
    this.css.top = this.y
}

function wtrmark4() {
if (n) {
    windowWidth = window.innerWidth-17
    windowHeight = window.innerHeight-17
    if (imageAlign == "topleft")    mark4.moveTo(window.pageXOffset,window.pageYOffset)
    if (imageAlign == "topright")   mark4.moveTo(windowWidth-imageWidth+window.pageXOffset,window.pageYOffset)
    if (imageAlign == "topend")   mark4.moveTo(655,window.pageYOffset+65)
    if (imageAlign == "bottomleft") mark4.moveTo(window.pageXOffset,windowHeight-imageHeight+window.pageYOffset)
    if (imageAlign == "bottomright")mark4.moveTo(windowWidth-imageWidth+window.pageXOffset,windowHeight-imageHeight+window.pageYOffset)
    }

else if (ie) {
    windowWidth = document.body.clientWidth
    windowHeight = document.body.clientHeight
    if (imageAlign == "topleft")    mark4.moveTo(document.body.scrollLeft,document.body.scrollTop)
    if (imageAlign == "topright")   mark4.moveTo(windowWidth-imageWidth+document.body.scrollLeft,document.body.scrollTop)
    if (imageAlign == "topend")   mark4.moveTo(655,document.body.scrollTop+99)
    if (imageAlign == "bottomleft") mark4.moveTo(document.body.scrollLeft,windowHeight-imageHeight+document.body.scrollTop)
    if (imageAlign == "bottomright")mark4.moveTo(windowWidth-imageWidth+document.body.scrollLeft,windowHeight-imageHeight+document.body.scrollTop)
    }
}

function createLayer4(id,nestref,left,top,width,height,content,bgColor,visibility,zIndex) {
                if (n) {
                        if (nestref) {
                                var lyr = eval("document."+nestref+".document."+id+" = new Layer(width, document."+nestref+")")
                        }
                        else {
                                var lyr = document.layers[id] = new Layer(width)
                                eval("document."+id+" = lyr")
                        }
                        lyr.name = id
                        lyr.left = left
                        lyr.top = top
                        if (height!=null) lyr.clip.height = height
                        if (bgColor!=null) lyr.bgColor = bgColor
                        lyr.visibility = (visibility=='hidden')? 'hide' : 'show'
                        if (zIndex!=null) lyr.zIndex = zIndex
                        if (content) {
                                lyr.document.open()
                                lyr.document.write(content)
                                lyr.document.close()
                        }
                }
                else if (ie) {
                        var str = '\n<DIV id='+id+' style="position:absolute; left:'+left+'; top:'+top+'; width:'+width
                        if (height!=null) {
                                str += '; height:'+height
                                str += '; clip:rect(0,'+width+','+height+',0)'
                        }
                        if (bgColor!=null) str += '; background-color:'+bgColor         
                        if (zIndex!=null) str += '; z-index:'+zIndex
                        if (visibility) str += '; visibility:'+visibility
                        str += ';">'+((content)?content:'')+'</DIV>'
                        if (nestref) {
                                index = nestref.lastIndexOf(".")
                                var nestlyr = (index != -1)? nestref.substr(index+1) : nestref
                                document.all[nestlyr].insertAdjacentHTML("BeforeEnd",str);
                        }
                        else {
                                document.body.insertAdjacentHTML("BeforeEnd",str)
                        }
                }
        }

*/
</SCRIPT>

<!-- ´Ù¼¸¹øÂ°. ¹è³Ê ½ÃÀÛ(ÃÊÀÏ·ù±â¾÷100)-->
<SCRIPT>

// ½ºÅ©·Ñ ¹è³Ê¸¦ ´Ù½Ã ³ÖÀ¸½Ç ¶§´Â ¾Æ·¡ <body ÅÂ±×ÀÇ ¸ÇµÚ onload=""ÀÇ µû¿ÈÇ¥ ´Ý±â Àü¿¡ init();¸¦ ³Ö¾îÁÖ¼¼¿ä
//============ ¾Æ·¡ º¯¼ö °ªÀº º¯°æÇÒ ¼ö ÀÖ½À´Ï´Ù ===============
imageSource5 = "images/banner/banner_ceo100_42.gif" 
imageWidth5 = 128    
imageHeight5 = 42       
imageAlign = "topend" //"topright"  //topright, topleft, bottomright, bottomleft
linkTo5 = "http://www.ceoreport.co.kr/ceo100.asp"      


//============ DO NOT EDIT THE CODES BELOW ============

n = (document.layers) ? 1:0
ie = (document.all) ? 1:0

function init5() {
if (n || ie) {
    // initialize objects
    createLayer5("watermark5",null,790,259,imageWidth5,imageHeight5,"<A HREF=\'" + linkTo5 + "\' target=_new><IMG SRC=\'" + imageSource5 + "\' BORDER=0></A>")
    mark5 = new dynLayer5("watermark5")
    setInterval("wtrmark5()",100)
    }
}

function dynLayer5(id,nestref) {
    if (n) {
            this.css = document.layers[id]
    }
    else if (ie) {
            this.css = document.all[id].style
    }

    this.moveBy = dynLayerMoveBy5
    this.moveTo = dynLayerMoveTo5
}

function dynLayerMoveBy5(x,y) {
    this.x += x
    this.css.left = this.x
    this.y += y
    this.css.top = this.y
}
function dynLayerMoveTo5(x,y) {
    this.x = x
    this.css.left = this.x
    this.y = y
    this.css.top = this.y
}

function wtrmark5() {
if (n) {
    windowWidth = window.innerWidth-17
    windowHeight = window.innerHeight-17
    if (imageAlign == "topleft")    mark5.moveTo(window.pageXOffset,window.pageYOffset)
    if (imageAlign == "topright")   mark5.moveTo(windowWidth-imageWidth+window.pageXOffset,window.pageYOffset)
    if (imageAlign == "topend")   mark5.moveTo(655,window.pageYOffset+65)
    if (imageAlign == "bottomleft") mark5.moveTo(window.pageXOffset,windowHeight-imageHeight+window.pageYOffset)
    if (imageAlign == "bottomright")mark5.moveTo(windowWidth-imageWidth+window.pageXOffset,windowHeight-imageHeight+window.pageYOffset)
    }

else if (ie) {
    windowWidth = document.body.clientWidth
    windowHeight = document.body.clientHeight
    if (imageAlign == "topleft")    mark5.moveTo(document.body.scrollLeft,document.body.scrollTop)
    if (imageAlign == "topright")   mark5.moveTo(windowWidth-imageWidth+document.body.scrollLeft,document.body.scrollTop)
    if (imageAlign == "topend")   mark5.moveTo(655,document.body.scrollTop+7)
    if (imageAlign == "bottomleft") mark5.moveTo(document.body.scrollLeft,windowHeight-imageHeight+document.body.scrollTop)
    if (imageAlign == "bottomright")mark5.moveTo(windowWidth-imageWidth+document.body.scrollLeft,windowHeight-imageHeight+document.body.scrollTop)
    }
}

function createLayer5(id,nestref,left,top,width,height,content,bgColor,visibility,zIndex) {
                if (n) {
                        if (nestref) {
                                var lyr = eval("document."+nestref+".document."+id+" = new Layer(width, document."+nestref+")")
                        }
                        else {
                                var lyr = document.layers[id] = new Layer(width)
                                eval("document."+id+" = lyr")
                        }
                        lyr.name = id
                        lyr.left = left
                        lyr.top = top
                        if (height!=null) lyr.clip.height = height
                        if (bgColor!=null) lyr.bgColor = bgColor
                        lyr.visibility = (visibility=='hidden')? 'hide' : 'show'
                        if (zIndex!=null) lyr.zIndex = zIndex
                        if (content) {
                                lyr.document.open()
                                lyr.document.write(content)
                                lyr.document.close()
                        }
                }
                else if (ie) {
                        var str = '\n<DIV id='+id+' style="position:absolute; left:'+left+'; top:'+top+'; width:'+width
                        if (height!=null) {
                                str += '; height:'+height
                                str += '; clip:rect(0,'+width+','+height+',0)'
                        }
                        if (bgColor!=null) str += '; background-color:'+bgColor         
                        if (zIndex!=null) str += '; z-index:'+zIndex
                        if (visibility) str += '; visibility:'+visibility
                        str += ';">'+((content)?content:'')+'</DIV>'
                        if (nestref) {
                                index = nestref.lastIndexOf(".")
                                var nestlyr = (index != -1)? nestref.substr(index+1) : nestref
                                document.all[nestlyr].insertAdjacentHTML("BeforeEnd",str);
                        }
                        else {
                                document.body.insertAdjacentHTML("BeforeEnd",str)
                        }
                }
        }


</SCRIPT>


<!-- ¾ÆÈ©¹øÂ°. ¹è³Ê ½ÃÀÛ(´õ³­ÃâÆÇ)-->
<SCRIPT>

/*
// ½ºÅ©·Ñ ¹è³Ê¸¦ ´Ù½Ã ³ÖÀ¸½Ç ¶§´Â ¾Æ·¡ <body ÅÂ±×ÀÇ ¸ÇµÚ onload=""ÀÇ µû¿ÈÇ¥ ´Ý±â Àü¿¡ init();¸¦ ³Ö¾îÁÖ¼¼¿ä
//============ ¾Æ·¡ º¯¼ö °ªÀº º¯°æÇÒ ¼ö ÀÖ½À´Ï´Ù ===============
imageSource9 = "images/banner/minto_128_52.swf" 
imageWidth9 = 128    
imageHeight9 = 52      
imageAlign9 = "topend" //"topright"  //topright, topleft, bottomright, bottomleft
linkTo9 = "http://www.ceoreport.co.kr/"      


//============ DO NOT EDIT THE CODES BELOW ============

n = (document.layers) ? 1:0
ie = (document.all) ? 1:0

function init9() {
if (n || ie) {
    // initialize objects
    createLayer9("watermark9",null,790,259,imageWidth9,imageHeight9,"<embed src='images/banner/minto_128_52.swf' quality='high' pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='128' height='52'></embed>")
    mark9 = new dynLayer9("watermark9")
    setInterval("wtrmark9()",100)
    }
}

function dynLayer9(id,nestref) {
    if (n) {
            this.css = document.layers[id]
    }
    else if (ie) {
            this.css = document.all[id].style
    }

    this.moveBy = dynLayerMoveBy9
    this.moveTo = dynLayerMoveTo9
}

function dynLayerMoveBy9(x,y) {
    this.x += x
    this.css.left = this.x
    this.y += y
    this.css.top = this.y
}
function dynLayerMoveTo9(x,y) {
    this.x = x
    this.css.left = this.x
    this.y = y
    this.css.top = this.y
}

function wtrmark9() {
if (n) {
    windowWidth = window.innerWidth-17
    windowHeight = window.innerHeight-17
    if (imageAlign == "topleft")    mark9.moveTo(window.pageXOffset,window.pageYOffset)
    if (imageAlign == "topright")   mark9.moveTo(windowWidth-imageWidth+window.pageXOffset,window.pageYOffset)
    if (imageAlign == "topend")   mark9.moveTo(655,window.pageYOffset+65)
    if (imageAlign == "bottomleft") mark9.moveTo(window.pageXOffset,windowHeight-imageHeight+window.pageYOffset)
    if (imageAlign == "bottomright")mark9.moveTo(windowWidth-imageWidth+window.pageXOffset,windowHeight-imageHeight+window.pageYOffset)
    }

else if (ie) {
    windowWidth = document.body.clientWidth
    windowHeight = document.body.clientHeight
    if (imageAlign == "topleft")    mark9.moveTo(document.body.scrollLeft,document.body.scrollTop)
    if (imageAlign == "topright")   mark9.moveTo(windowWidth-imageWidth+document.body.scrollLeft,document.body.scrollTop)
    if (imageAlign == "topend")   mark9.moveTo(655,document.body.scrollTop+51)
    if (imageAlign == "bottomleft") mark9.moveTo(document.body.scrollLeft,windowHeight-imageHeight+document.body.scrollTop)
    if (imageAlign == "bottomright")mark9.moveTo(windowWidth-imageWidth+document.body.scrollLeft,windowHeight-imageHeight+document.body.scrollTop)
    }
}

function createLayer9(id,nestref,left,top,width,height,content,bgColor,visibility,zIndex) {
                if (n) {
                        if (nestref) {
                                var lyr = eval("document."+nestref+".document."+id+" = new Layer(width, document."+nestref+")")
                        }
                        else {
                                var lyr = document.layers[id] = new Layer(width)
                                eval("document."+id+" = lyr")
                        }
                        lyr.name = id
                        lyr.left = left
                        lyr.top = top
                        if (height!=null) lyr.clip.height = height
                        if (bgColor!=null) lyr.bgColor = bgColor
                        lyr.visibility = (visibility=='hidden')? 'hide' : 'show'
                        if (zIndex!=null) lyr.zIndex = zIndex
                        if (content) {
                                lyr.document.open()
                                lyr.document.write(content)
                                lyr.document.close()
                        }
                }
                else if (ie) {
                        var str = '\n<DIV id='+id+' style="position:absolute; left:'+left+'; top:'+top+'; width:'+width
                        if (height!=null) {
                                str += '; height:'+height
                                str += '; clip:rect(0,'+width+','+height+',0)'
                        }
                        if (bgColor!=null) str += '; background-color:'+bgColor         
                        if (zIndex!=null) str += '; z-index:'+zIndex
                        if (visibility) str += '; visibility:'+visibility
                        str += ';">'+((content)?content:'')+'</DIV>'
                        if (nestref) {
                                index = nestref.lastIndexOf(".")
                                var nestlyr = (index != -1)? nestref.substr(index+1) : nestref
                                document.all[nestlyr].insertAdjacentHTML("BeforeEnd",str);
                        }
                        else {
                                document.body.insertAdjacentHTML("BeforeEnd",str)
                        }
                }
        }

*/
</SCRIPT>



<!-- ¿©¼¸¹øÂ° ¹è³Ê ½ÃÀÛ(°¨¼ºÆíÁö)-->
<SCRIPT>

// ½ºÅ©·Ñ ¹è³Ê¸¦ ´Ù½Ã ³ÖÀ¸½Ç ¶§´Â ¾Æ·¡ <body ÅÂ±×ÀÇ ¸ÇµÚ onload=""ÀÇ µû¿ÈÇ¥ ´Ý±â Àü¿¡ init();¸¦ ³Ö¾îÁÖ¼¼¿ä
//============ ¾Æ·¡ º¯¼ö °ªÀº º¯°æÇÒ ¼ö ÀÖ½À´Ï´Ù =============== 


//============ DO NOT EDIT THE CODES BELOW ============

n = (document.layers) ? 1:0
ie = (document.all) ? 1:0

function init6() {
if (n || ie) {
    // initialize objects
    createLayer6("watermark6",null,790,259,imageWidth6,imageHeight6,"<A HREF=\'" + linkTo6 + "\' target=_new><IMG SRC=\'" + imageSource6 + "\' BORDER=0></A>")
    mark6 = new dynLayer6("watermark6")
    setInterval("wtrmark6()",100)
    }
}

function dynLayer6(id,nestref) {
    if (n) {
            this.css = document.layers[id]
    }
    else if (ie) {
            this.css = document.all[id].style
    }

    this.moveBy = dynLayerMoveBy6
    this.moveTo = dynLayerMoveTo6
}

function dynLayerMoveBy6(x,y) {
    this.x += x
    this.css.left = this.x
    this.y += y
    this.css.top = this.y
}
function dynLayerMoveTo6(x,y) {
    this.x = x
    this.css.left = this.x
    this.y = y
    this.css.top = this.y
}

function wtrmark6() {
if (n) {
    windowWidth = window.innerWidth-17
    windowHeight = window.innerHeight-17
    if (imageAlign == "topleft")    mark6.moveTo(window.pageXOffset,window.pageYOffset)
    if (imageAlign == "topright")   mark6.moveTo(windowWidth-imageWidth+window.pageXOffset,window.pageYOffset)
    if (imageAlign == "topend")   mark6.moveTo(655,window.pageYOffset+65)
    if (imageAlign == "bottomleft") mark6.moveTo(window.pageXOffset,windowHeight-imageHeight+window.pageYOffset)
    if (imageAlign == "bottomright")mark6.moveTo(windowWidth-imageWidth+window.pageXOffset,windowHeight-imageHeight+window.pageYOffset)
    }

else if (ie) {
    windowWidth = document.body.clientWidth
    windowHeight = document.body.clientHeight
    if (imageAlign == "topleft")    mark6.moveTo(document.body.scrollLeft,document.body.scrollTop)
    if (imageAlign == "topright")   mark6.moveTo(windowWidth-imageWidth+document.body.scrollLeft,document.body.scrollTop)
    if (imageAlign == "topend")   mark6.moveTo(655,document.body.scrollTop+7)
    if (imageAlign == "bottomleft") mark6.moveTo(document.body.scrollLeft,windowHeight-imageHeight+document.body.scrollTop)
    if (imageAlign == "bottomright")mark6.moveTo(windowWidth-imageWidth+document.body.scrollLeft,windowHeight-imageHeight+document.body.scrollTop)
    }
}

function createLayer6(id,nestref,left,top,width,height,content,bgColor,visibility,zIndex) {
                if (n) {
                        if (nestref) {
                                var lyr = eval("document."+nestref+".document."+id+" = new Layer(width, document."+nestref+")")
                        }
                        else {
                                var lyr = document.layers[id] = new Layer(width)
                                eval("document."+id+" = lyr")
                        }
                        lyr.name = id
                        lyr.left = left
                        lyr.top = top
                        if (height!=null) lyr.clip.height = height
                        if (bgColor!=null) lyr.bgColor = bgColor
                        lyr.visibility = (visibility=='hidden')? 'hide' : 'show'
                        if (zIndex!=null) lyr.zIndex = zIndex
                        if (content) {
                                lyr.document.open()
                                lyr.document.write(content)
                                lyr.document.close()
                        }
                }
                else if (ie) {
                        var str = '\n<DIV id='+id+' style="position:absolute; left:'+left+'; top:'+top+'; width:'+width
                        if (height!=null) {
                                str += '; height:'+height
                                str += '; clip:rect(0,'+width+','+height+',0)'
                        }
                        if (bgColor!=null) str += '; background-color:'+bgColor         
                        if (zIndex!=null) str += '; z-index:'+zIndex
                        if (visibility) str += '; visibility:'+visibility
                        str += ';">'+((content)?content:'')+'</DIV>'
                        if (nestref) {
                                index = nestref.lastIndexOf(".")
                                var nestlyr = (index != -1)? nestref.substr(index+1) : nestref
                                document.all[nestlyr].insertAdjacentHTML("BeforeEnd",str);
                        }
                        else {
                                document.body.insertAdjacentHTML("BeforeEnd",str)
                        }
                }
        }


</SCRIPT>

<!-- ÀÏ°ö¹øÂ° ¹è³Ê ½ÃÀÛ(ceo Report)-->
<SCRIPT>
// ½ºÅ©·Ñ ¹è³Ê¸¦ ´Ù½Ã ³ÖÀ¸½Ç ¶§´Â ¾Æ·¡ <body ÅÂ±×ÀÇ ¸ÇµÚ onload=""ÀÇ µû¿ÈÇ¥ ´Ý±â Àü¿¡ init();¸¦ ³Ö¾îÁÖ¼¼¿ä
//============ ¾Æ·¡ º¯¼ö °ªÀº º¯°æÇÒ ¼ö ÀÖ½À´Ï´Ù ===============
imageSource7 = "images/banner/banner_ceoreport.gif" 
imageWidth7 = 128    
imageHeight7 = 100      
imageAlign7 = "topend" //"topright"  //topright, topleft, bottomright, bottomleft
linkTo7 = "http://www.ceoreport.co.kr/"      


//============ DO NOT EDIT THE CODES BELOW ============

n = (document.layers) ? 1:0
ie = (document.all) ? 1:0

function init7() {
if (n || ie) {
    // initialize objects
    createLayer7("watermark7",null,790,259,imageWidth7,imageHeight7,"<A HREF=\'" + linkTo7 + "\' target=_new><IMG SRC=\'" + imageSource7 + "\' BORDER=0></A>")
    mark7 = new dynLayer7("watermark7")
    setInterval("wtrmark7()",100)
    }
}

function dynLayer7(id,nestref) {
    if (n) {
            this.css = document.layers[id]
    }
    else if (ie) {
            this.css = document.all[id].style
    }

    this.moveBy = dynLayerMoveBy7
    this.moveTo = dynLayerMoveTo7
}

function dynLayerMoveBy7(x,y) {
    this.x += x
    this.css.left = this.x
    this.y += y
    this.css.top = this.y
}
function dynLayerMoveTo7(x,y) {
    this.x = x
    this.css.left = this.x
    this.y = y
    this.css.top = this.y
}

function wtrmark7() {
if (n) {
    windowWidth = window.innerWidth-17
    windowHeight = window.innerHeight-17
    if (imageAlign == "topleft")    mark7.moveTo(window.pageXOffset,window.pageYOffset)
    if (imageAlign == "topright")   mark7.moveTo(windowWidth-imageWidth+window.pageXOffset,window.pageYOffset)
    if (imageAlign == "topend")   mark7.moveTo(655,window.pageYOffset+65)
    if (imageAlign == "bottomleft") mark7.moveTo(window.pageXOffset,windowHeight-imageHeight+window.pageYOffset)
    if (imageAlign == "bottomright")mark7.moveTo(windowWidth-imageWidth+window.pageXOffset,windowHeight-imageHeight+window.pageYOffset)
    }

else if (ie) {
    windowWidth = document.body.clientWidth
    windowHeight = document.body.clientHeight
    if (imageAlign == "topleft")    mark7.moveTo(document.body.scrollLeft,document.body.scrollTop)
    if (imageAlign == "topright")   mark7.moveTo(windowWidth-imageWidth+document.body.scrollLeft,document.body.scrollTop)
    if (imageAlign == "topend")   mark7.moveTo(655,document.body.scrollTop+51)
    if (imageAlign == "bottomleft") mark7.moveTo(document.body.scrollLeft,windowHeight-imageHeight+document.body.scrollTop)
    if (imageAlign == "bottomright")mark7.moveTo(windowWidth-imageWidth+document.body.scrollLeft,windowHeight-imageHeight+document.body.scrollTop)
    }
}

function createLayer7(id,nestref,left,top,width,height,content,bgColor,visibility,zIndex) {
                if (n) {
                        if (nestref) {
                                var lyr = eval("document."+nestref+".document."+id+" = new Layer(width, document."+nestref+")")
                        }
                        else {
                                var lyr = document.layers[id] = new Layer(width)
                                eval("document."+id+" = lyr")
                        }
                        lyr.name = id
                        lyr.left = left
                        lyr.top = top
                        if (height!=null) lyr.clip.height = height
                        if (bgColor!=null) lyr.bgColor = bgColor
                        lyr.visibility = (visibility=='hidden')? 'hide' : 'show'
                        if (zIndex!=null) lyr.zIndex = zIndex
                        if (content) {
                                lyr.document.open()
                                lyr.document.write(content)
                                lyr.document.close()
                        }
                }
                else if (ie) {
                        var str = '\n<DIV id='+id+' style="position:absolute; left:'+left+'; top:'+top+'; width:'+width
                        if (height!=null) {
                                str += '; height:'+height
                                str += '; clip:rect(0,'+width+','+height+',0)'
                        }
                        if (bgColor!=null) str += '; background-color:'+bgColor         
                        if (zIndex!=null) str += '; z-index:'+zIndex
                        if (visibility) str += '; visibility:'+visibility
                        str += ';">'+((content)?content:'')+'</DIV>'
                        if (nestref) {
                                index = nestref.lastIndexOf(".")
                                var nestlyr = (index != -1)? nestref.substr(index+1) : nestref
                                document.all[nestlyr].insertAdjacentHTML("BeforeEnd",str);
                        }
                        else {
                                document.body.insertAdjacentHTML("BeforeEnd",str)
                        }
                }
        }
</SCRIPT>

<!-- ¿©´ü¹øÂ° ¹è³Ê ½ÃÀÛ(¼­¿ïµðÁöÅÐ ´ëÇÐ)-->
<SCRIPT>


// ½ºÅ©·Ñ ¹è³Ê¸¦ ´Ù½Ã ³ÖÀ¸½Ç ¶§´Â ¾Æ·¡ <body ÅÂ±×ÀÇ ¸ÇµÚ onload=""ÀÇ µû¿ÈÇ¥ ´Ý±â Àü¿¡ init();¸¦ ³Ö¾îÁÖ¼¼¿ä
//============ ¾Æ·¡ º¯¼ö °ªÀº º¯°æÇÒ ¼ö ÀÖ½À´Ï´Ù ===============

imageSource8 = "images/banner/e2ad(128.241).jpg" 
imageWidth8 = 128    
imageHeight8 = 241      
imageAlign8 = "topend" //"topright"  //topright, topleft, bottomright, bottomleft
linkTo8 = "http://www.e2player.co.kr/"      


//============ DO NOT EDIT THE CODES BELOW ============

n = (document.layers) ? 1:0
ie = (document.all) ? 1:0

/*
function init8() {
if (n || ie) {
    // initialize objects
    createLayer8("watermark8",null,790,259,imageWidth8,imageHeight8,"<embed src='images/banner/writing_128_52.swf' quality='high' pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='128' height='52'></embed>")
    mark8 = new dynLayer8("watermark8")
    setInterval("wtrmark8()",100)
    }
}*/
function init8() {
if (n || ie) {
    // initialize objects
    createLayer8("watermark8",null,790,259,imageWidth8,imageHeight8,"<A HREF=\'" + linkTo8 + "\' target=_new><IMG SRC=\'" + imageSource8 + "\' BORDER=0></A>")
    mark8 = new dynLayer8("watermark8")
    setInterval("wtrmark8()",100)
    }
}

function dynLayer8(id,nestref) {
    if (n) {
            this.css = document.layers[id]
    }
    else if (ie) {
            this.css = document.all[id].style
    }

    this.moveBy = dynLayerMoveBy8
    this.moveTo = dynLayerMoveTo8
}

function dynLayerMoveBy8(x,y) {
    this.x += x
    this.css.left = this.x
    this.y += y
    this.css.top = this.y
}
function dynLayerMoveTo8(x,y) {
    this.x = x
    this.css.left = this.x
    this.y = y
    this.css.top = this.y
}

function wtrmark8() {
if (n) {
    windowWidth = window.innerWidth-17
    windowHeight = window.innerHeight-17
    if (imageAlign == "topleft")    mark8.moveTo(window.pageXOffset,window.pageYOffset)
    if (imageAlign == "topright")   mark8.moveTo(windowWidth-imageWidth+window.pageXOffset,window.pageYOffset)
    if (imageAlign == "topend")   mark8.moveTo(655,window.pageYOffset+65)
    if (imageAlign == "bottomleft") mark8.moveTo(window.pageXOffset,windowHeight-imageHeight+window.pageYOffset)
    if (imageAlign == "bottomright")mark8.moveTo(windowWidth-imageWidth+window.pageXOffset,windowHeight-imageHeight+window.pageYOffset)
    }

else if (ie) {
    windowWidth = document.body.clientWidth
    windowHeight = document.body.clientHeight
    if (imageAlign == "topleft")    mark8.moveTo(document.body.scrollLeft,document.body.scrollTop)
    if (imageAlign == "topright")   mark8.moveTo(windowWidth-imageWidth+document.body.scrollLeft,document.body.scrollTop)
    if (imageAlign == "topend")   mark8.moveTo(655,document.body.scrollTop+149)
    if (imageAlign == "bottomleft") mark8.moveTo(document.body.scrollLeft,windowHeight-imageHeight+document.body.scrollTop)
    if (imageAlign == "bottomright")mark8.moveTo(windowWidth-imageWidth+document.body.scrollLeft,windowHeight-imageHeight+document.body.scrollTop)
    }
}

function createLayer8(id,nestref,left,top,width,height,content,bgColor,visibility,zIndex) {
                if (n) {
                        if (nestref) {
                                var lyr = eval("document."+nestref+".document."+id+" = new Layer(width, document."+nestref+")")
                        }
                        else {
                                var lyr = document.layers[id] = new Layer(width)
                                eval("document."+id+" = lyr")
                        }
                        lyr.name = id
                        lyr.left = left
                        lyr.top = top
                        if (height!=null) lyr.clip.height = height
                        if (bgColor!=null) lyr.bgColor = bgColor
                        lyr.visibility = (visibility=='hidden')? 'hide' : 'show'
                        if (zIndex!=null) lyr.zIndex = zIndex
                        if (content) {
                                lyr.document.open()
                                lyr.document.write(content)
                                lyr.document.close()
                        }
                }
                else if (ie) {
                        var str = '\n<DIV id='+id+' style="position:absolute; left:'+left+'; top:'+top+'; width:'+width
                        if (height!=null) {
                                str += '; height:'+height
                                str += '; clip:rect(0,'+width+','+height+',0)'
                        }
                        if (bgColor!=null) str += '; background-color:'+bgColor         
                        if (zIndex!=null) str += '; z-index:'+zIndex
                        if (visibility) str += '; visibility:'+visibility
                        str += ';">'+((content)?content:'')+'</DIV>'
                        if (nestref) {
                                index = nestref.lastIndexOf(".")
                                var nestlyr = (index != -1)? nestref.substr(index+1) : nestref
                                document.all[nestlyr].insertAdjacentHTML("BeforeEnd",str);
                        }
                        else {
                                document.body.insertAdjacentHTML("BeforeEnd",str)
                        }
                }
        }

</SCRIPT>


<SCRIPT LANGUAGE="JavaScript">
<!--
function member_chk() {
	if (confirm("°í°´È¸¿ø °¡ÀÔ(¹«·á)À» ÇÏ¼Å¾ß ÇÕ´Ï´Ù. È¸¿ø°¡ÀÔÀ» ÇÏ½Ã°Ú½À´Ï±î?")) {
		location.href = "/member/beforeaddmember_02.asp";
	}
	return;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->

</SCRIPT>


<script language="javascript">
<!--
// ÆË¾÷Ã¢ Á¶ÀýºÎºÐ----------------------------------------------------
function getCookie( name )
{
	var nameOfCookie = name + "=";
	var x = 0;
	while ( x <= document.cookie.length )
	{
		var y = (x+nameOfCookie.length);
		if ( document.cookie.substring( x, y ) == nameOfCookie )
		{
			if ( (endOfCookie=document.cookie.indexOf( ";", y )) == -1 )
			endOfCookie = document.cookie.length;
			return unescape( document.cookie.substring( y, endOfCookie ) );
		}
		x = document.cookie.indexOf( " ", x ) + 1;
		if ( x == 0 )		break;
	}
	return "";
}


/*
if ( getCookie( "pop050916" ) == "" )  {
	str = "Chuseok_pop.html";
	var pop050523 = window.open(str, "pop050916", "width=332, height=515, top=90, left=50, location=0, menubar=0, resizable=0, scrollbars=0, status=0, toolbar=0");
	pop050523.focus();
}
*/

//¶óÀÌÅÍ½º »ç¹«½Ç ÀÌÀü
/*
	if ( getCookie( "pop051024" ) == "" )  {
		str = "/popup/051024/051024_Company.html";
		var pop051024 = window.open(str, "pop051024", "width=450, height=420, top=90, left=180, location=0, menubar=0, resizable=0, scrollbars=0, status=0, toolbar=0");
		pop051024.focus();
	}
*/	

/*
	if ( getCookie( "pop051231" ) == "" )  {
		str = "/popup/051231/newyear.htm";
		var pop051231 = window.open(str, "pop051231", "width=400, height=670, top=0, left=0, location=0, menubar=0, resizable=0, scrollbars=0, status=0, toolbar=0");
		pop051231.focus();
	}
*/	

/*
	if ( getCookie( "pop061002" ) == "" )  {
		str = "/popup/061002/popup.htm";
		var pop061002 = window.open(str, "pop061002", "width=400, height=370, top=50, left=50, location=0, menubar=0, resizable=0, scrollbars=0, status=0, toolbar=0");
		pop061002.focus();
	}
*/	

	/* ½Å³â ÆË¾÷ 
	if ( getCookie( "pop070216" ) == "" )  {
		str = "/popup/070216/popup.html";
		var pop070216 = window.open(str, "070216", "width=520, height=340, top=50, left=50, location=0, menubar=0, resizable=0, scrollbars=0, status=0, toolbar=0");
		pop070216.focus();
	}
*/

	function getCookie( name ){ 
		var nameOfCookie = name + "="; 
		var x = 0; 
		while ( x <= document.cookie.length ) 
		{ 
				var y = (x+nameOfCookie.length); 
				if ( document.cookie.substring( x, y ) == nameOfCookie ) { 
						if ( (endOfCookie=document.cookie.indexOf( ";", y )) == -1 ) 
								endOfCookie = document.cookie.length; 
						return unescape( document.cookie.substring( y, endOfCookie ) ); 
				} 
				x = document.cookie.indexOf( " ", x ) + 1; 
				if ( x == 0 ) 
						break; 
		} 
		return ""; 
	}
/*
	if ( getCookie( "20071227_homepage" ) != "done" ) {
		eventWindow  =  window.open('/popup/20071228/Popup.html','20071228','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=397,height=401,top=10,left=10');
		eventWindow.opener = self
	}
	*/
		//if ( getCookie( "20090312_homepage" ) != "done" ) {
		//eventWindow  =  window.open('/popup/090312/090312.html','NewYear_Pop','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=400,height=300,top=10,left=10');
		//eventWindow.opener = self
	//}
//-->
</script>

</head>

<!--<body topmargin="0" leftmargin="0" onLoad="init6();init7();init8();">-->
<body topmargin="0" leftmargin="0" onLoad="init6();init7();">
<table border="0" width="650" cellspacing="0" cellpadding="0" bgcolor="#ededee">
  <tr>
    <td width="100%">
      <table border="0" width="650" cellspacing="0" cellpadding="0">
        <tr> 
          <td width="650" colspan="7" height="109" style="line-height: 200%">
			<SCRIPT language="JavaScript" type="text/JavaScript" src="/js/createElementExplicit.js"></SCRIPT>		  
			<script type="text/javascript">
			<!--
			    swf("images/flash/mainright.swf", "650", "109");
			//-->
			</script>	
		  </td>
        </tr>
        <tr> 
          <td width="650" colspan="7" height="5" style="line-height: 200%"></td>
        </tr>
        <tr> 
          <!--ÀÏ°¨°ø°í-->
          <td width="5" valign="top" rowspan="10"></td>
          <td colspan="3" valign="top"><img src="images/banner/blank10.gif" width="5" height="3"><img src="/images/main_title01.gif" width="230" height="24"></td>
          <td width="10" valign="top" rowspan="10" height="500"> 
            <div align="center"> 
              <center>
                <table border="0" width="3" background="images/line_1.gif" height="100%" cellspacing="0" cellpadding="0">
                  <tr> 
                    <td width="3" height="499">¡¡</td>
                  </tr>
                </table>
              </center>
            </div>
          </td>
          <td width="170" valign="top" rowspan="10"> 
            <table width="170" border="0" cellspacing="0" cellpadding="0" align="right">
              <tr> 
                <td height="22"> <img src="images/fee_icon.gif" width="30" height="15"> 
                  <a href="year_fee.asp"><b><font color="#6633CC"><u>Àü¹®È¸¿ø À¯·áÈ­ 
                  ¾È³»</u></font></b></a></td>
              </tr>
              <tr> 
                <td height="22"><img border="0" src="/images/contents/icon02.gif" width="12" height="12"> 
                  <font color="#660066"> <a href="/contents/article/presearcharticle_new.asp"><u>¿ø°í¸ô 
                  ÃÖ½Å ¿ø°í Top 100</u></a></font></td>
              </tr>
              <tr> 
                <td height="22"><img border="0" src="/images/contents/icon02.gif" width="12" height="12"> 
                  <a href="/Board2000/namecard.asp"><b><font color="#FF9900">Àü¹®È¸¿ø 
                  ¸íÇÔ ½ÅÃ»ÇÏ±â</font></b></a> </td>
              </tr>
              <tr> 
                <td><img src="images/banner/blank10.gif" width="10" height="3"></td>
              </tr>
              <tr> 
                <td height="59"><!-- <a href="writing/041214.asp"> --><a href="http://www.sabonet.co.kr" target="_blank"><img src="images/banner/2008_planning_banner.gif" border="0"></a></td>
              </tr>			  
              <tr> 
                <td><a href="writing/bizwriting.asp"><img src="images/banner/banner_bizwriting.gif" width="170" height="50" border="0"></a></td>
              </tr>
              <tr>
                <td><img src="images/banner/blank10.gif" width="10" height="3"></td>
              </tr>
              <tr> 
                <td> 
                  <table width="170" border="0" cellspacing="0" cellpadding="0" align="center">
                    <tr> 
                      <td width="86"><a href="/member/client_member/client_main.asp" target="_self"><img src="images/banner/banner_01.gif" width="86" height="55" border="0"></a></td>
                      <td width="84"><a href="/member/preaddmember.asp" target="_self"><img src="images/banner/banner_02.gif" width="84" height="55" border="0"></a></td>
                    </tr>
                  </table>
                </td>
              </tr>
              <tr> 
                <td><img src="images/banner/blank10.gif" width="10" height="3"></td>
              </tr>
              <tr> 
                <td></td>
              </tr>
              <tr> 
                <td><img src="images/banner/blank10.gif" width="10" height="3"></td>
              </tr>
              <tr> 
                <td> 
                  <div align="center"><!-- <a href="/web/contentsservice.asp" target="_self"> --><a href="http://www.sabonet.co.kr/" target="_blank"><img src="images/banner/banner_03.gif" width="170" height="50" border="0"></a></div>
                </td>
              </tr>
              <tr> 
                <td><img src="images/banner/blank10.gif" width="10" height="3"></td>
              </tr>
              <tr> 
                <td> 
                  <div align="center"><a href="/writing/writing.asp" target="_self"><img src="images/banner/banner_04.gif" width="170" height="50" border="0"></a></div>
                </td>
              </tr>
              <tr> 
                <td><img src="images/banner/blank10.gif" width="10" height="3"></td>
              </tr>
              <tr> 
                <td> 
                  <div align="center">
				<script type="text/javascript">
				<!--
				    swf("images/banner/banner_06.swf", "170", "50");
				//-->
				</script>					  
				  </div>
                </td>
              </tr>
              <tr valign="top"> 
                <td valign="top"><img src="images/banner/blank10.gif" width="10" height="3"></td>
              </tr>
              <tr> 
                <td><img src="images/banner/blank10.gif" width="10" height="2"></td>
              </tr>
              <tr> 
                <td valign="top"> 
                  <table border="0" width="170" cellspacing="0" cellpadding="0" align="center">
                    <tr> 
                      <td height="19" align="center"><img src="images/main_writing_consulting.gif" width="170" height="19"></td>
                    </tr>
                    
                    <tr> 
                      <td height="20"><img src="images/dot01.gif"><a href="/writing/school_read.asp?category=&board_idx=261&keyfield=&keyword=&page=&block=">[Ã¢°£ 85ÁÖ³â]¡°ù¶ÀÌ..</a></td>
                    </tr>
                    
                    <tr> 
                      <td height="20"><img src="images/dot01.gif"><a href="/writing/school_read.asp?category=&board_idx=241&keyfield=&keyword=&page=&block=">[³²ºÏ ¾ð¾î ÀÌÁúÈ­] ..</a></td>
                    </tr>
                    
                    <tr> 
                      <td height="20"><img src="images/dot01.gif"><a href="/writing/school_read.asp?category=&board_idx=220&keyfield=&keyword=&page=&block=">[¿Ü·¡¾îÇ¥±âÀÚ·á] ¿µ¾î..</a></td>
                    </tr>
                    
                  </table>
                </td>
              </tr>
              <tr> 
                <td valign="top"> 
                  <table border="0" width="170" cellspacing="0" cellpadding="0" align="center">
                    <tr> 
                      <td width="205" valign="top" height="25"> 
                        <div align="center"><img border="0" src="images/main_survey.gif" width="170" height="19"></div>
                      </td>
                    </tr>
					
					 </table>
                </td>
              </tr>
            </table>
          </td>
          <td width="5" valign="top" rowspan="10"></td>
        </tr>
        <tr> 
          <td colspan="3">&nbsp;</td>
        </tr>
        <tr> 
          <td colspan="3"> 
            <table width="100%" border="0" cellspacing="0" cellpadding="3" align="center">
              <tr> 
                <td><font color="#A42513">ÃëÀç/±â»çÀÛ¼º, Ä«ÇÇ¶óÀÌÆÃ, ½Ã³ª¸®¿À/´ëÇÊ, º¸µµÀÚ·á, ±³Á¤/±³¿­, 
                  Å×Å©´ÏÄÃ¶óÀÌÆÃ(±â¼ú¼­ÀÛ¼º), ¹ø¿ª, À¥ÄÁÅÙÃ÷/À¥¶óÀÌÆÃµî ÁýÇÊÀÏ°¨ÀÌ °Å·¡µÇ´Â Market PlaceÀÔ´Ï´Ù.</font></td>
              </tr>
            </table>
          </td>
        </tr>
        <tr> 
          <td colspan="3"> 
            <table width="98%" border="0" cellspacing="0" cellpadding="1" align="center">
              <tr> 
                <td height="3"> 
                  <div align="right"> </div>
                  <div align="center"> 
                    <table width="100%" align="center">
                      <tr> 
                        <td> 
                          <div align="center"><font color="#006633"><a href="/writing_project/Program_WorkNotice.asp?at=1">ÃëÀç/±â»çÀÛ¼º</a> 
                            ¤Ó <a href="/writing_project/Program_WorkNotice.asp?at=2">Ä«ÇÇ¶óÀÌÆÃ</a> 
                            ¤Ó <a href="/writing_project/Program_WorkNotice.asp?at=3">½Ã³ª¸®¿À/´ëÇÊ</a> 
                            ¤Ó <a href="/writing_project/Program_WorkNotice.asp?at=4">º¸µµÀÚ·á</a> 
                            ¤Ó <a href="/writing_project/Program_WorkNotice.asp?at=5">±³Á¤/±³¿­</a><br>
                            <a href="/writing_project/Program_WorkNotice.asp?at=6">Å×Å©´ÏÄÃ¶óÀÌÆÃ(±â¼ú¼­ 
                            ÀÛ¼º)</a> ¤Ó <a href="/writing_project/Program_WorkNotice.asp?at=7">À¥ÄÁÅÙÃ÷/À¥¶óÀÌÆÃ</a> 
                            ¤Ó <a href="/writing_project/Program_WorkNotice.asp?at=8">±âÅ¸ 
                            Writing &amp; ¹ø¿ª</a></font></div>
                        </td>
                      </tr>
                    </table>
                    <img src="images/blank10.gif" width="10" height="5"></div>
                </td>
              </tr>
              <tr> 
                <td> 
                  <div align="right"><font size="1" color="#004080">¢º</font><a href="/writing_project/Program_Worknotice.asp"><u><font color="#004080">Project 
                    ÀüÃ¼º¸±â</font></u></a> l <font size="1" color="#004080">¢º</font><a href="/member/client_member/client_order.asp"><u><font color="#004080">Writing 
                    Project µî·Ï</font></u></a> l <font size="1" color="#004080">¢º</font><a href="/member/client_member/client_main.asp"><u><font color="#004080">Writing 
                    Project¶õ?</font></u></a> l <font size="1" color="#004080">¢º</font><font color="#004080"><a href="/writing/consulting/board.asp"><u><font color="#004080">FAQ</font></u></a> 
                    </font><a href="/writing/consulting/board.asp"></a></div>
                </td>
              </tr>
            </table>
          </td>
        </tr>
        <tr> 
          <td colspan="3" valign="top"> 
            <table border="0" width="465" cellspacing="0" cellpadding="1" align="center">
              <tr> 
                <td valign="middle" colspan="5"> 
                  <table width="450" border="0" cellspacing="0" cellpadding="0">
                    <tr> 
                      <td width="233"><img src="images/main_title_writing_01.gif" width="233" height="25"></td>
                      <td width="62"><img src="images/main_title_writing_02.gif" width="62" height="25"></td>
                      <td width="72"><img src="images/main_title_writing_03.gif" width="72" height="25"></td>
                      <td width="40"><img src="images/main_title_writing_04.gif" width="40" height="25"></td>
                      <td width="58"><img src="images/main_title_writing_05.gif" width="58" height="25"></td>
                    </tr>
                  </table>
                </td>
              </tr>
              <tr> 
                <td valign="middle" height="2" width="233"><img src="images/blank10.gif" width="10" height="5"></td>
                <td valign="middle" height="2" width="62"><img src="images/blank10.gif" width="10" height="5"></td>
                <td valign="middle" height="2" width="72"><img src="images/blank10.gif" width="10" height="5"></td>
                <td valign="middle" height="2" width="40"><img src="images/blank10.gif" width="10" height="5"></td>
                <td valign="middle" height="2" width="58"><img src="images/blank10.gif" width="10" height="5"></td>
              </tr>
              
              <tr> 
                <td align="left" width="233"> <a href="/Program/WorkNoticeRead.ASP?ID=2509"><img border="0" src="images/dot01.gif" width="10" height="10"> 
                  [È®Á¤] ¾î¸°ÀÌ ÀÎÅÍºä </a></td>
                <td align="left" width="62"> 
                  <div align="center">2010-09-08</div>
                </td>
                <td align="left" width="72"> 
                  <div align="center">450,000¿ø</div>
                </td>
                <td align="left" width="40"> 
                  <div align="center">5</div>
                </td>
                <td align="left" width="58"> 
                  <div align="center">ÁøÇàÁß</div>
                </td>
              </tr>
              
              <tr> 
                <td align="left" width="233"> <a href="/Program/WorkNoticeRead.ASP?ID=2508"><img border="0" src="images/dot01.gif" width="10" height="10"> 
                  [È®Á¤] ¼¼°èÀÇ ¼ú ¹®È­ 10-ÄÝ·Òºñ¾Æ </a></td>
                <td align="left" width="62"> 
                  <div align="center">2010-09-03</div>
                </td>
                <td align="left" width="72"> 
                  <div align="center">300,000¿ø</div>
                </td>
                <td align="left" width="40"> 
                  <div align="center">24</div>
                </td>
                <td align="left" width="58"> 
                  <div align="center">ÁøÇàÁß</div>
                </td>
              </tr>
              
              <tr> 
                <td align="left" width="233"> <a href="/Program/WorkNoticeRead.ASP?ID=2507"><img border="0" src="images/dot01.gif" width="10" height="10"> 
                  [È®Á¤] Çà»ç ½ºÄÉÄ¡ </a></td>
                <td align="left" width="62"> 
                  <div align="center">2010-09-01</div>
                </td>
                <td align="left" width="72"> 
                  <div align="center">280,000¿ø</div>
                </td>
                <td align="left" width="40"> 
                  <div align="center">27</div>
                </td>
                <td align="left" width="58"> 
                  <div align="center">ÁøÇàÁß</div>
                </td>
              </tr>
              
              <tr> 
                <td align="left" width="233"> <a href="/Program/WorkNoticeRead.ASP?ID=2506"><img border="0" src="images/dot01.gif" width="10" height="10"> 
                  [±Û+»çÁø] °È±âÁÁÀº ±æ 10</a></td>
                <td align="left" width="62"> 
                  <div align="center">2010-09-01</div>
                </td>
                <td align="left" width="72"> 
                  <div align="center">300,000¿ø</div>
                </td>
                <td align="left" width="40"> 
                  <div align="center">70</div>
                </td>
                <td align="left" width="58"> 
                  <div align="center">ÁøÇàÁß</div>
                </td>
              </tr>
              
              <tr> 
                <td align="left" width="233"> <a href="/Program/WorkNoticeRead.ASP?ID=2505"><img border="0" src="images/dot01.gif" width="10" height="10"> 
                  [±Û+»çÁø] ¼¼°èÀÇ ¼ú ¹®È­ 10</a></td>
                <td align="left" width="62"> 
                  <div align="center">2010-09-02</div>
                </td>
                <td align="left" width="72"> 
                  <div align="center">300,000¿ø</div>
                </td>
                <td align="left" width="40"> 
                  <div align="center">37</div>
                </td>
                <td align="left" width="58"> 
                  <div align="center">ÀÏ°¨¿Ï·á</div>
                </td>
              </tr>
              
              <tr> 
                <td align="left" width="233"> <a href="/Program/WorkNoticeRead.ASP?ID=2504"><img border="0" src="images/dot01.gif" width="10" height="10"> 
                  [È®Á¤] ½ºÆä¼ÈÄ®·³ </a></td>
                <td align="left" width="62"> 
                  <div align="center">2010-08-20</div>
                </td>
                <td align="left" width="72"> 
                  <div align="center">150,000¿ø</div>
                </td>
                <td align="left" width="40"> 
                  <div align="center">70</div>
                </td>
                <td align="left" width="58"> 
                  <div align="center">ÀÏ°¨¿Ï·á</div>
                </td>
              </tr>
              
              <tr> 
                <td align="left" width="233"> <a href="/Program/WorkNoticeRead.ASP?ID=2503"><img border="0" src="images/dot01.gif" width="10" height="10"> 
                  [È®Á¤] °­ÃÌ ÀÎÅÍºä </a></td>
                <td align="left" width="62"> 
                  <div align="center">2010-08-20</div>
                </td>
                <td align="left" width="72"> 
                  <div align="center">200,000¿ø</div>
                </td>
                <td align="left" width="40"> 
                  <div align="center">53</div>
                </td>
                <td align="left" width="58"> 
                  <div align="center">ÀÏ°¨¿Ï·á</div>
                </td>
              </tr>
              
              <tr> 
                <td colspan="5" height="15" align="right">&nbsp;</td>
              </tr>
            </table>
          </td>
        </tr>
        <tr> 
          <td valign="top"> 
            <table border="0" width="98%" cellspacing="0" cellpadding="0" align="center">
              <!--»§»§±âÈ¹¾È-->
              <tr> 
                <td align="left" valign="top" background="images/main_title_bg.gif"><img src="images/main_title02.gif" width="220" height="20"></td>
              </tr>
              
            </table>
          </td>
          <td valign="top" width="10" height="20">&nbsp; </td>
          <td valign="top"> 
            <table border="0" width="98%" cellspacing="0" cellpadding="0" align="center">
              <!-- ÃßÃµ ÄÜÅÙÃ÷ -->
              <tr> 
                <td valign="top" background="images/main_title_bg.gif"><img src="images/main_title03.gif" width="220" height="20"></td>
              </tr>
              
            </table>
          </td>
        </tr>
        <tr> 
          <td valign="top"> 
            <table border="0" width="98%" cellspacing="0" cellpadding="1" align="center">
              <!--»§»§±âÈ¹¾È-->
              <tr> 
                <td valign="top" height="5"> 
                  <div align="center"><img src="images/blank10.gif" width="10" height="5"></div>
                </td>
              </tr>
              
              <tr> 
                <td width="205" align="left" style="line-height: 200%"> 
                  
                  <a href='javascript:member_chk();'> 
                  
                  <img border="0" src="images/dot01.gif" width="10" height="10">[»ýÈ°] ¸ö¿¡ ÀÌ·Î¿î Â÷ &amp; ÇØ...</a></td>
              </tr>
              
              <tr> 
                <td width="205" align="left" style="line-height: 200%"> 
                  
                  <a href='javascript:member_chk();'> 
                  
                  <img border="0" src="images/dot01.gif" width="10" height="10">º½ÀÌ ¸Ó¹«´Â Home Garden</a></td>
              </tr>
              
              <tr> 
                <td width="205" align="left" style="line-height: 200%"> 
                  
                  <a href='javascript:member_chk();'> 
                  
                  <img border="0" src="images/dot01.gif" width="10" height="10">ÀÔ¸À µ¸±¸´Â º½Ã¶ º°¹Ìµé</a></td>
              </tr>
              
              <tr> 
                <td width="205" align="left" style="line-height: 200%"> 
                  
                  <a href='javascript:member_chk();'> 
                  
                  <img border="0" src="images/dot01.gif" width="10" height="10">°£Æí!¿µ¾ç ¸¸Á¡!°Ü¿ï °Ç°­ À½·á</a></td>
              </tr>
              
              <tr> 
                <td width="205" align="left" style="line-height: 200%"> 
                  
                  <a href='javascript:member_chk();'> 
                  
                  <img border="0" src="images/dot01.gif" width="10" height="10">°¡À»Ã¶ Å»¸ð ¿¹¹æ°ú Ä¡·á¹ý</a></td>
              </tr>
              
              <tr> 
                <td width="205" align="left" style="line-height: 200%"> 
                  
                  <a href='javascript:member_chk();'> 
                  
                  <img border="0" src="images/dot01.gif" width="10" height="10">°¡À» ¿©Çà-Ã»µµ °¨ ¿ÍÀÎ ÅÍ³Î</a></td>
              </tr>
              
              <tr> 
                <td width="205" align="left" style="line-height: 200%"> 
                  
                  <a href='javascript:member_chk();'> 
                  
                  <img border="0" src="images/dot01.gif" width="10" height="10">±íÀº °¡À», ±íÀº °¨¼º</a></td>
              </tr>
              
              <tr> 
                <td width="205" align="left" style="line-height: 200%"> 
                  
                  <a href='javascript:member_chk();'> 
                  
                  <img border="0" src="images/dot01.gif" width="10" height="10">[¸À¿©Çà] ³ªÁÖ È«¾î¾Ö±¹</a></td>
              </tr>
              
              <tr> 
                <td width="205" align="left" style="line-height: 200%"> 
                  
                  <a href='javascript:member_chk();'> 
                  
                  <img border="0" src="images/dot01.gif" width="10" height="10">[°Ç°­] ½ÅÁ¾ÇÃ·ç</a></td>
              </tr>
              
              <tr> 
                <td width="205" align="left" style="line-height: 200%"> 
                  
                  <a href='javascript:member_chk();'> 
                  
                  <img border="0" src="images/dot01.gif" width="10" height="10">ÅÍ´×Æ÷ÀÎÆ®¸¦ À§ÇÑ 10°¡Áö Á¶°Ç</a></td>
              </tr>
              
              <tr align=right> 
                <td align="right"><a href='./program/projectnotice.asp'>more..</a></td>
              </tr>
            </table>
          </td>
          <td valign="top" width="10">&nbsp;</td>
          <td valign="top"> 
            <table border="0" width="98%" cellspacing="0" cellpadding="1" align="center">
              <!-- ÃßÃµ ÄÜÅÙÃ÷ -->
              <tr> 
                <td valign="top" height="5"> 
                  <div align="center"><img src="images/blank10.gif" width="10" height="5"></div>
                </td>
              </tr>
              
              <tr> 
                <td width="205"><a href="/Program/ViewArticle.ASP?ID=3693"><img border="0" src="images/dot01.gif" width="10" height="10"><font color="#6F8D2E">[Å×¸¶±âÈ¹] ¾ÈºÎÀüÈ­ÀÇ Èû</font> 
                   
¾ÈºÎÀüÈ­ÀÇ Èû 

¿¹Àü¿¡´Â ÁöÇÏÃ¶¿¡¼­ ½Å¹®À» ÀÐ´Â »ç¶÷ÀÌ Á¦ÀÏ </a></td>
              </tr>
              
              <tr> 
                <td width="205"><a href="/Program/ViewArticle.ASP?ID=3304"><img border="0" src="images/dot01.gif" width="10" height="10"><font color="#6F8D2E">[Ä®·³] °¡À»À» ¸ÚÁö°Ô Àâ´Â ¹æ¹ý</font> 
                   °¡À»À» ¸ÚÁö°Ô Àâ´Â ¹æ¹ý
"»ì¸ç½Ã¢¦ ¿Ô´Ù°¡ °¡¹ö¸®´Â °¡À»,
Á»´õ ¿À</a></td>
              </tr>
              
              <tr> 
                <td width="205"><a href="/Program/ViewArticle.ASP?ID=3286"><img border="0" src="images/dot01.gif" width="10" height="10"><font color="#6F8D2E">[ÀÚ¿¬°ú ÇÔ²² ÇØ¿ä] µµ½É ¼Ó ...</font> 
                   µµ½É ¼Ó ÅÔ¹ç °¡²Ù´Â ¼­ÀçÇö ¾¾ 
Æ´¸¸ ³ª¸é ÅÔ¹çÀ¸·Î ´Þ·Á°¡´Â µµ½Ã </a></td>
              </tr>
              
              <tr> 
                <td width="205"><a href="/Program/ViewArticle.ASP?ID=3276"><img border="0" src="images/dot01.gif" width="10" height="10"><font color="#6F8D2E">[°Ç°­] ¿©¸§Ã¶ º¸¾ç½Ä</font> 
                   ¿©¸§Ã¶ º¸¾ç½Ä 
¿Ã ¿©¸§, ÀþÀ½°ú È°·ÂÀ» ±×´ë¿¡°Ô! 

ÇÑ¿©¸§ ¹«</a></td>
              </tr>
              
              <tr align=right> 
                <td align="right"><a href='./contents/article/presearcharticle.asp'>more..</a></td>
              </tr>
            </table>
          </td>
        </tr>
        <tr> 
          <td valign="top"> 
            <table border="0" width="98%" cellspacing="0" cellpadding="0" align="center">
              <!--°øÁö»çÇ×-->
              
              <tr> 
                <td width="205" valign="top" height="20" background="images/main_title_bg.gif"><img src="images/main_title04.gif" width="220" height="20"></td>
              </tr>
              <tr> 
                <td width="205" valign="top" height="5"> 
                  <div align="center"><img src="images/blank10.gif" width="10" height="5"></div>
                </td>
              </tr>
              
              <tr> 
                <td width="205" style="line-height: 200%"><a href="/Board2000/Content.ASP?BID=51&ID=14610"> 
                  <img border="0" src="images/dot01.gif" width="10" height="10">Àü¹®È¸¿ø °Ô½ÃÆÇ                                                                 <br>
                  </a></td>
              </tr>
              
              <tr> 
                <td width="205" style="line-height: 200%"><a href="/Board2000/Content.ASP?BID=51&ID=14371"> 
                  <img border="0" src="images/dot01.gif" width="10" height="10">2009³â ¿¬°£ ±âÈ¹¾È                                                              <br>
                  </a></td>
              </tr>
              
              <tr> 
                <td width="205" style="line-height: 200%"><a href="/Board2000/Content.ASP?BID=51&ID=14051"> 
                  <img border="0" src="images/dot01.gif" width="10" height="10">[°øÁö] 11¿ù 29ÀÏ XP-DAY ¾È³»                                                    <br>
                  </a></td>
              </tr>
              
              <tr align=right> 
                <td><a href='./Board2000/List.ASP?BID=51'>more..</a></td>
              </tr>
            </table>
          </td>
          <td width="10" valign="top" height="20">&nbsp; </td>
          <td valign="top"> 
            <table border="0" width="98%" cellspacing="0" cellpadding="0" align="center">
              <tr> 
                <td width="205" valign="top" height="20" background="images/main_title_bg.gif"><img src="images/main_title05.gif" width="220" height="20"></td>
              </tr>
              <tr> 
                <td width="205" valign="top" height="5"> 
                  <div align="center"><img src="images/blank10.gif" width="10" height="5"></div>
                </td>
              </tr>
              <!--°øÁö»çÇ×-->
              
              <tr> 
                <td width="205" style="line-height: 200%"><a href="/Board2000/Content.ASP?BID=55&ID=16709">
                  <img border="0" src="images/dot01.gif" width="10" height="10">[´äº¯]                                                                          <br>
                  </a></td>
              </tr>
              
              <tr> 
                <td width="205" style="line-height: 200%"><a href="/Board2000/Content.ASP?BID=55&ID=16706">
                  <img border="0" src="images/dot01.gif" width="10" height="10">°í°´ÀÏ°¨ ¸»ÀÎµ¥¿ä.                                                              <br>
                  </a></td>
              </tr>
              
              <tr> 
                <td width="205" style="line-height: 200%"><a href="/Board2000/Content.ASP?BID=55&ID=16696">
                  <img border="0" src="images/dot01.gif" width="10" height="10">[´äº¯]                                                                          <br>
                  </a></td>
              </tr>
              
              <tr align=right> 
                <td><a href="/member/preaddmember.asp">more..</a></td>
              </tr>
            </table>
          </td>
        </tr>
        <tr> 
          <td valign="top">&nbsp;</td>
          <td width="10" valign="top">&nbsp;</td>
          <td valign="top">&nbsp;</td>
        </tr>
        <tr> 
          <td valign="top" colspan="3">
            <table width="465" border="0" cellspacing="0" cellpadding="0">
              <tr> 
                <td colspan="3"><b><img src="images/banner/blank10.gif" width="10" height="10"></b></td>
              </tr>
              <tr> 
                <td colspan="3"><img src="images/service_area.gif" width="465" height="24"></td>
              </tr>
              <tr> 
                <td colspan="3"><b><img src="images/banner/blank10.gif" width="10" height="5"></b></td>
              </tr>
              <tr> 
                <td width="120"><img src="images/contents_mall.gif" width="120" height="18"></td>
                <td width="10"> 
                  <div align="center">:</div>
                </td>
                <td width="335"><a href="/contents/article/presearcharticle.asp">¿ø°í¸ô</a></td>
              </tr>
              <tr> 
                <td colspan="3"><img src="images/banner/blank10.gif" width="10" height="2"></td>
              </tr>
              <tr> 
                <td><img src="images/com_service.gif" width="120" height="18"></td>
                <td> 
                  <div align="center">:</div>
                </td>
                <td><a href="/web/contentsservice.asp">ÀüÀÚ»çº¸ 
                  ¼­ºñ½º</a>¤Ó<a href="/web/webwriting.asp">À¥¶óÀÌÆÃ</a>¤Ó<a href="/web/multiwebwriting.asp">´Ù±¹¾îÀ¥¶óÀÌÆÃ</a></td>
              </tr>
              <tr> 
                <td colspan="3"><img src="images/banner/blank10.gif" width="10" height="2"></td>
              </tr>
              <tr> 
                <td valign="top"><img src="images/writing_service.gif" width="120" height="18"></td>
                <td> 
                  <div align="center">:</div>
                  </td>
                <td><a href="/writing/interview.asp">ÃëÀç´ëÇà</a>¤Ó<a href="/writing/writing.asp">¿ø°íÀÛ¼º(´ëÇÊ,¸Å´º¾ó..)</a>¤Ó<a href="/writing/press.asp">º¸µµÀÚ·á 
                  ÀÛ¼º</a>¤Ó</td>
              </tr>
              <tr> 
                <td valign="top">&nbsp;</td>
                <td valign="top">&nbsp;</td>
                <td><a href="/writing/report.asp">¸®Æ÷Æ® 
                  ÀÛ¼º</a>¤Ó<a href="/program/ProjectNotice.asp">»§»§±âÈ¹¾È</a></td>
              </tr>
            </table>
          </td>
        </tr>
      </table>       
      <table border="0" width="100%" cellspacing="0" cellpadding="0">
        <tr> 
          <td align="center"><b><img src="images/banner/blank10.gif" width="10" height="6"></b></td>
        </tr>
        <tr> 
          <td width="100%" align="center"><img border="0" src="images/bottom.gif" width="597" height="17"></td>
        </tr>
      </table>   
      <table border="0" width="100%" cellspacing="0" cellpadding="0">   
        <tr>   
          <td width="100%" height="50" valign="top"><div align="center"><font face="±¼¸², ±¼¸²Ã¼" size="-1" color="#333333">Copyright(c)                                      
          2010 (ÁÖ)¶óÀÌÅÍ½º All Right Reserved. For More Information</font></div>                                    
        <div align="center"><font face="±¼¸², ±¼¸²Ã¼" size="-1" color="#333333">&nbsp;Contact to<a href="mailto:writers@writers.co.kr" style="color: #669900">                                 
          <u> Webmaster</u></a></font>,<a href="always/privacy.asp" target="mainright">                           
          <u>°³ÀÎÁ¤º¸º¸È£Á¤Ã¥</u></a></div>
          </td>   
        </tr>   
      </table>   
    </td>       
  </tr>       
</table>
</body>       
</html>       
