function showProblemDiv(B){var A=document.getElementById("report_a_problem_error_message");A.innerHTML="";A.style.display="none";document.getElementById("report_a_problem_4").style.display="none";document.getElementById("report_a_problem_0").style.display="none";document.getElementById("report_a_problem_7").style.display="none";document.getElementById("report_a_problem_6").style.display="none";document.getElementById("report_a_problem_"+B).style.display=""}function reportAProblem(A){var B=document.getElementById("report_a_problem_error_message");B.innerHTML="";B.style.display="none";var H=document.getElementsByName("report_a_problem_type");var C=null;for(var D=0;D<H.length;D++){if(H[D].checked){C=H[D].value}}if(C==null){B.innerHTML="Please select a problem you would like to report.";B.style.display="";return }var G=trim(document.getElementById("report_a_problem_comments_"+C).value);switch(C){case"4":if(G==""||G=="Describe the inaccurate content"){B.innerHTML="Please describe the inaccurate content.";B.style.display="";return }break;case"0":var F=trim(document.getElementById("report_a_problem_sku_url").value);if(F==""){B.innerHTML="Please input the original page url.";B.style.display="";return }if(G==""){B.innerHTML="Please input the comments.";B.style.display="";return }break;case"7":var E=document.getElementById("report_a_problem_cat_id").value;if(E==""){if(G==""){B.innerHTML="Please input the comments or suggested category.";B.style.display="";return }}break;case"6":if(G==""||G=="Describe the offensive content"){B.innerHTML="Please describe the offensive content.";B.style.display="";return }break}document.getElementById("report_a_problem_cancel_enable").style.display="none";document.getElementById("report_a_problem_submit_enable").style.display="none";document.getElementById("report_a_problem_cancel_disable").style.display="";document.getElementById("report_a_problem_submit_disable").style.display="";uri=base_url+"index.php/cew/cewsku/reportAProblem/"+A;var I={success:function(M){if(M.responseText!=""){closePopup();var J=document.getElementById("my_wigix_message_box_popup_message");var L=new RegExp("^Redirect:.*");if(L.test(M.responseText)){var J=document.getElementById("my_wigix_message_action_box_popup_message");J.innerHTML='Since you requested "Category Move" action on a page in the category you manage, you may proceed to approve this request by clicking the "Continue" button below. You\'ll also be asked to fill in attribute information required by the category the page is going to move into.';launchPopUp("my_wigix_message_action_box");var K=document.getElementById("my_wigix_message_action_box_popup_button");K.onclick=function(){window.location.href=M.responseText.substr(9)}}else{J.innerHTML=M.responseText;launchPopUp("my_wigix_message_box")}}},failure:function(J){},upload:function(J){}};YAHOO.util.Connect.setForm("report_a_problem_form");YAHOO.util.Connect.asyncRequest("POST",uri,I)}function report_a_problem_show_browsewidget(C,B){var A=document.getElementById("browse_widget");A.setAttribute("style","z-index:10000;");A.style.cssText="z-index:10000;";showBrowseWidget(C,B)}function report_a_problem_select_none_root_leaf_category(B,A){document.getElementById("report_a_problem_cat_id").value=B;fullPath=document.getElementById("bw_linkall_"+A).value+" >> "+document.getElementById("bw_leaf_cat_"+B).innerHTML;document.getElementById("report_a_problem_category").innerHTML=fullPath}