// select Ç®´Ù¿î¸Þ´º Å¸°Ù ÁöÁ¤°¡´ÉÇÑ ½ºÅ©¸³Æ®
document.write('<st'+'yle>');
document.write('.cnj_input {background-color:#eeeeee;border-width:1pt; height:16pt;cursor:hand;}');
document.write('</st'+'yle>');


// left.html Ç®´Ù¿î ¸ÇÃ³À½²¨ - ³ì»ö¿îµ¿/Ä·ÆäÀÎ
function link_go1(form) {
var f = document.cnjform1;
var uid = new Date().getTime(); 
var myindex=f.cnj_sel1.selectedIndex; 
str = new String(f.cnj_sel1.options[myindex].value); 
strarray = str.split(/,/); 
if (strarray[0] == "normal") { // ÇöÀçÃ¢¿¡¼­ ¿­±â
parent.location.href = strarray[1];
}

if (strarray[0] == "_blank") { // »õÃ¢¿¡¼­ ¿­±â
window.open(strarray[1], uid, ""); 
}

if (strarray[0] == "popup") { // popupÃ¢À¸·Î ¿­±â
window.open(strarray[1], uid, "'width=550,height=450,toolbars=0,scrollbars=0,location=0,statusbars=0,menubars=0"); 
}

myindex = 0;
}


// left.html Ç®´Ù¿î µÎ¹øÂ°²¨ - Áö¿ªÁ¶Á÷
function link_go2(form) {
var f = document.cnjform2;
var uid = new Date().getTime(); 
var myindex=f.cnj_sel2.selectedIndex; 
str = new String(f.cnj_sel2.options[myindex].value); 
strarray = str.split(/,/); 
if (strarray[0] == "normal") { // ÇöÀçÃ¢¿¡¼­ ¿­±â
parent.location.href = strarray[1];
}

if (strarray[0] == "_blank") { // »õÃ¢¿¡¼­ ¿­±â
window.open(strarray[1], uid, ""); 
}

if (strarray[0] == "popup") { // popupÃ¢À¸·Î ¿­±â
window.open(strarray[1], uid, "'width=550,height=450,toolbars=0,scrollbars=0,location=0,statusbars=0,menubars=0"); 
}

myindex = 0;
}


// left.html Ç®´Ù¿î µÎ¹øÂ°²¨ - Àü¹®±â±¸
function link_go5(form) {
var f = document.cnjform5;
var uid = new Date().getTime(); 
var myindex=f.cnj_sel5.selectedIndex; 
str = new String(f.cnj_sel5.options[myindex].value); 
strarray = str.split(/,/); 
if (strarray[0] == "normal") { // ÇöÀçÃ¢¿¡¼­ ¿­±â
parent.location.href = strarray[1];
}

if (strarray[0] == "_blank") { // »õÃ¢¿¡¼­ ¿­±â
window.open(strarray[1], uid, ""); 
}

if (strarray[0] == "popup") { // popupÃ¢À¸·Î ¿­±â
window.open(strarray[1], uid, "'width=550,height=450,toolbars=0,scrollbars=0,location=0,statusbars=0,menubars=0"); 
}

myindex = 0;
}


// left.html Ç®´Ù¿î ¼¼¹øÂ°²¨ - ½Ã¹Î¸ðÀÓ/È¸¿ø¸ðÀÓ
function link_go3(form) {
var f = document.cnjform3;
var uid = new Date().getTime(); 
var myindex=f.cnj_sel3.selectedIndex; 
str = new String(f.cnj_sel3.options[myindex].value); 
strarray = str.split(/,/); 
if (strarray[0] == "normal") { // ÇöÀçÃ¢¿¡¼­ ¿­±â
parent.location.href = strarray[1];
}

if (strarray[0] == "_blank") { // »õÃ¢¿¡¼­ ¿­±â
window.open(strarray[1], uid, ""); 
}

if (strarray[0] == "popup") { // popupÃ¢À¸·Î ¿­±â
window.open(strarray[1], uid, "'width=550,height=450,toolbars=0,scrollbars=0,location=0,statusbars=0,menubars=0"); 
}

myindex = 0;
}

// left.html Ç®´Ù¿î ³×¹øÂ°²¨ - ³ì»ö¿¬ÇÕ ºí·Î±×
function link_go4(form) {
var f = document.cnjform4;
var uid = new Date().getTime(); 
var myindex=f.cnj_sel4.selectedIndex; 
str = new String(f.cnj_sel4.options[myindex].value); 
strarray = str.split(/,/); 
if (strarray[0] == "normal") { // ÇöÀçÃ¢¿¡¼­ ¿­±â
parent.location.href = strarray[1];
}

if (strarray[0] == "_blank") { // »õÃ¢¿¡¼­ ¿­±â
window.open(strarray[1], uid, ""); 
}

if (strarray[0] == "popup") { // popupÃ¢À¸·Î ¿­±â
window.open(strarray[1], uid, "'width=550,height=450,toolbars=0,scrollbars=0,location=0,statusbars=0,menubars=0"); 
}

myindex = 0;
}