//Çö´ëÁß°ø¾÷ Äü´Ù¿î·Îµå ¸µÅ© 
//KR
function goDownKR(num){
	    if (num=='m01'){
		    document.location.href='http://hhiir.com/Class/download.asp?filename=2007_05_IRnews_Kor.pdf&filepath=IRNews/'; // ¿ù°£IR´º½º
	    } else if (num=='m02'){
		    document.location.href='http://hhiir.com/Class/download.asp?filename=PT2007_4_Kor.pdf&filepath=presentation/'; // IRÇÁ·¹Á¨Å×ÀÌ¼Ç
	    }else if (num=='m03'){
		    document.location.href='http://hhiir.com/Class/download.asp?filename=HHI_AR_0425(Final).pdf&filepath=Annual/2006/'; // Annual Report
		}else if (num=='m04'){
		    document.location.href='http://hhiir.com/Class/download.asp?filename=2007Q1_c_report.pdf&filepath=IR/Board/'; // °¨»çº¸°í¼­
		}
}
//EN
function goDownEN(num){
	    if (num=='m01'){
		    document.location.href='http://hhiir.com/Class/download.asp?filename=2007_05_IRnews_Eng.pdf&filepath=IRNews/EN'; // ¿ù°£IR´º½º
	    } else if (num=='m02'){
		    document.location.href='http://hhiir.com/Class/download.asp?filename=PT2007_4_Eng.pdf&filepath=presentation/'; // IRÇÁ·¹Á¨Å×ÀÌ¼Ç
	    }else if (num=='m03'){
		    document.location.href='http://hhiir.com/Class/download.asp?filename=HHI_AR_0425(Final).pdf&filepath=Annual/2006/'; // Annual Report
		}else if (num=='m04'){
		    document.location.href='http://hhiir.com/Class/download.asp?filename=HHI_NCaud2007(f).pdf&filepath=IR/Board/'; // °¨»çº¸°í¼­
		}
}