$(document).ready(
	function()
	{
		if ($.browser.version.charAt(0) < 7 && $.browser.msie){$("#mainnav li, #subnav li").hover(function(){$(this).addClass('hover');},function(){$(this).removeClass('hover');});}
		//doFlash();
        
        
        $('.gallery-thumbs-img').lightBox(
        	{
			imageLoading:			'/images/lightbox-ico-loading.gif',		// (string) Path and the name of the loading icon
			imageBtnPrev:			'/images/lightbox-btn-prev.gif',			// (string) Path and the name of the prev button image
			imageBtnNext:			'/images/lightbox-btn-next.gif',			// (string) Path and the name of the next button image
			imageBtnClose:			'/images/lightbox-btn-close.gif',		// (string) Path and the name of the close btn
			imageBlank:				'/images/lightbox-blank.gif'
        	
        	}
        );
	}
);


function doFlash()
{
	//var flashvarsnav = {xmlURL:"showtemplate/navigatie.xml?ID="+folderID};
	var flashvars = {};
						//theme:theme,
						//height:$("#flash-bg").height()
	//				};
	var params = {};
	params.wmode = "transparent";
	params.allowScriptAccess = "always";
	//var attributes = {};
	//attributes.align = "middle";
		
	swfobject.embedSWF("swf/###FILENAME###.swf", "###NAME DIV #ID###", "###WIDTH###", "###HEIGHT###", "###NR FLASHPLAYER 9.0.0###", flashvars, "###FILENAME###.swf", params);
	//example 
	//swfobject.embedSWF("swf/Spelerij_NAV.swf", "header-flash", "860", "165", "9.0.0", "Spelerij_NAV.swf", flashvarsnav, params, attributes);
}



