		jQuery(document).ready( function() {
			jQuery( "#textsizer-classnames a" ).textresizer({
				target: "#maincontent",
				type: "cssClass",
				sizes: [ "small-text", "medium-text", "large-text", "larger-text" ],
				selectedIndex: 1
			});
		});
		
		
/* Prevents IE6 Background Flicker */

try {
  document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}



/* Alternate Table Rows */

$("document").ready(function(){
	$("table.regular tbody tr:even").addClass("bgodd");
});


$(document).ready(function() {
      
	// Setup the nav drop-downs
	$('.topnav').nmcDropDown({
    show: {height: 'show', opacity: 'show'}
	});

});
