function pop1(url,name,width,height){ window.open(url,name,'width='+width+',height='+height+',scrollbars=no') } //Popup(???)

// company (picture_view)
function pic(name){
//	win1 = window.open("/kor/company/history/picture_view_"+name+".html",'picture','width=450,height=450');
	win1 = window.open("picture_view_"+name+".html",'picture','width=450,height=450');
  win1.focus();
}

// main (notice & news)
function view(tab_disp, tab_block, tab_block2) {
	document.getElementById(tab_disp).style.display = "block";
	document.getElementById(tab_block).style.display = "none";
	document.getElementById(tab_block2).style.display = "none";
}

// company (ceo)

function ceo()
{
	window.open('/company/ceo/index.asp','ceo','width=700,height=500,statusbar=yes,scrollbars=no,toolbar=no');
}

function emailCancel()
{
	window.open("/popup/email.html", "email", "width=500,height=500,statusbar=no,scrollbars=no,toolbar=no");
}

function legal()
{
	window.open("/popup/legal.html", "legal", "width=500,height=500,statusbar=no,scrollbars=no,toolbar=no");
}



