function ly_open_windowClose(id,refresh,url){ if(id){ $('#'+id).hide(); }else{ $('#pop_wrap').hide(); } $('#pop_map').hide(); $('#pop_confrim').hide(); if(refresh){ location.reload(); } } function ly_open_window(url, name, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable,buttons){ var contents = ""; if(!$('#pop_wrap').attr('id')){ if(name){ contents += '

'+name+'

'; } contents += '·¹À̾î´Ý±â'; var div = document.createElement('div'); $(div).attr('ID','pop_wrap') $(div).css({top:top+"px",left:left+"px",width:width+"px",height:height+"px"}) var div_con = document.createElement('div'); $(div_con).attr('ID','pop_content'); $(div_con).html(contents); $(div).append(div_con); $('body').append(div); var dl = document.createElement('dl'); $(dl).addClass('ly_body'); var div_footer = document.createElement('div'); $(div_footer).attr('ID','pop_footer'); $(div_con).append(dl); $(div_con).append(div_footer); $('#pop_wrap').draggable(); }else{ document.getElementById('pop_wrap').style.display=""; } $('#pop_wrap .ly_header').html(name); $('#pop_wrap .ly_body').html("