

function f_link(link){
	// ¸Þ´º ÇÃ·¡½Ã
	// ³ì»ö¿©°¡Ã¼Çè
	if     ( link == "01_00" ){ document.location.href='/ge/ge000.asp';}
	else if( link == "01_01" ){ document.location.href='/ge/ge001.asp?hb_themeCode=PRTHM001&visible=vis1';}
	else if( link == "01_02" ){ document.location.href='/ge/ge001.asp?hb_themeCode=PRTHM002&visible=vis2';}
	else if( link == "01_03" ){ document.location.href='/ge/ge001.asp?hb_themeCode=PRTHM003&visible=vis3';}
	else if( link == "01_04" ){ document.location.href='/ge/ge004.asp?hb_themeCode=PRTHM004&visible=vis4';}
	else if( link == "01_05" ){ document.location.href='/ge/ge005.asp?hb_themeCode=PRTHM005&visible=vis5';}
	else if( link == "01_06" ){ document.location.href='/ge/ge006.asp?hb_themeCode=PRTHM006&visible=vis6';}
	//¼÷¹ÚÁ¤º¸
	else if( link == "02_00" ){ document.location.href='/li/li000.asp';}
	else if( link == "02_01" ){ document.location.href='/li/li001.asp?hb_themeCode=PRTHM007&visible=vis2';}
	else if( link == "02_02" ){ document.location.href='/li/li001_01.asp?hb_themeCode=PRTHM008&visible=vis3';}
	else if( link == "02_03" ){ document.location.href='/li/li004.asp?hb_themeCode=PRTHM011&visible=vis6';}
	else if( link == "02_04" ){ document.location.href='/li/li002.asp?hb_themeCode=PRTHM009&visible=vis4';}
	else if( link == "02_05" ){ document.location.href='/li/li003.asp?hb_themeCode=PRTHM010&visible=vis5';}
	
	
	//Çà»ç·¹Æ÷Ã÷
	else if( link == "03_00" ){ document.location.href='/el/el000.asp';}
	else if( link == "03_01" ){ document.location.href='/el/el001.asp?visible=vis1';}
	else if( link == "03_02" ){ document.location.href='/el/el002.asp?visible=vis2';}
	//µµµ¿±³·ù
	else if( link == "04_00" ){ document.location.href='/ci/ci000.asp';}
	else if( link == "04_01" ){ document.location.href='/ci/ci003.asp?visible=vis3';}
	else if( link == "04_02" ){ document.location.href='/ci/ci002.asp?visible=vis2';}
	else if( link == "04_03" ){ document.location.href='/ci/ci001.asp?visible=vis1&hb_Bbsmgr_Code=BDWEEK01';}
	else if( link == "04_04" ){ document.location.href='/ci/page/ci_006.asp?visible=vis4&hb_Bbsmgr_Code=BDMAIN02';}
	else if( link == "04_05" ){ document.location.href='/ci/ci004.asp?visible=vis5';}
	//Âü¿©°ø°£
	else if( link == "05_00" ){ document.location.href='/by/by000.asp';}
	else if( link == "05_01" ){ document.location.href='/by/page/by_001.asp?visible=vis1&hb_Bbsmgr_Code=BDFREE01';}
	else if( link == "05_02" ){ document.location.href='/by/page/by_002.asp?visible=vis2&hb_ObjCode=TT42000000000';}
	else if( link == "05_03" ){ document.location.href='/by/page/by_003.asp?visible=vis3&hb_PhotoManager_ID=PTMAIN01';}
	else if( link == "05_04" ){ document.location.href='/by/page/by_004.asp?visible=vis4&hb_Bbsmgr_Code=BDMUTI01';}
	else if( link == "05_05" ){ document.location.href='/by/page/by_005.asp?visible=vis5&hb_Bbsmgr_Code=BDNOTI01';}
	else if( link == "05_06" ){ document.location.href='/by/page/by_006.asp?visible=vis6&hb_Bbsmgr_Code=BDMAIN01';}
	
	else if( link == "05_07" ){ document.location.href='/by/page/by_005.asp?visible=vis7&hb_Bbsmgr_Code=BDNOTI02';}
	else if( link == "05_08" ){ document.location.href='/by/page/by_005.asp?visible=vis8&hb_Bbsmgr_Code=BDNOTI03';}
	//HOME
	else if( link == "00_00" ){ document.location.href='/main.html';}
}



function f_moveScroll(doc, t){
	if ( t == "U") {
		doc.document.body.scrollTop-=25;
	} else {
		doc.document.body.scrollTop+=25;
	}
}	
var fontSize = 11;


// ÆùÆ® »çÀÌÁî ´Ã¸®±â
function fontPlus() { 
	if (fontSize < 17) {
		fontSize = fontSize + 2; 
		setFaceSize();
	} 
}
//ÆùÆ® »çÀÌÁî ÁÙÀÌ±â
function fontMinus() { 
	if (fontSize >= 11) {
		fontSize = fontSize - 2; 
		setFaceSize(); 
	} 
}
//ÆùÆ® »çÀÌÁî Á¶Àý
function setFaceSize() {
	lineHeight = fontSize+Math.round(1.1*fontSize);
	
	for(var i=0;i<30;i++) {
		
		obj = document.getElementById("font"+i);
		if(!obj){
			continue;
		}
		
		obj.style.fontSize = fontSize+"pt";
		obj.style.lineHeight = lineHeight+"px"
	}
}

function img_view(strPath,iwidth,iheight) {

	document.pic.src = strPath;
	document.pic.width = iwidth;
	document.pic.height = iheight;
	
}

function img_view1(strPath,w,h) {

window.open('/Commonlib/include/pop_img1.asp?strPath='+strPath,"pop","resizable=no,scrollbars=yes,width=470,height=370,left=30,top=10");
	
}

function img_view2(strPath,strCode) {

window.open('/Commonlib/include/tour_view.asp?strPath='+strPath +'&hb_M07_Code='+strCode,"pop","resizable=no,scrollbars=no,width=560,height=370,left=30,top=10");
	
}
function vod_view(strCode) {
window.open('/Commonlib/include/pop_vod1.asp?hb_FolderCode='+strCode,"pop","resizable=no,scrollbars=no,width=500,height=385,left=30,top=10");
}


