// GNB 留곹겕
function goUrl1() {window.open("bj_intro_01.asp", "_self");}           // 蹂몄＝釉뚮옖??
function goUrl2() {window.open("bj_intro_05_list.asp", "_self");}      // ?댁쇅留ㅼ옣
function goUrl3() {window.open("bj_intro_02_list.asp", "_self");}      // ?몃줎蹂대룄
function goUrl4() {window.open("bj_intro_03_list.asp", "_self");}      // 怨듭??ы빆
function goUrl5() {window.open("bj_intro_04_01.asp", "_self");}        // 蹂몄＝?띾낫?곸긽

function goUrl22() {window.open("bj_menu_01.asp", "_self");}            // 異붿쿇硫붾돱
function goUrl23() {window.open("bj_menu_05.asp", "_self");}           // ?꾨━誘몄뾼二?
function goUrl24() {window.open("bj_menu_06.asp", "_self");} 		     // ?대Ъ蹂꾨?二?
function goUrl25() {window.open("bj_menu_07.asp", "_self");}            // ?뱀꽑?곸뼇二?
function goUrl26() {window.open("bj_menu_08.asp", "_self");}           // ?⑥쟾二?
function goUrl27() {window.open("bj_menu_02.asp", "_self");}            // ?꾪넻嫄닿컯二?
function goUrl28() {window.open("bj_menu_04.asp", "_self");}            // 蹂몄븘湲곗＝
function goUrl29() {window.open("bj_event_01_list.asp", "_self");}      // ?⑥껜二쎌＜臾?


function goUrl10() {window.open("bj_store_01_list.asp", "_self");}      // 蹂몄＝留ㅼ옣李얘린
function goUrl11() {window.open("bj_store_02_list.asp", "_self");}      // 留ㅼ옣?뚯떇
function goUrl12() {window.open("bj_store_03_list.asp", "_self");}      // ?곗닔留ㅼ옣
function goUrl9() {window.open("bj_store_04_list.asp", "_self");}       // star留ㅼ옣

function goUrl13(){window.open("bj_cs_01_list.asp", "_self");}         // ?먯＜臾삳뒗吏덈Ц
function goUrl14(){window.open("bj_cs_02_01.asp", "_self");}              // ?⑤씪?몃Ц??
function goUrl15(){window.open("bj_cs_03_list.asp", "_self");}         // ?꾨Ⅴ諛붿씠?몃え吏?
function goUrl16(){window.open("bj_cs_04.asp", "_self");}         // ?곹뭹沅?諛??앹궗沅??덈궡


function goUrl17(){window.open("bj_if_01.asp", "_self");}         // 蹂몄븘?댁뿉??> OVERVIEW
function goUrl18(){window.open("bj_if_02.asp", "_self");}         // 蹂몄븘?댁뿉??> 蹂몃퉬??誘몄뀡
function goUrl19(){window.open("bj_if_03.asp", "_self");}         // 蹂몄븘?댁뿉??> 湲곗뾽?고쁺
function goUrl20(){window.open("bj_if_04.asp", "_self");}         // 蹂몄븘?댁뿉??> 湲곗뾽臾명솕

function goUrl30(){window.open("http://changup.bonfamily.co.kr/default.asp", "_blank");} // 李쎌뾽?덈궡


// QUICK 留곹겕
function quick1() {window.open("http://www.bonbab.co.kr", "_blank");}
function quick2() {window.open("http://www.bonguksu.co.kr", "_blank");}
function quick3() {window.open("http://changup.bonfamily.co.kr", "_blank");}
function quick4() {window.open("http://fran.bonfamily.co.kr", "_blank");}
function quick5() {window.open("http://community.bonfamily.co.kr", "_blank");}
function quick6() {window.open("http://www.bonmall.co.kr", "_blank");}
<!--function quick6() {alert('以鍮꾩쨷?낅땲??');}-->
function quick7() {window.open("http://campaign.bonfamily.co.kr", "_blank");}
function quick8() {window.open("http://www.bonguksu.co.kr", "_blank");}
function quick9() {window.open("http://www.bonenjoy.co.kr/", "_blank");}

