/****** ÇÃ·¡½¬¸µÅ© **************************************************************/

// È¨¹öÆ°
function goHome() {location.href = "../main/index.html";}

// ÇÏ´Ü¸Þ´º
function goCopy01() {
	openUtility('/data/data.html')
}
function goCopy02() {
	openUtility('/clipping/clipping.html')
}
function goCopy03() {
	openUtility('/reading/reading.html')
}
function goCopy04() {
	openUtility('/guja/guja_index.html');
}
function goCopy05() {
	//location.href = "/";
	openUtility('/jiju/jiju_index.html');
}


// 1depth
function oneDepth( odn)
{
	if(odn == "01") location.href = "../about/company.html";
	if(odn == "02") location.href = "../business/achievement.html";
	if(odn == "03") location.href = "../ir/financial.html";
	if(odn == "04") location.href = "../ir/financial.html";
	if(odn == "05") location.href = "../.html";
}

// about us
function twoDepth01( tdn)
{
	if(tdn == "01") location.href = "../about/company.html";
	if(tdn == "02") location.href = "../about/history.html";
	if(tdn == "03") location.href = "../about/license.html";
	if(tdn == "04") location.href = "../about/contact.html";
	if(tdn == "05") location.href = "../about/notice.html";
}

// business
function twoDepth02( tdn)
{
	if(tdn == "01") location.href = "../business/achievement.html";
	if(tdn == "02") location.href = "../business/wireless.html";
	if(tdn == "03") location.href = "../business/telematics.html";
	if(tdn == "04") location.href = "../business/lan.html";
}

// ir
function twoDepth03( tdn)
{
	if(tdn == "01") location.href = "../ir/financial.html";
	if(tdn == "02") location.href = "../ir/public.html";
	if(tdn == "03") location.href = "../ir/public.html";
	if(tdn == "04") location.href = "../recruit/recruit.html";
	if(tdn == "05") location.href = "../recruit/qna.html";
}

// ir
function twoDepth04( tdn)
{
	if(tdn == "01") location.href = "../ir/financial.html";
	if(tdn == "02") location.href = "../ir/public.html";
	if(tdn == "03") location.href = "../ir/public.html";
	if(tdn == "04") location.href = "../ir/faq.html";
}
//family site

//fine drive
function v1()
{
	window.open("http://www.fine-drive.com","v1","")
}

function v2()
{
	window.open("http://www.finehawkeye.com","v2","")
}

function v3()
{
	window.open("http://www.itango.co.kr","v3","")
}

function v4()
{
	window.open("http://www.itango.co.kr/playDigitaltour.asp","v4","width=800,height=600")
}

function v5()
{
	window.open("http://www.finelan.co.kr","v5","")
}

function v6()
{
	window.open("http://www.i7777.co.kr","v6","")
}


//¼¿·ºÆ® ¹Ú½º ¸µÅ©
function link(m)
{
	if(m == "0") location.href = "http://www.finedigital.com";
	if(m == "1") window.open("http://www.fineworks.co.kr","m1","")
	if(m == "2") window.open("http://www.witcom.co.kr","m2","")
	if(m == "3") window.open("http://www.hibrain.com","m3","")
	if(m == "4") window.open("http://www.finedigitalusa.com","m4","")
}

//¼¿·ºÆ®¹Ú½º ¸µÅ© 

function select()
{
	var f = document.form;
	var length = f.select.length;
	var selectedValue;

	for (i=0; i<length; i++)
	{
		if (f.select.options[i].selected)
			selectedValue = f.select.options[i].value;
		
			}
link(selectedValue );
			
}

