﻿jQuery(document).ready(function(){
	$(".nav").superfish({
			animation : { opacity:"show", height:"show" },
			 speed: 10, 
			 delay: 10
	});

	//enable image swaps
    $.swapImage(".swapImage");
    
});

