$(document).ready(function() {
	$('a.new_window').attr('target','_blank');

	$("#aboutUsBigTextButton").click(function() {
		$(this).hide();
		$("#aboutUsBigText").show("fast");
	});
	
	$(".selectList h3").css("cursor","pointer");
	$(".selectList h3").next("p || ul").css("display","none");
	$(".selectList h3").click(function() {
// 		$(".selectList h3").next("p || ul").hide('fast',function(){
// 			
// 		});
		
		$(".selectList h3").next("p:visible || ul:visible").hide('fast');
		$(this).next("p:hidden || ul:hidden").show('fast');
		
	});

	$("a[href^='mailto']").css('font-weight','bold');
	
});

if (document.location.pathname.search("BulgariaHistory") != -1 || document.location.pathname.search("BulgariaHistory") != -1) $.getScript("/js/bgHistory.js");