
/* Tuna */

    /* Ağaç menu */
		$(document).ready(function(){
				
			// second example
			$("#browser").treeview({
				animated:"normal",
				persist: "cookie",
				collapsed: true
			});
			
		});    

	/* Resim */
    $(function() {
		$('a[rel="lightbox"]').lightBox();	   
    });


