////////////////////////// // Site Link ////////////////////////// document.oncontextmenu=function(){return false;} document.ondragstart=function(){return false;} document.onselectstart=function(){return false;} document.onmousedown=click document.onkeydown=click function click(event) { if ((event.button==2) || (event.button==3) || (event.keyCode == 93)) { return false; } else { if((event.ctrlKey) && (event.keyCode == 67)) { return false; } } } function _GoPage(name) { var site = eval(name); if (site[0] == "") { alert("¼­ºñ½º ÁغñÁßÀÔ´Ï´Ù."); return; } else { switch (site[1]) { case "_self" : document.location.href = site[0]; break; case "_parent" : parent.document.location.href = site[0]; break; case "_blank" : window.open(site[0],'_blank'); break; case "popup" : window.open(site[0],'','width='+site[2]+',height='+site[3]+',left=0,top=0,toolbar='+site[5]+',scrollbars='+site[4]+',resizable='+site[6]); break; case "msg" : alert(site[0]); break; default : alert("¸µÅ©¿À·ù"); } } } // Main ÆäÀÌÁö Home = new Array("/","_self"); // HOME contactus = new Array("mailto:hceo@bembe.co.kr","_blank"); // Contact US sitemap = new Array("/html/main/sitemap.html","popup",607,550); // Site Map intranet = new Array("mailto:hspark@sungshin.ac.kr","_blank"); // Intranet // company company01 = new Array("/html/company/company_0101.html","_self"); company02 = new Array("/html/company/company_0201.html","_self"); company03 = new Array("/kr/company/history.php","_self"); company04 = new Array("/html/company/company_0401.html","_self"); // product product01 = new Array("/html/product/product_0000.html","_self"); product02 = new Array("/html/product/product_0101.html","_self"); product03 = new Array("/html/product/product_0201.html","_self"); product04 = new Array("/html/product/product_0401.html","_self"); product05 = new Array("/html/product/product_0501.html","_self"); product06 = new Array("/html/product/product_0601.html","_self"); product07 = new Array("/html/product/product_0701.html","_self"); product08 = new Array("/html/product/product_0801.html","_self"); // information information01 = new Array("/html/information/information_0101.html","_self"); information02 = new Array("/html/information/information_0201.html","_self"); information03 = new Array("/html/information/information_0301.html","_self"); // gallery gallery01 = new Array("/kr/src/board.php?m=list&s=gallery","_self"); gallery02 = new Array("/kr/src/board.php?m=list&s=gallery2","_self"); // service service01 = new Array("/kr/src/board.php?m=list&s=notice","_self"); service02 = new Array("/kr/src/inquiry.php","_self"); // adcon adcon = new Array("http://bembe.active-online.de/en_en/","popup",1000,680); // BEMBE DESIGNER