// index
function home() {
 location.href="/main.htm";
}



// Àü½Ã°³¿ä > Àü½Ã°³¿ä
function expo01() {
 location.href="/expo/expo_1.htm";
}

// Àü½Ã°³¿ä > °øµ¿ÁÖÃÖÀÚ
function expo02() {
 location.href="/expo/expo_2.htm";
}

// Àü½Ã°³¿ä > Áß±¹ÀüÀÚ ¹× IT ÀüÀÚ
function expo03() {
 location.href="/expo/expo_3.htm";
}



// Âü°¡¾È³» > Âü°¡¾È³»
function exhi01() {
 location.href="/exhi/exhi_1.htm";
}

// Âü°¡¾È³» > Àü½ÃÇ°¸ñ
function exhi02() {
 location.href="/exhi/exhi_2.htm";
}

// Âü°¡¾È³» > Àü½ÃÀÏÁ¤
function exhi03() {
 location.href="/exhi/exhi_3.htm";
}



// AEES 2005 °á°úº¸±â
function aees01() {
 location.href="/aees2005/aees2005_1.htm";
}

// AEES 2005 °á°úº¸±â > ºÎ½º¹èÄ¡µµ
function aees02() {
 location.href="/aees2005/aees2005_2.htm";
}

// AEES 2005 °á°úº¸±â > AEES 2005 °á°úº¸°í¼­
function aees03() {
 location.href="/aees2006/aees2006_3.htm";
}

// AEES 2005 °á°úº¸±â > È­º¸
function aees04() {
 location.href="/aees2006/aees2006_4.htm";
}



// Q&A  
function qna() {
 location.href="/qna/QNA_List.htm";
}

// sitemap  
function sitemap() {
 location.href="/sitemap/sitemap.htm";
}

// contact 
function contact() {
 location.href="mailto:jiahn@gokea.org";
}