<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">jQuery(document).ready(function() {
	jQuery('.fancybox-media').fancybox({
		openEffect  : 'none',
		closeEffect : 'none',
		helpers : {
			media : {}
		}
	});
});

function showdiv(id){
  	$("#mengenai_kami div").hide(0); //Hide all DIV's within container
    $("#mengenai_kami #" + id).show(); //Show DIV with certain ID
}</pre></body></html>