jQuery.noConflict();jQuery(document).ready(function(){oCommon=new commonObj()});jQuery.preloadImages=function(){imgDir=arguments[0];for(var A=1;A<arguments.length;A++){jQuery("<img>").attr("src",imgDir+arguments[A])}};jQuery.preloadImages("images/","bg-tl.gif","bg-tm.gif","bg-tr.gif","bg-rm.gif","bg-bl.gif","bg-bm.gif","bg-br.gif","h1-1-1.png","h1-1-2.png","h1-1-3.png","h2-1-1.png","h2-1-2.png","h2-1-3.png","h3-1-1.png","h3-1-2.png","h3-1-3.png","h4-1-1.png","h4-1-2.png","h4-1-3.png","h5-1-1.png","h5-1-2.png","h5-1-3.png","h6-1-1.png","h6-1-2.png","h6-1-3.png","h7-1-1.png","h7-1-2.png","h7-1-3.png");jQuery.preloadCssImages=function(B){B=jQuery.extend({imgDir:"images"},B);var G=document.styleSheets;var I="";for(var E=0;E<G.length;E++){if(!jQuery.browser.msie){var H=document.styleSheets[E].cssRules;for(var D=0;D<H.length;D++){I+=H[D].cssText}}else{I+=document.styleSheets[E].cssText}}var A=[];var C=I.match(/[^\/]+\.(gif|jpg|jpeg|png)/g);if(C!=null&&C.length>0&&C!=""){var F=jQuery.makeArray(C);jQuery(F).each(function(J){A[J]=new Image();A[J].src=B.imgDir+"/"+this})}return A};function findPos(A){var B=curtop=0;if(A.offsetParent){do{B+=A.offsetLeft;curtop+=A.offsetTop}while(A=A.offsetParent)}return[B,curtop]}function popit(B,A,C){popwin=window.open(B,"pop","width="+A+",height="+C+",scrollbars=yes,menubar=no,toolbar=no,location=no,status=no,resizable=no");return false}function commonObj(){var A=this;A.googleSearchURL="";A.popWin=null;A.popWinHeight="0";A.popWinWidth="0";A.popWinScroll="0";A.popWinResize="0";A.popWinParams="height=%s,width=%s,status=0,scrollbars=%s,titlebar=0,resizable=%s,toolbar=0,menubar=0,location=0"}function winPopup(C){var A="",B="";switch(C){case"custotmer-satisfaction":oCommon.popWinHeight="500";oCommon.popWinWidth="500";oCommon.popWinScroll="1";oCommon.popWinResize="1";A="./includes/in-cust-sat.htm";B="";break;case"price-protection":oCommon.popWinHeight="500";oCommon.popWinWidth="500";oCommon.popWinScroll="1";oCommon.popWinResize="1";A="./inprice.htm";B="";break;case"link-to-us":oCommon.popWinHeight="500";oCommon.popWinWidth="650";oCommon.popWinScroll="1";oCommon.popWinResize="1";A="./inlink.htm";B="";break;case"custom-quote":oCommon.popWinHeight="500";oCommon.popWinWidth="650";oCommon.popWinScroll="1";oCommon.popWinResize="1";A="./incustom.htm";B="";break;case"order-status":oCommon.popWinHeight="500";oCommon.popWinWidth="500";oCommon.popWinScroll="1";oCommon.popWinResize="1";A="./clogin.php";B="";break;case"in-how-much":oCommon.popWinHeight="400";oCommon.popWinWidth="400";oCommon.popWinScroll="1";oCommon.popWinResize="1";A="./inhowmuch.htm";B="";break;case"in-business-hours":oCommon.popWinHeight="230";oCommon.popWinWidth="300";oCommon.popWinScroll="1";oCommon.popWinResize="1";A="./inbusinesshours.htm";B="";break;case"in-chat":oCommon.popWinHeight="200";oCommon.popWinWidth="520";oCommon.popWinScroll="1";oCommon.popWinResize="1";A="./inchat.htm";B="";break;case"google-search":oCommon.popWinHeight="600";oCommon.popWinWidth="800";oCommon.popWinScroll="1";oCommon.popWinResize="1";A=oCommon.googleSearchURL;oCommon.popWinParams="height=%s,width=%s,status=1,scrollbars=%s,titlebar=1,resizable=%s,toolbar=1,menubar=1,location=1";B="";break}if(A==""){A=C;if(arguments[1]){oCommon.popWinHeight=arguments[1]}else{oCommon.popWinHeight="600"}if(arguments[2]){oCommon.popWinWidth=arguments[2]}else{oCommon.popWinWidth="800"}if(arguments[3]){oCommon.popWinScroll=arguments[3]}else{oCommon.popWinScroll="1"}if(arguments[4]){oCommon.popWinResize=arguments[4]}else{oCommon.popWinResize="1"}}if(oCommon.popWin!==null&&oCommon.popWin.closed!=true){alert("Please close any previously opened windows before proceeding.");oCommon.popWin.focus();return }if(B!=""){if(typeof (B)=="object"){B.join("&")}}B=(B!="")?"?"+B:"";oCommon.popWin=window.open(A+B,null,sprintf(oCommon.popWinParams,oCommon.popWinHeight,oCommon.popWinWidth,oCommon.popWinScroll,oCommon.popWinResize));if(oCommon.popWin==null){alert("Oops!  Your browser's pop-up blocker settings have disallowed the opening of this window...\n\nTo view this window, you can:\n    1.  Hold down the Ctrl + Alt keys while re-clicking the same link.\n    2.  Add 'www.jnkproducts.com' to your pop-up blocker's allowed sites list.\n    3.  Set your browser's pop-up blocker settings to a lower filter level.")}}String.prototype.repeat=function(A){return(new Array(A-1)).join(this)};String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")};function ajaxNetPost(B,A){if(arguments[1]==undefined||arguments[1]=="undefined"){A=true}if(A){showLoading()}Net.post(B)}function ajaxNetFailure(A){hideLoading();alert("Web site services are not responding and/or errors have been encountered...\nPlease try again shortly.")}function classSwitch(A,B){domID(A).className=B}function showLoading(){var A=domID("loading-div");A.style.display="";A.style.visibility="visible";centerLoadDiv(A)}function hideLoading(){if(domID("loading-div")==null){return }else{var A=domID("loading-div")}A.style.display="none";A.style.visibility="hidden"}function centerLoadDiv(B){var C=B.clientWidth;var D=B.clientHeight;var A=getWinInnerSizes();B.style.visibility="hidden";B.style.left=((A.innerWidth/2)-(C/2))+"px";B.style.top=((A.innerHeight/2)-(D/2))+"px";B.style.visibility="visible"}function getWinInnerSizes(){var B=0,A=0;var C={};if(typeof (window.innerWidth)=="number"){B=window.innerWidth;A=window.innerHeight}else{if(document.documentElement&&(document.documentElement.clientWidth||document.documentElement.clientHeight)){B=document.documentElement.clientWidth;A=document.documentElement.clientHeight}else{if(document.body&&(document.body.clientWidth||document.body.clientHeight)){B=document.body.clientWidth;A=document.body.clientHeight}}}return C={innerWidth:B,innerHeight:A}}function resetSelects(F,C,B){var G=null,A=null,E=null;if((arguments[0]!=undefined&&arguments[0]!="undefined")&&arguments[0]!=""){if(typeof (arguments[0])=="object"){G=arguments[0];for(var D=0;D<G.length;D++){A=domID(G[D]);A.options.length=0;E=document.createElement("option");E.setAttribute("value","");E.innerHTML="Loading..."+"&nbsp;".repeat(20);A.appendChild(E);E=null}}else{A=domID(arguments[0]);A.options.length=0;E=document.createElement("option");E.setAttribute("value","");E.innerHTML="Loading..."+"&nbsp;".repeat(20);A.appendChild(E);E=null}}if((arguments[1]!=undefined&&arguments[1]!="undefined")&&arguments[1]!=""){if(typeof (arguments[1])=="object"){G=arguments[1];for(var D=0;D<G.length;D++){A=domID(G[D]);A.options.length=0;E=document.createElement("option");E.setAttribute("value","");E.innerHTML="&nbsp;".repeat(25);A.appendChild(E);E=null}}else{A=domID(arguments[1]);A.options.length=0;E=document.createElement("option");E.setAttribute("value","");E.innerHTML="&nbsp;".repeat(25);A.appendChild(E);E=null}}if((arguments[2]!=undefined&&arguments[2]!="undefined")&&arguments[2]!=""){if(typeof (arguments[2])=="object"){G=arguments[2];for(var D=0;D<G.length;D++){A=domID(G[D]);A.selectedIndex=0}}else{A=domID(arguments[2]);A.selectedIndex=0}}}function sprintf(){if(!arguments||arguments.length<1||!RegExp){return }var I=arguments[0];var G=/([^%]*)%('.|0|\x20)?(-)?(\d+)?(\.\d+)?(%|b|c|d|u|f|o|s|x|X)(.*)/;var R=b=[],A=0,E=0;while(R=G.exec(I)){var H=R[1],O=R[2],S=R[3],N=R[4];var K=R[5],F=R[6],C=R[7];E++;if(F=="%"){B="%"}else{A++;if(A>=arguments.length){var J="Error! Not enough function arguments ("+(arguments.length-1)+", ";J+="excluding the string)\nfor the number of substitution parameters in string ("+A+" so far).";alert(J)}var D=arguments[A];var P="";if(O&&O.substr(0,1)=="'"){P=H.substr(1,1)}else{if(O){P=O}}var M=true;if(S&&S==="-"){M=false}var Q=-1;if(N){Q=parseInt(N)}var L=-1;if(K&&F=="f"){L=parseInt(K.substring(1))}var B=D;if(F=="b"){B=parseInt(D).toString(2)}else{if(F=="c"){B=String.fromCharCode(parseInt(D))}else{if(F=="d"){B=parseInt(D)?parseInt(D):0}else{if(F=="u"){B=Math.abs(D)}else{if(F=="f"){B=(L>-1)?Math.round(parseFloat(D)*Math.pow(10,L))/Math.pow(10,L):parseFloat(D)}else{if(F=="o"){B=parseInt(D).toString(8)}else{if(F=="s"){B=D}else{if(F=="x"){B=(""+parseInt(D).toString(16)).toLowerCase()}else{if(F=="X"){B=(""+parseInt(D).toString(16)).toUpperCase()}}}}}}}}}}I=H+B+C}return I}function setSelectText(A,C){theSelect=domID(A);if(theSelect===null){return }if(theSelect.options.length==0){return }if(C===undefined){return }theIndex=null;for(var B=0;B<theSelect.options.length;B++){if(theSelect.options[B].text.trim()==C.trim()){theIndex=B;theSelect.options[theIndex].selected=true;break}}if(theIndex==null){theSelect.options[0].selected=true}}function setSelectValue(A,C){theSelect=domID(A);if(theSelect===null){return }if(theSelect.options.length==0){return }if(C===undefined){return }theIndex=null;for(var B=0;B<theSelect.options.length;B++){if(theSelect.options[B].value==C){theIndex=B;theSelect.options[theIndex].selected=true;break}}if(theIndex==null){theSelect.options[0].selected=true}}function getSelectOptions(C,E){var B=null;var A=new Array();if(arguments[1]==null||arguments[1]==""){E=="value"}switch(typeof (C)){case"string":B=domID(C);if(typeof (B)!="object"){B=domName(C)}break;case"object":B=C;break}if(typeof (B)!="object"){return false}if(B.selectedIndex==-1||B.options.length==0){return false}if(B.getAttribute("multiple")==null){if(B.options[B.selectedIndex].getAttribute(E)!=null){return B.options[B.selectedIndex].getAttribute(E)}else{return false}}else{for(var D=0;D<B.options.length;D++){if(B.options[D].selected==true){A.push(B.options[D].getAttribute(E))}}return A}return false}function getSelectValue(B){var A=null;if(typeof (B)=="string"){var A=domID(B)}if(typeof (B)!="object"){A=domName(B)}for(var C=0;C<A.options.length;C++){if(A.options[C].selected==true){return A.options[C].value;break}}}function getSelectText(B){var A=null;if(typeof (B)=="string"){var A=domID(B)}if(typeof (B)!="object"){A=domName(B)}for(var C=0;C<A.options.length;C++){if(A.options[C].selected==true){return A.options[C].text;break}}}function transferOptionList(A,C){if(typeof (A)=="string"){A=domID(A)}if(typeof (C)=="string"){C=domID(C)}if(A.options.length==0){return }C.options.length=0;for(var B=0;B<A.options.length;B++){C.options[B]=new Option(A[B].innerHTML,A[B].value)}}function datePrototypeInit(){Date.prototype.monthNames=new Array("January","February","March","April","May","June","July","August","September","October","November","December");Date.prototype.dayNames=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");Date.prototype.savedDate=null;Date.prototype.getMonthName=dateGetMonthName;Date.prototype.getDayName=dateGetDayName;Date.prototype.getDays=dateGetDays;Date.prototype.getEOMDate=dateGetEOMDate;Date.prototype.getWeekNumber=dateGetWeekNumber;Date.prototype.getQtrNumber=dateGetQtrNumber;Date.prototype.addDays=dateAddDays;Date.prototype.addWeeks=dateAddWeeks;Date.prototype.addMonths=dateAddMonths;Date.prototype.addQtrs=dateAddQtrs;Date.prototype.addYears=dateAddYears}function dateGetWeekNumber(){var F="";var A=1000*60*60*24;var D=new Date(Date.parse(this));var E=new Date(D.getTime()+(4*A)-((D.getDay())*A));var C=new Date(E.getFullYear(),0,1);var B=((E.getTime()-C.getTime())/A)-1;F=Math.ceil((B)/7).toString();return(F=="0")?"53":F}function dateGetQtrNumber(){var A;switch(this.getMonth()+1){case 1:case 2:case 3:A=1;break;case 4:case 5:case 6:A=2;break;case 7:case 8:case 0:A=3;break;case 10:case 11:case 12:A=4;break}return A}function dateGetMonthName(){return this.monthNames[this.getMonth()]}function dateGetDayName(){return this.dayNames[this.getDay()]}function dateGetDays(){var B,A,C;B=new Date(Date.parse(this));C=B.getMonth();A=28;do{A++;B.setDate(A)}while(B.getMonth()==C);return A-1}function dateGetEOMDate(){var B,A,C;B=new Date(Date.parse(this));C=B.getMonth();A=28;do{A++;B.setDate(A)}while(B.getMonth()==C);B.addDays(-1);return B}function dateAddDays(A){if(this.savedDate==null){this.savedDate=this.getDate()}this.setDate(this.getDate()+A);this.savedDate=this.getDate()}function dateAddWeeks(A){if(this.savedDate==null){this.savedDate=this.getDate()}A=A*7;this.setDate(this.getDate()+A);this.savedDate=this.getDate()}function dateAddMonths(A){if(this.savedDate==null){this.savedDate=this.getDate()}this.setDate(1);this.setMonth(this.getMonth()+A);this.setDate(Math.min(this.savedDate,this.getDays()))}function dateAddQtrs(A){if(this.savedDate==null){this.savedDate=this.getDate()}A=A*3;this.setDate(1);this.setMonth(this.getMonth()+A);this.setDate(Math.min(this.savedDate,this.getDays()))}function dateAddYears(A){if(this.savedDate==null){this.savedDate=this.getDate()}this.setDate(1);this.setFullYear(this.getFullYear()+A);this.setDate(Math.min(this.savedDate,this.getDays()))}function domID(A){return document.getElementById(A)}function domName(A){return document.getElementsByName(A)}function domTag(A){return document.getElementsByTagName(A)}function domEcho(A){return document.write(A)}function domAddElNode(A){return document.createElement(A)}function domAddTxtNode(A){return document.createTextNode(A)}function domAddChild(A,B){if(typeof (A)=="string"){A=domID(A)}if(typeof (A)!="object"){A=domName(A)}if(A===null||A===undefined){return }if(typeof (B)=="string"){B=domID(B)}if(typeof (B)!="object"){B=domName(B)}if(B===null||B===undefined){return }A.appendChild(B)}function domRemoveChild(A,B){if(typeof (A)=="string"){A=domID(A)}if(typeof (A)!="object"){A=domName(A)}if(A===null||A===undefined){return }if(typeof (B)=="string"){B=domID(B)}if(typeof (B)!="object"){B=domName(B)}if(B===null||B===undefined){return }A.removeChild(B)}function setElStyle(A,B,C){if(typeof (A)=="string"){A=domID(A)}if(typeof (A)!="object"){A=domName(A)}if(A===null||A===undefined){return }A.style[B].value=C}function getElStyle(A,B){if(typeof (A)=="string"){A=domID(A)}if(typeof (A)!="object"){A=domName(A)}if(A===null||A===undefined){return }return A.style[B].value}function setElAttrib(B,C,A){if(typeof (B)=="string"){B=domID(B)}if(typeof (B)!="object"){B=domName(B)}if(B===null||B===undefined){return }B.setAttribute(C,A)}function getElAttrib(A,B){if(typeof (A)=="string"){A=domID(A)}if(typeof (A)!="object"){A=domName(A)}if(A===null||A===undefined){return }return A.getAttribute(B)}function removeElAttrib(A,B){if(typeof (A)=="string"){A=domID(A)}if(typeof (A)!="object"){A=domName(A)}if(A===null||A===undefined){return }A.removeAttribute(B)}function addTableRow(B){if(typeof (B)=="string"){B=domID(B)}if(typeof (B)!="object"){B=domName(B)}if(B===null||B===undefined){return }var A=domAddElNode("tr");domAddChild(B,A);return A}function addTableCell(B,C){if(typeof (B)=="string"){B=domID(B)}if(typeof (B)!="object"){B=domName(B)}if(B===null||B===undefined){return }var A=domAddElNode("td");domAddChild(A,domAddTxtNode(C));domAddChild(B,A);return A}function createElementWithName(D,A){var C;if(document.all){var B="<"+D+' name="'+A+'" />';C=document.createElement(B)}else{C=document.createElement(D);C.setAttribute("name",A)}return C}function parseText(B,A){var C=B.getElementsByTagName(A);if(C.length==0){return null}C=C[0].childNodes;return((C.length==0)?"":((C.length==1)?C[0].data:C[1].data))}function parseAttrib(B,A){var C=B.getAttributeNode(A);return C?C.value:null}function pauseTime(B){var A=new Date();var C=A.getTime()+B;while(true){A=new Date();if(A.getTime()>C){return }}}function isEmpty(A){if(typeof (A)=="undefined"){return false}return(ObjValue.trim()==""||typeof (ObjValue)==undefined)?true:false}function validEmail(A){return/^[a-z0-9_\-]+(\.[_a-z0-9\-]+)*@([_a-z0-9\-]+\.)+([a-z]{2}|aero|arpa|biz|com|coop|edu|gov|info|int|jobs|mil|museum|name|nato|net|org|pro|travel|tv|ws)$/.test(A)}function validPhone(A){return/((\(\d{3}\) ?)|(\d{3}[- \.]))?\d{3}[- \.]\d{4}(\s(x\d+)?){0,1}$/.test(A)}function validZip(A){return/^\d{5}(?:-\d{4})?$|^[a-zA-Z]\d[a-zA-Z]\s?\d[a-zA-Z]\d$/.test(A)}function searchSubmit(){var A=domID("q").value;if(A.trim()!=""&&A.trim()!="Search Products"){domID("qs").action="http://www.jnkproducts.com/_searchpro/index.php";domID("qs").submit();return true}else{alert("Please enter your search criteria.");return false}}function tabSwitchClass(C){var B="";var A="";C=C.id;B=jQuery("#"+C).attr("className");A=(/-off/.test(B))?B.replace("-off","-over"):B.replace("-over","-off");jQuery("#"+C).attr("className",A)}function tabClick(I){var A="";var C="";var H="";var G="";var E="";var G=location.search;if(!arguments[0]){I=tabArray[0].tabID;if(G){var B=G.substring(1).split("&");B=B[0].split("=");var F=B[1].toLowerCase();if(F=="garage-flooring"||F=="garage-storage"||F=="roofing-gutter"||F=="home-garden"||F=="automotive-products"||F=="attic-products"||F=="office-commercial"){I=F+"-tab"}}}else{I=I.id}for(var D=0;D<tabArray.length;D++){H=tabArray[D].tabID;jQuery("#"+H).css("width",tabArray[D].tabWidth);if(H!=I){A=tabArray[D].classPattern+"off";jQuery("#"+H).attr("className",A);jQuery("#"+H).attr("title","Show "+tabArray[D].tabName);if(document.all){domID(H).onmouseover=function(){tabSwitchClass(this)};domID(H).onmouseout=function(){tabSwitchClass(this)};domID(H).onclick=function(){tabClick(this)}}else{jQuery("#"+H).attr("onmouseover","tabSwitchClass(this);");jQuery("#"+H).attr("onmouseout","tabSwitchClass(this);");jQuery("#"+H).attr("onclick","tabClick(this);")}jQuery("#"+tabArray[D].tableID).css("visibility","hidden");jQuery("#"+tabArray[D].tableID).css("display","none")}else{C=tabArray[D].classPattern+"on";jQuery("#"+H).attr("className",C);jQuery("#"+H).attr("title","Viewing "+tabArray[D].tabName);jQuery("#"+H).attr("onmouseover","");jQuery("#"+H).attr("onmouseout","");jQuery("#"+H).attr("onclick","");jQuery("#"+tabArray[D].tableID).css("visibility","visible");jQuery("#"+tabArray[D].tableID).css("display","")}}}function navigt(B,A){if(B!=""){if(A=="_blank"){window.open(B)}else{A.location=B}}}function hideShow(A){var B=jQuery("ul",jQuery(A).parent())[0];var C=jQuery(B).css("display");jQuery(".side-list-inner").css("display","none");if(C=="none"){jQuery(B).show("medium");jQuery(B).css("padding-bottom","5px")}else{jQuery(B).hide();jQuery(B).css("padding-bottom","auto")}}function tabInit(H,C,F){if(!arguments[1]||arguments[1]==""){C=H[0].tabID}if(!arguments[2]||arguments[2]==""){F="style2"}var A="",B="";var G=Array("-a","-b","-c");for(var E=0;E<H.length;E++){A=H[E].tabID;B=H[E].tabTitle;jQuery("#"+A+G[1]).html(H[E].tabText);if(A!=C){for(var D=0;D<G.length;D++){jQuery("#"+A+G[D]).removeClass();jQuery("#"+A+G[D]).addClass("tab"+F+"-off"+G[D]);jQuery("#"+A+G[D]).bind("mouseover",{arg1:A,arg2:"over",arg3:F},tabClassSwitch);jQuery("#"+A+G[D]).bind("mouseout",{arg1:A,arg2:"off",arg3:F},tabClassSwitch);jQuery("#"+A+G[D]).bind("click",{arg1:H,arg2:A,arg3:F},tabClassClick);jQuery("#"+A+G[D]).attr("title","Show "+B)}}else{for(var D=0;D<G.length;D++){jQuery("#"+A+G[D]).removeClass();jQuery("#"+A+G[D]).addClass("tab"+F+"-on"+G[D]);jQuery("#"+A+G[D]).attr("title","Viewing "+B)}}}tabAreaSwitch(H)}function tabAreaSwitch(F,B,E){if(!arguments[1]||arguments[1]==""){B=F[0].tabID}if(!arguments[2]||arguments[2]==""){E="style2"}var A="",D="",G="";for(var C=0;C<F.length;C++){A=F[C].tabID;tabArea=F[C].tabAreaID;if(A!=B){jQuery("#"+tabArea).css("visibility","hidden");jQuery("#"+tabArea).css("display","none")}else{jQuery("#"+tabArea).css("visibility","visible");jQuery("#"+tabArea).css("display","block")}}}function tabClassSwitch(F){var A=F.data.arg1;var E=F.data.arg2;var C=F.data.arg3;var D=Array("-a","-b","-c");for(var B=0;B<D.length;B++){jQuery("#"+A+D[B]).removeClass();jQuery("#"+A+D[B]).addClass("tab"+C+"-"+E+D[B])}}function tabClassClick(A){var B=A.data.arg1;var F=A.data.arg2;var H=A.data.arg3;var I="",G="";var E=Array("-a","-b","-c");for(var D=0;D<B.length;D++){I=B[D].tabID;G=B[D].tabTitle;for(var C=0;C<E.length;C++){jQuery("#"+I+E[C]).removeClass()}if(I!=F){for(var C=0;C<E.length;C++){jQuery("#"+I+E[C]).addClass("tab"+H+"-off"+E[C]);jQuery("#"+I+E[C]).bind("mouseover",{arg1:I,arg2:"over",arg3:H},tabClassSwitch);jQuery("#"+I+E[C]).bind("mouseout",{arg1:I,arg2:"off",arg3:H},tabClassSwitch);jQuery("#"+I+E[C]).bind("click",{arg1:B,arg2:I,arg3:H},tabClassClick);jQuery("#"+I+E[C]).attr("title","Show "+G)}}else{for(var C=0;C<E.length;C++){jQuery("#"+I+E[C]).addClass("tab"+H+"-on"+E[C]);jQuery("#"+I+E[C]).unbind("mouseout");jQuery("#"+I+E[C]).unbind("mouseover");jQuery("#"+I+E[C]).unbind("click");jQuery("#"+I+E[C]).attr("title","Viewing "+G)}}}tabAreaSwitch(B,F)};
