function get_forumChkCount(b){f1=document.forum_step2;var c=0;for(i=0;i<f1.length;i++){var a=f1[i].name;if(a.indexOf(b)>=0&&f1[i].type=="checkbox"&&f1[i].checked==true){c++}}return c}function check_forum_step2(a){if(get_forumChkCount("forum_category")==0){alert("Please select category");return false}if(get_forumChkCount("forum_category")>1){alert("Please select maximum of 1 categorires");return false}if(document.getElementById("Subject").value.trim()==""){alert("Please enter subject");document.getElementById("Subject").focus();return false}if(document.getElementById("Message").value.trim()==""){alert("Please enter Message");document.getElementById("Message").focus();return false}document.getElementById("Post").disabled="true";hidden_span=document.getElementById("hide_stuff");hidden_span.style.display="block";return true}function Check_Forum_Reply(){if(document.getElementById("Subject").value.trim()==""){alert("Please enter subject");document.getElementById("Subject").focus();return false}if(document.getElementById("Message").value.trim()==""){alert("Please enter Message");document.getElementById("Message").focus();return false}if(document.getElementById("ComputerModel").value.trim()==""){alert("Please enter computer model");document.getElementById("ComputerModel").focus();return false}if(document.getElementById("OSsystem").value.trim()==""){alert("Please enter OS system");document.getElementById("OSsystem").focus();return false}document.getElementById("Post").disabled="true";hidden_span=document.getElementById("hide_stuff");hidden_span.style.display="block";return true}function Check_Forum_Email(){if(document.getElementById("ToName").value.trim()==""){alert("Please enter to name");document.getElementById("ToName").focus();return false}if(document.getElementById("ToEmail").value.trim()==""){alert("Please enter to email address");document.getElementById("ToEmail").focus();return false}if(document.getElementById("ToEmail").value.trim()!=""){if(emailCheck(document.getElementById("ToEmail").value)==false){alert("Please enter vald to email address");document.getElementById("ToEmail").focus();return false}}}function redirect_editForum_post(a){var b="com_forum_post|step3";window.location.href="http://www.macdirectory.com/component/option,com_forum3/task,editForum/forum_id,"+a+"/next,"+b+"/"}function ChangeForumStatus(b,a){window.location.href="http://www.macdirectory.com/component/option,com_forum3/task,UpdateStatus/forum_id,"+b+"/ForumStatus,"+a+"/"}function ListCategoryForums(){var a=document.getElementById("category").value;if(a=="all"){window.location.href="http://www.macdirectory.com/component/option,com_forum/task,viewAll/"}else{if(a=="Hardware"||a=="Software"||a=="MacDirectory__Talk"||a=="Special__Topics"){window.location="http://www.macdirectory.com/component/option,com_forum1/task,viewCategory/catName,"+a+"/"}else{window.location="http://www.macdirectory.com/component/option,com_forum1/task,searchCategory/catName,"+a+"/"}}}function ListCategoryForums1(){var a=document.getElementById("category1").value;if(a=="all"){window.location.href="http://www.macdirectory.com/component/option,com_forum/task,viewAll/"}else{if(a=="Hardware"||a=="Software"||a=="MacDirectory__Talk"||a=="Special__Topics"){window.location="http://www.macdirectory.com/component/option,com_forum1/task,viewCategory/catName,"+a+"/"}else{window.location="http://www.macdirectory.com/component/option,com_forum1/task,searchCategory/catName,"+a+"/"}}}function get_EditForumChkCount(b){f1=document.forum_step2;var c=0;for(i=0;i<f1.length;i++){var a=f1[i].name;if(a.indexOf(b)>=0&&f1[i].type=="checkbox"&&f1[i].checked==true){c++}}return c}function check_forum_edit(a){if(get_EditForumChkCount("forum_category")==0){alert("Please select category");return false}if(get_EditForumChkCount("forum_category")>1){alert("Please select maximum of 1 categorires");return false}if(document.getElementById("Subject").value.trim()==""){alert("Please enter subject");document.getElementById("Subject").focus();return false}if(document.getElementById("Message").value.trim()==""){alert("Please enter message");document.getElementById("Message").focus();return false}document.getElementById("Post").disabled="true";hidden_span=document.getElementById("hide_stuff");hidden_span.style.display="block";return true};
