$(document).ready(function(){
	$(".colorbox").colorbox();
	$(".colorbox_v").colorbox({iframe:true,width:600,height:450});
	$(".ddsmoothmenu > ul > li > ul > li").mouseover(function(){
		$(this).children("a").children("img").attr('src','templates/baxtercountysheriff.com/images/star_bkgd.png');
	});
	$(".ddsmoothmenu > ul > li > ul > li").mouseout(function(){
		$(this).children("a").children("img").attr('src','templates/baxtercountysheriff.com/images/spacer.png');
	});
	$('img[src*="show_image"]').colorbox({photo:true,href:function(){return $(this).attr('src')}});
    $('img[src*="show_image"]').css('cursor','pointer');
});
ddsmoothmenu.init({
	mainmenuid: "smoothmenu", //Menu DIV id
	orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
	classname: 'ddsmoothmenu', //class added to menu's outer DIV
	//customtheme: ["#804000", "#482400"],
	contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
})
window.onerror=function(){
	return true;
}
