window.addEvent("domready",function(){var b=$("big_project_image");var a=$$("div.threecol div.img_wrap a");var c=function(d){a.each(function(e){e.addClass("inactive")})};a.each(function(e,d){e.addEvent("click",function(f){f.stop();c(this);this.removeClass("inactive");b.setProperty("src",e.getElement("img").getProperty("src").replace("/tn-","/"))})})});
