$(document).ready(function(){if(document.images){imageUrl=new Array(6);imageUrl[0]="/_img/bigmenu-bg.png";imageUrl[1]="/_img/bigmenu-top.png";imageUrl[2]="/_img/bigmenu-bottom.png";imageUrl[3]="/_img/over-teaser.png";imageUrl[4]="/images/over-box.png";imageUrl[4]="/_img/btn-search-over.gif";for(var n=0;n<=5;n++){preloadWorkImgs=new Image();preloadWorkImgs.src=imageUrl[n];}}
$("#work a").addClass("active");$("#headerRightDetails").mouseleave(function(){$("#catList").hide();$("#catTitle").show();});
$(".workCrSmallTeaser").hover(function(){$(this).css("background-image","url(/images/over-box.png)");$(this).children(".smallTeaserWrapper").children(".projectDesc").css("display","block");},function(){$(this).css("background-image","none");$(this).children(".smallTeaserWrapper").children(".projectDesc").css("display","none");});
$(".workCrBigTeaser").hover(function(){$(this).css("background-image","url(/_img/over-teaser.png)");},function(){$(this).css("background-image","none");});});
