$(function() {

	$('ul.system a.bim').click(function () {
		var bim_link = $(this);
		bim_link.parent("li").toggleClass("open");
		bim_link.next(".bim_icons").toggleClass("open");
	});
	
	$(".reference_all a.popup, .reference_all a.ref-all").click(function() {
		$.fn.colorbox({href:$(this).attr('href'), opacity: 0.7, iframe:true, overlayClose: true, scrolling: true, width:"1320px", height:"95%"});
		return false;
	});
	
	$("a.nfrc_files").click(function() {
		$.fn.colorbox({href:$(this).attr('href'), opacity: 0.7, iframe:true, overlayClose: true, scrolling: true, width:"1250px", height:"95%"});
		return false;
	});
	
});
