function thread_confrmBtn() {
        document.write('<input type="image" src="/community/img/frm_btn_crm.gif" width="81" height="21" border="0" alt="Šm”F" onClick="bbsSubmit(1);">');
}

function confirmBtn() {
        document.write('<input type="image" src="/community/img/frm_btn_crm.gif" width="81" height="21" border="0" alt="Šm”F" onClick="bbsSubmit(1);">');
}

function submitBtn() {
        document.write('<input type="image" src="/community/img/frm_btn_post.gif" width="81" height="21" border="0" alt="“Še" onClick="bbsSubmit(2);">');
}

function bbsSubmit(i) {

   document.form1.method = "post";
   if(i == 1){
       //document.form1.action = "confirm.php";
       document.form1.action = "confirms.php";
   }else if(i == 2){

       if(document.form1.reply.value == "on") {
           //document.form1.action = "thread_reply.php";
           document.form1.action = "thread_replys.php";
       }else {
           //document.form1.action = "thread_new.php";
           document.form1.action = "thread_news.php";
       }
    }
}


