/*
$ /js/WUI.js | 2008/09/18 10:20 | 2009/04/03 11:23 $
*/

function addBookmark(){var B="http://www.kapos-shop.hu";var A="KAPOS SHOP - www.kapos-shop.hu";if(document.all){window.external.AddFavorite(B,A)}else{if(window.sidebar){window.sidebar.addPanel(A,B,"")}else{alert("Az Ön böngészője nem támogatja ezt a funkciót.")}}}function toggle(D){var A=document.getElementById("catlist").getElementsByTagName("li");for(var B=0;B<A.length;B++){if(A[B].id.substring(0,3)=="cat"){var C=document.getElementById(A[B].id);if(C.id=="cat"+D){setTimeout("openList('"+C.id+"')",0)}else{setTimeout("closeList('"+C.id+"')",0)}}}}function openList(B){var A=document.getElementById(B);A.className="active"}function closeList(B){var A=document.getElementById(B);A.className="normal"}function changeTab(D){var B=document.getElementById("tabBox").getElementsByTagName("div");for(var A=0;A<B.length;A++){if(B[A].className=="tabBoxContent"){B[A].style.display="none"}}var C=document.getElementById("tabBox"+D);if(C){C.style.display="block"}}function setDiscountCheckBox(D,F,E){var C=document.getElementById("student_discount");var B=document.getElementById("discount_cost");var A=document.getElementById("min_cost");if(C&&B){if(C.checked==true){B.style.display="block";setCookie("student_discount",1);if(A){if(E<D){A.style.display="inline"}else{A.style.display="none"}}}else{B.style.display="none";setCookie("student_discount",0);if(A){if(F<D){A.style.display="inline"}else{A.style.display="none"}}}}};