// Initialize the Scripts for this site.

$(document).ready(function() {
	
	$('#menu li.item:last').css('border','0px');
	
	// Opens up Smart Solutions in new window.
	$('#smartzLink').click(function() {
		window.open($(this).attr('href'), 'smartz', '');
		return false;
	});
		
});
