// JavaScript Document

// index
function index(){location.href="/"}

// Ç²ÅÍ
function intranet(){location.href=""} // ÀÎÆ®¶ó³Ý
function jobboard(){location.href=""} // ¾÷¹«¿ë°Ô½ÃÆÇ
function person(){location.href=""}  // °³ÀÎº¸È£Á¤Ã¥
function sitemap(){location.href="/sitemap/sitemap.php"}  // »çÀÌÆ®¸ã
function en_home(){location.href="http://en.mobigen.com"}  // ¿µ¹®»çÀÌÆ®

function telecom(){location.href="http://product.mobigen.com/index_2.php"}  // °³ÀÎº¸È£Á¤Ã¥
function messange(){location.href="http://product.mobigen.com"}  // °³ÀÎº¸È£Á¤Ã¥


function brochure(){alert ("¼­ºñ½º ÁØºñÁßÀÔ´Ï´Ù.")}  // ¿Â¶óÀÎºê·Î½´¾î
function contact(){location.href="/sub02/sub_04.php"}  
function contactindex(){location.href="/sub02/sub_04.php"}  //Á¦ÈÞ¹× »ç¾÷¹®ÀÇ



function sub01(){location.href="/sub01/sub_01.php"} // È¸»ç¼Ò°³
function sub02(){location.href="/sub02/sub_01.php"} // »ç¾÷¼Ò°³
function sub03(){location.href="/sub03/brd_list.php?ID=notice"} // ´º½º
function sub04(){location.href="/sub04/sub_01.php"} // Ã¤¿ëÁ¤º¸





// sub_01 È¸»ç¼Ò°³

function sub01_sub01(){location.href="/sub01/sub_01.php"} // ceo ÀÎ»ç
function sub01_sub02(){location.href="/sub01/sub_02.php"} // °³¿ë
function sub01_sub03(){location.href="/sub01/sub_03.php"} // ¿¬Çõ
function sub01_sub04(){location.href="/sub01/sub_04.php"} // ÁöÀûÀç»ê±Ç
function sub01_sub05(){location.href="/sub01/sub_05.php"} // ¿À½Ã´Â ±æ



// sub_02 »ç¾÷¼Ò°³

function sub02_sub01(){location.href="/sub02/sub_01.php"} // »ç¾÷ºÐ¾ß
function sub02_sub02(){location.href="/sub02/sub_02.php"} // »ç¾÷½ÇÀû
function sub02_sub03(){location.href="/sub02/sub_03.php"} // Çù·Â»ç
function sub02_sub04(){location.href="/sub02/sub_04.php"} // Á¦ÈÞ¹®ÀÇ




// sub_03 ´º½º

function sub03_sub01(){location.href="/sub03/brd_list.php?ID=notice"} // °øÁö»çÇ×
function sub03_sub02(){location.href="/sub03/brd_list.php?ID=news"} // ¾÷°è µ¿Çâ




// sub_04 Ã¤¿ëÁ¤º¸

function sub04_sub01(){location.href="/sub04/sub_01.php"} // Ã¤¿ë¾È³»
function sub04_sub02(){location.href="/sub04/sub_02.php"} // ÀÎÀç»ó
function sub04_sub03(){location.href="/sub04/sub_03.php"} // ÀÎÀçÀ°¼ºÁ¦µµ
function sub04_sub04(){location.href="/sub04/sub_05.php"} // ÀÎ»ç Á¦µµ
function sub04_sub05(){location.href="/sub04/sub_05.php"} // º¹Áö Á¦µµ



// ¸µÅ© Å×µÎ¸® ¾ø¾Ö±â

function bluring(){ 
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus(); 
} 
document.onfocusin=bluring; 

