/*
 *
 * Script Specific settings used site-wide
 * Last Edit 01-18-10 Scott Donald
 *
 */


	/* image swap */
	$.swapImage(".swapImage");

	//Nav Controls
	$(function() {

      	var accOpts = {
      		event: "mouseover",
      		active: "h3#open",
	    	autoHeight:false,
	    	alwaysOpen:true,
      	}
       
    	$("#accordion").accordion(accOpts);
     });
     



