/*****************************************************************
* ´ã´çÀÚ ¸ÞÀÏ ¹ß¼Û
*****************************************************************/
function damMail(dam_name,dam_email) {
	url = "/front/member/mail_send.jsp?dam_name="+dam_name+"&dam_email="+dam_email;
	window.open(url,"dam_mail","width=430px,height=440px,scrollbars=no");
}

/*****************************************************************
* RSS
*****************************************************************/
function pop_rss(bid,agree,ctx,URL,mode,gubun) {
	url = "/front/include/pop_rss.jsp?bid="+bid+"&agree="+agree+"&ctx="+ctx+"&url="+URL+"&mode="+mode+"&gubun="+gubun;
	window.open(url,"dam_mail","width=432px,height=290px,scrollbars=no");
}

/*****************************************************************
* ÇÃ·¡½Ã
*****************************************************************/
function writeTag(msg){
	document.write (msg);
}

/*****************************************************************
* µµ¿ò¸»
*****************************************************************/
function pop_help() {
	url = "/front/include/rss_help.jsp";
	window.open(url,"rss_help","width=695px,height=595px,scrollbars=no");
}

/*****************************************************************
* ÁÖ¼Òº¹»ç
*****************************************************************/
function ctrl_c() {
    var range, obj;

    if ( !document.all ) {
        alert("ÆÄÀÌ¾îÆø½º´Â Áö¿øÇÏÁö ¾ÊÀ¸´Ï º¹»çÇØ ÁÖ½Ã±æ¹Ù¶ø´Ï´Ù.");
        return;
    }

    obj = document.getElementById('rss_url');
    obj.select();

    range = obj.createTextRange();
    range.execCommand("Copy")

    alert("ÁÖ¼Ò°¡ º¹»çµÇ¾ú½À´Ï´Ù.");
    return;
}