// NS vs IE(釉뚮씪?곗?蹂?泥댄겕?섏뿬 CSS?곸슜)

if(navigator.appName == "Netscape" || navigator.appName == "Opera"){ 
	document.write("<link rel='StyleSheet' href='css/design_ns.css' type='text/css'>");
}else{
	document.write("<link rel='StyleSheet' href='css/design.css' type='text/css'>");
}


// ?⑤?由??ъ씠??
function fs() {
    if(document.getElementById("fs").style.display == "none") {
       document.getElementById("fs").style.display = "block";
       return false;
    }
    if(document.getElementById("fs").style.display == "block") {
       document.getElementById("fs").style.display = "none";
       return false;
    }
}

// 硫붿씤?섏씠 而⑦뀗痢?由ъ뒪??
function fbOn() {
    document.getElementById("fbOff").style.display = "none";
    document.getElementById("fbOn").style.display = "";
}
function fbOff() {
    document.getElementById("fbOn").style.display = "none";
    document.getElementById("fbOff").style.display = "";
}


// 吏?뺤쐞移섏뿉???ㅽ겕濡ㅻ컮瑜??곕씪 ?ㅻ떂.
var persistclose=0; //set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session
var startX = 902; //set x offset of bar in pixels
var startY = 271; //set y offset of bar in pixels

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) {
offset += search.length
end = document.cookie.indexOf(";", offset);
if (end == -1) end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}

var verticalpos="fromtop"

function closebar(){
if (persistclose)
document.cookie="remainclosed=1"
document.getElementById("topbar").style.visibility="hidden"
}

function staticbar(){

    var ns = (navigator.appName.indexOf("Netscape") != -1);
    var d = document;
    function ml(id){
        var el=d.getElementById(id);
        if (!persistclose || persistclose && get_cookie("remainclosed")=="")
        el.style.visibility="visible"
        if(d.layers)el.style=el;
        el.sP=function(x,y){this.style.left=x+"px";this.style.top=y+"px";};
        el.x = startX;
        if (verticalpos=="fromtop")
        el.y = startY;
        else{
        el.y = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight;
        el.y -= startY;
        }
        return el;
    }
    window.stayTopLeft=function(){
        if (verticalpos=="fromtop"){
        var pY = ns ? pageYOffset : iecompattest().scrollTop;
        ftlObj.y += (pY + startY - ftlObj.y)/8;
        }
        else{
        var pY = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight;
        ftlObj.y += (pY - startY - ftlObj.y)/8;
        }
        ftlObj.sP(ftlObj.x, ftlObj.y);
        setTimeout("stayTopLeft()", 10);
    }
    ftlObj = ml("topbar");
    stayTopLeft();
}

if (window.addEventListener)
window.addEventListener("load", staticbar, false)
else if (window.attachEvent)
window.attachEvent("onload", staticbar)
else if (document.getElementById)
window.onload=staticbar

// flashWrite(?뚯씪寃쎈줈, 媛濡? ?몃줈, ?꾩씠?? 諛곌꼍?? 蹂?? ?덈룄?곕え?? ?ㅼ???
function flashWrite(url,w,h,id,bg,vars,win, scale){

	// ?뚮옒??肄붾뱶 ?뺤쓽
	var flashStr=
	"<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='"+w+"' height='"+h+"' id='"+id+"' align='middle'>"+
	"<param name='allowScriptAccess' value='always' />"+
	"<param name='movie' value='"+url+"' />"+
	"<param name='FlashVars' value='"+vars+"' />"+
	"<param name='wmode' value='"+win+"' />"+
	"<param name='menu' value='false' />"+
	"<param name='quality' value='high' />"+
	"<param name='bgcolor' value='"+bg+"' />"+
	"<param name='scale' value="+scale+" />"+
	"<embed src='"+url+"' FlashVars='"+vars+"' wmode='"+win+"' menu='false' quality='high' bgcolor='"+bg+"' width='"+w+"' height='"+h+"' name='"+id+"' scale='"+scale+"' align='middle' allowScriptAccess='always' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />"+
	
	"</object>";

	// ?뚮옒??肄붾뱶 異쒕젰
	document.write(flashStr);

}