function flash(file,width,height,bgcolor,quality,name){
document.write('')
}
function active(){
document.write('');
}
function quick_menu(){
document.write('
');
document.write('
');
document.write('
');
document.write('
');
document.write('
');
document.write('
');
document.write('
');
document.write('
');
}
function quick_menu1(){
document.write('
');
document.write('
');
document.write('
');
document.write('
');
document.write('
');
document.write('
');
document.write('
');
document.write('
');
}
function LoginData2(form)
{
var dn;
var signeddata;
if(!CheckAX()) {
alert("클라이언트 프로그램이 설치되지 않아 수행할 수 없습니다.");
return;
}
dn = document.AxKCASE.ActiveSelectCert();
if ((dn == null) || (dn == ""))
{
// alert("1111");
// window.open('user_info.do','Change','scrollbars=no,toolbar=no,resizable=no,width=440,height=600, left=100,top=100');
return;
}
//signeddata = document.AxKCASE.ActiveSignedData(dn, "",dn);
// if( signeddata == null || signeddata == "" )
// {
// errmsg = document.AxKCASE.GetErrorContent();
// errcode = document.AxKCASE.GetErrorCode();
// history.go(-1);
// return;
// }
form.signed_data.value = dn;
form.submit();
}