function updateGallery(a){$("#style").hide();updateThumbArray();setTimeout("unbindStyle()",20);if(configObj.url=="ViewAll"){$("#row_0").empty();$("#row_1").empty();$("#row_2").empty();$("#row_3").empty();$("#row_4").empty();buildGrid()}else{$("#"+a).empty();$("#"+a).stop();$("#"+a).css("margin-top","0px");buildGallery(a)}}function buildGallery(a){updateThumbArray();var b="#"+a;var c="";var e=[];for(x in thumbArray){e[thumbArray[x]["sequence"]]}c=create_gallery_list(thumbArray);$(b).html(c);listImgEvents();var d=181;$("#list").attr("style","width:"+d+"px;height:493px;display:block;position:absolute");if($("#galleryarea").parent().get(0).className=="jScrollPaneContainer"){$("#galleryarea").jScrollPaneRemove()}if($("#list").parent().get(0).className=="jScrollPaneContainer"){$("#list").jScrollPaneRemove()}$("#list").jScrollPane({scrollbarWidth:10,scrollbarMargin:0});if(currentSKUidx!=""){$("#list")[0].scrollTo(currentSKUidx)}$("#list").width($("#list").parent().width());$("#list").height($("#list").parent().height());$("#list").parent().height(493);$("#list").parent().width(d);$("#list").parent().attr("style",$("#list").parent().attr("style")+";float:right")}function create_gallery_list(c){var b=[];var a=0;currentSKU=getCurrentDesign();for(c in thumbArray){if(thumbArray[c].name==currentSKU){currentSKUidx="#gal_img_"+a}b[c]='<a href="'+configObj.relhome+"/"+configObj.section+"/"+thumbArray[c].name+'"><img id="gal_img_'+a+'" class="list-img-item" src="'+configObj.relhome+"/img/"+configObj.section+"/"+thumbArray[c].image+'" width="180" height="122" alt="'+designArray[thumbArray[c].name].img_tag+'"/></a>';a++}return b.join("")}function showStyle(){$("#style").show();setTimeout("bindStyle()",20)}function bindStyle(){$("#filters").unbind("click",showStyle).bind("click",closeStyle)}function closeStyle(){$("#style").hide();setTimeout("unbindStyle()",20)}function unbindStyle(){$("#filters").unbind("click",closeStyle).bind("click",showStyle)}function buildGrid(){for(var a=0;a<thumbArray.length;a++){$("#row_"+(a%5)).append('<a href="'+thumbArray[a].name+'"><img class="list-img-item" src="'+configObj.relhome+"/img/"+configObj.section+"/"+thumbArray[a].image+'" width="180" height="122" alt="'+designArray[thumbArray[a].name].img_tag+'" /></a><br />')}listImgEvents()}function clearGrid(){$("#row_0").empty();$("#row_1").empty();$("#row_2").empty();$("#row_3").empty();$("#row_4").empty();$("#galleryarea").hide()}function viewAll(){location.href=configObj.relhome+"/"+configObj.section+"/ViewAll"}function view_all(){$("#mainImg01").stop().fadeOut(1);$("#mainImg02").stop().fadeOut(1);$("#content").stop().fadeOut(1);$("#orderForm").hide();$("#cart").hide();$("#verticalspacer").stop().fadeOut(1);$("#galleryarea").show();$("#viewBtn").attr("src",configObj.relhome+"/img/gallery_btn.jpg").unbind("click").bind("click",function(){viewGallery()});$("#imgNumbers").hide();$("#list").hide();buildGrid();var a=915;$("#galleryarea").attr("style","width:"+a+"px;height:493px;display:block");if($("#list").parent().get(0).className=="jScrollPaneContainer"){$("#list").jScrollPaneRemove()}$("#galleryarea").jScrollPane({scrollbarWidth:10,scrollbarMargin:0});$("#galleryarea").parent().width(a-10);$("#galleryarea").width(a-10)}function viewGallery(){location.href=configObj.relhome+"/"+configObj.section+"/"}function view_gallery(a){if(!a){$("#verticalspacer").show();$("#mainImg01").attr("src",configObj.relhome+"/img/"+configObj.section+"/"+sectionArray[0].image);$("#mainImg01").attr("width","723");$("#mainImg01").attr("alt",sectionArray[0].img_tag);$("#content").hide();$("#imgNumbers").fadeIn(1000);$("#mainImg01").fadeIn(1000);create_imgMainNumbers("imgNumbers",configObj.relhome+"/img/"+configObj.section+"/",sectionArray,"723","margin-left:644px;")}$("#mainImg02").hide();$("#verticalspacer").hide();clearGrid();$("#list").show();$("#viewBtn").attr("src",configObj.relhome+"/img/view_btn.jpg").unbind("click").bind("click",function(){viewAll()})};