// Colorbox
			$(document).ready(function(){
				$(".verkoop").colorbox({width:"80%", height:"95%", iframe:true, opacity:".3"});
				$(".contact").colorbox({width:"600", height:"95%", iframe:true, opacity:".5"});
				$(".contact_klein").colorbox({width:"600", height:"400", iframe:true, opacity:".5"});
				$(".popup").colorbox({opacity:".5"});
				$(".contact_klein_auto").colorbox({open:"true", width:"600", height:"400", iframe:true, opacity:".5"});
			});
			

$(function()
	{
		$("tr:even").addClass("eventr");;
		$("tr:odd").addClass("oddtr");;
	});

function MM_jumpMenuGo(objId,targ,restore){ //v9.0
  var selObj = null;  with (document) { 
  if (getElementById) selObj = getElementById(objId);
  if (selObj) eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0; }
}

$(document).ready(function () {
	$.localScroll();
});

