
function goHome()
{
		document.location = '/index.html';
}

//
function go1(chk)
{
        if (chk==0) {
			document.location ='/contents/company/company01.html?sm=1_1';
		}  else if (chk==1) {
			document.location ='/contents/company/company01.html?sm=1_1';
		} else if (chk==2) {
			document.location ='/contents/company/company02.html?sm=1_2';
		} else if (chk==3) {
			document.location ='/contents/company/company03.html?sm=1_3';
		} else if (chk==4) {
			document.location ='/contents/company/company04.html?sm=1_4';
		} else if (chk==5) {
			document.location ='/common/board/list.html?a_gb=board&a_cd=4&a_item=0&page=';
		}  else if (chk==6) {
			document.location ='/contents/company/company06.html?sm=1_6';  
		}
}


// Á¦Ç°¼Ò°³

function  go2(chk)
{
if (chk==0) {
			document.location ='/contents/product/product01.html?sm=2_1'; 
		}  else if (chk==1) {
			document.location ='/contents/product/product01.html?sm=2_1'; 
		}  else if (chk==11) {
			document.location ='/contents/product/product01_1.html?sm=2_1_1'; 
        }  else if (chk==12) {
			document.location ='/contents/product/product01_2.html?sm=2_1_2'; 
		} else if (chk==2) {
			document.location ='/contents/product/product02.html?sm=2_2'; 
		} else if (chk==3) {
			document.location ='/contents/product/product03.html?sm=2_3'; 
		} 
}


/// ¿¬±¸°³¹ß
function  go3(chk)
{
if (chk==0) {
			document.location ='/contents/rnd/rnd01.html?sm=3_1'; 
		}  else if (chk==1) {
			document.location  ='/contents/rnd/rnd01.html?sm=3_1'; 
		}  else if (chk==2) {
			document.location  ='/contents/rnd/rnd02.html?sm=3_2'; 
		}  else if (chk==3) {
			document.location  ='/contents/rnd/rnd03.html?sm=3_3'; 
		} 
}


//ÀÚ·á½Ç
function  go4(chk)
{
if (chk==0) {
			document.location ='/common/board/list.html?a_gb=board&a_cd=5&a_item=0'; 
		}  else if (chk==1) {
			document.location  ='/common/board/list.html?a_gb=board&a_cd=5&a_item=0'; 
		} 
}


// °í°´¼¾ÅÍ
function  go5(chk)
{
if (chk==0) {
			document.location ='/common/board/list.html?a_gb=board&a_cd=1&a_item=0&page='; 
		}  else if (chk==1) {
			document.location  ='/common/board/list.html?a_gb=board&a_cd=1&a_item=0&page='; 
		} else if (chk==2) {
			document.location ='/common/consult/postform.html?a_gb=consult&a_cd=1&a_item=0'; 
		}   else if (chk==3) {
			document.location  ='/common/board/list.html?a_gb=board&a_cd=2&a_item=0&page='; 
		} 
}


// »çÀÌÆ®¸Ê.
function  go6(chk)
{
		if (chk==1) {
			document.location = '/contents/sitemap/sitemap01.html?sm=6_1';
		}
}



// e-book
function  etc(chk)
{
		if (chk==1) {
			document.location = '/ebook/ebook2.htm';
		}
}


/// mail
function mail(chk)
{
		if (chk==1) {
			document.location = 'mailto:webmaster@cnm2000.co.kr';
		}
}


function GoTop()
{
		document.location = '#top';
}


