$(document).ready(function(){
	
$('#rightside h2').toggle(
	function(){$('#rightside').addClass('rightOne');},
	function(){$('#rightside').removeClass('rightOne');});
		
	var anchors = $("a[href^=http://]");
	anchors.attr("target","_blank");

	FLIR.init({path: 'flir/'});
	FLIR.replace('h2', new FLIRStyle({cFont: 'swisslight' , cColor: 'white'}) );
	
//var menuListRegEx =/index.php|about.html|consult.php|contact.html|resources.html|expressions.php/i;

});

