///////////////09-06-25 추가 - S32131
function Image_Multi_Upload_cancel()
{
}
function Image_Multi_Upload_complute(save_file_name)
{
File_names_ary=save_file_name.split("~@~");
str="";
str2="";
for(rof=0;rof
';
str2 += '';
}
}
geditor_contents.get_range();
geditor_contents.insert_editor(str);
$("div_contents_images").innerHTML += str2;
}
///////////////09-06-25 추가 - E
var conf_path = "";
function do_IdSave()
{
Obj_box_image=document.getElementById("idSave_image");
if(mainLoginForm.idSave.value=="1")
{
mainLoginForm.idSave.value="0";
Obj_box_image.src="/images/img/check_box_off.gif";
}
else
{
mainLoginForm.idSave.value="1";
Obj_box_image.src="/images/img/check_box_on.gif";
}
}