$(function(){$(".tabButton").click(function(){var changeObj=$(this).parent();$.get($(this).attr("href"),function(data){$("#tabContent").html(data);$(".tabButton").parent().removeClass("on");changeObj.addClass("on")});return false});$("a[rel='external']").livequery("click",function(){$(this).attr('target','_blank')});$(".tabsPost").livequery(function(){$(this).ajaxSubmit("#tabContent")});$(".foto a.vergroot").lightBox();$(".foto a.plaatje").lightBox();$(".quickLink input").livequery('click',function(){$(this).select()});$(".rollover").hide();$(".footer button").hover(function(){$(".rollover").show()},function(){$(".rollover").hide()});$(".offerte").livequery(function(){$(".offerte .subcheck").change(function(){$(".offerte #extrasub"+$(this).val()).toggle()})})});