function recommCheck() { if(!recommform.content.value){ alert("³»¿ëÀ» ÀÔ·ÂÇØ ÁÖ¼¼¿ä."); recommform.content.focus(); return; } recommform.submit(); } function recommCheck1() { if(!signform.content.value){ alert("³»¿ëÀ» ÀÔ·ÂÇØ ÁÖ¼¼¿ä."); signform.content.focus(); return; } signform.submit(); } function recommCheck_reply(form) { /* if(!form.reply_content.value){ alert("³»¿ëÀ» ÀÔ·ÂÇØ ÁÖ¼¼¿ä."); form.reply_content.focus(); return; }*/ alert(form); form.submit(); } function customerDelete(num,tablelink,pcode) { ref = tablelink+"delete.php?num="+num+"&pcode="+pcode; temp = confirm("±ÛÀ» »èÁ¦ ÇÏ°Ú½À´Ï±î?"); if(temp == true) { window.location = ref; } else { return; } } function recomm_Del(num,tablelink){ ref = tablelink+"&num="+num; temp = confirm("±ÛÀ» »èÁ¦ ÇÏ°Ú½À´Ï±î?"); if(temp == true) { window.location = ref; } else { return; } } function comm_Del(num,tablelink){ ref = tablelink+"memo_delete_ok.php?num="+num; temp = confirm("µ¡±ÛÀ» »èÁ¦ ÇÏ°Ú½À´Ï±î?"); if(temp == true) { window.location = ref; } else { return; } } function my_writer_photo_mody_now(){ document.domain="appstory.co.kr"; window.open('http://www.appstory.co.kr/app_board/skin/popwin/writer_photo_month.html','writer_photo','width=500,height=300,left=200,top=100;'); } function formatCurrency(amount){ amount=new String(amount); var amountLength=amount.length, modulus=amountLength%3, currencyString=amount.substr(0,modulus); for(i=modulus;i