////////////////////////////
////////////////////////////
//		als pagina is geladen
////////////////////////////

$(document).ready(function(){
	
	
	
	
});


/*
TopUp.images_path = "img/Lightbox/";
TopUp.players_path = "jquery/Lightbox/players/";
	  
TopUp.addPresets({
	".Lightbox": {
	group: "links",
	layout: "dashboard",
	effect: "switch",
	modal: 1,
	shaded: 1,
	overlayClose: 1,
	resizable: 0,
	readAltText: 1
	},
	".Lightbox2": {
	group: "links2",
	layout: "dashboard",
	effect: "switch",
	modal: 1,
	shaded: 1,
	overlayClose: 1,
	resizable: 0,
	readAltText: 1
	}
});

*/


$(function() {
	
	//REMEMBER MENU//
	$("div#Menu ul a").each(function(el) {
		var th = String($(this).attr("href"));
        var wh = String($(window).attr("location"));
        var tpage = th.substring(th.lastIndexOf("/"));
        var wpage = wh.substring(wh.lastIndexOf("/"));
		

        //:if (wpage.indexOf("?") > -1) 
        //    wpage = wpage.substring(0, wpage.indexOf("?") - 1);
        //if (tpage.indexOf("?") > -1) 
        //    tpage = tpage.substring(0, tpage.indexOf("?") - 1);
        if (tpage == wpage) {
            //als je class gebruikt ipv id
			//$(".current").removeClass("current");
            //$(this).parent().addClass("current");
				
			$("#ActiveMenu").attr("id", "");
			$(this).parent().attr("id","ActiveMenu");
				
            return false;
        }
		
	});
});
