var industryList="";function setBlank(c,d){if(d){return c.replace(/ /g,"_")}else{c=decodeURI(c);return c.replace(/_/g," ")}}function getClients(b){if(b){pageTracker._trackPageview("client/"+b);if(b.value!="*"){clientList=xmlObj.getClients(b.value);document.getElementById("projects").innerHTML=clientList;document.getElementById("clientBtn").className=""}}else{pageTracker._trackPageview("client/all");document.getElementById("clientBtn").className="current";document.getElementById("industryList")[0].selected=true;clientList=xmlObj.getClients("");document.getElementById("projects").innerHTML=clientList}}function getIndustryList(){industryList=xmlObj.getIndustryList();if(industryList.length){genrateComboBox(industryList,"industryList","by Industry")}else{genrateComboBox("","industryList","by Industry")}}function genrateComboBox(e,d,f){combo="";comboObj=document.getElementById(d);comboObj.options[0]=new Option(f,"*");if(e!=""){for(i=0;i<e.length;i++){comboObj.options[i+1]=new Option(e[i],e[i])}}comboObj.options[e.length+1]=new Option("All","all")};