//ÇÃ·¡½¬¿¡¼­  link[1] = "javascript:a1();";
//ÇÃ·¡½¬¿¡¼­  on (release){     getURL("javascript:a1();");     }
//<a href="javascript:a1();">
//´ëÇÐ±³À°¼Ò°³ = intro = a
//¿Â¶óÀÎÄ®·³ = colum = b
//Áö³­È£º¸±â = view = c
//±¸µ¶½ÅÃ» = subscribe = d
//Åõ°íÁ¢¼ö = contribute = e
//±¤°í½ÅÃ» = advertise = f
//ÀÚÀ¯°Ô½ÃÆÇ = free = g





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


//´ëÇÐ±³À°¼Ò°³
function a1(){	location.href="/intro/intro_01.htm";}


//¿Â¶óÀÎÄ®·³
function b1(){	location.href="/last/culm_list.html";}

//Áö³­È£º¸±â
function c1(){	location.href="/last/sub.html";}


//±¸µ¶½ÅÃ»
function d1(){	location.href="/subscribe/subscribe_01.htm";}


//Åõ°íÁ¢¼ö
function e1(){	location.href="/contribute/contribute_01.htm";}


//±¤°í½ÅÃ»
function f1(){	location.href="/advertise/advertise_01.htm";}


//ÀÚÀ¯°Ô½ÃÆÇ
function g1(){	location.href="/last/free_list.html";}

//±âÅ¸

function etc1(){	location.href="mailto:infor@kcue.or.kr";}
function etc2(){	window.open("http://mzadmin.kcue.or.kr/");}