$(document).ready(function(){
	$('#menuLinks').hoverAccordion();
});

var ajax = new sack();

function showMe(rubriek,id,foto,titel){	
	var form = document.getElementById('form');
	ajax.setVar("url", 'login/upload/'+rubriek+'/'+id+'/'+foto);
	ajax.setVar("titel", titel);
	ajax.requestFile = "includes/foto.php";
	ajax.method = 'post';
	ajax.element = 'tekst';
	ajax.runAJAX();
}

function openShadowBox(pad,titel) {
	Shadowbox.open({
		content: pad,
		title: titel,
		player: 'img'
	});
}; 
