// ¸ÞÀÎ¸Þ´º
function main01() {
	location.href = "/intro/index.jsp";
}

function main02() {
	location.href = "/product/oled/index.jsp";
}

function main03() {
	location.href = "/service/index.jsp";
}

function main04() {
	location.href = "/news/index.jsp";
}


// È¸»ç¼Ò°³
function intro01() {
	location.href = "/intro/index.jsp";
}
function intro02() {
	location.href = "/intro/history.jsp";
}
function intro03() {
	location.href = "/intro/contact.jsp";
}
function intro04() {
	location.href = "/intro/careers.jsp";
}
function intro05() {
	location.href = "/intro/online.jsp";
}


// Á¦Ç°¼Ò°³
function product01() {
	location.href = "/product/index.jsp";
}
function product02() {
	location.href = "/product/oled/index.jsp";
}
function product03() {
	location.href = "/product/motor/index.jsp";
}
function product04() {
	location.href = "/product/led/index.jsp";
}



// µðÀÚÀÎ¼­ºñ½º
function service01() {
	location.href = "/service/index.jsp";
}
function service02() {
	location.href = "/service/driver.jsp";
}

function service03() {
	location.href = "/service/other.jsp";
}


// ´º½º
function news01() {
	location.href = "/news/index.jsp";
}

// »çÀÌÆ®¸Ê
function map01() {
	location.href = "/member/sitemap.jsp";
}

