// JavaScript Document

$(document).ready(function(){
						   
		
			 $("#states").accordion({autoHeight: false,
									  active: false,
									  header:"div.head",
									  alwaysOpen: false,
									  navigation:true
									   
									  });
			
});

function swapNE() { $("#USmap").attr({src: "img/search/USmapNE.gif"}); }

function swapSE() { $("#USmap").attr({src: "img/search/USmapSE.gif"}); }

function swapMW() { $("#USmap").attr({src: "img/search/USmapMW.gif"}); }

function swapSW() { $("#USmap").attr({src: "img/search/USmapSW.gif"}); }

function swapNW() { $("#USmap").attr({src: "img/search/USmapNW.gif"}); }

function swapOthers() { $("#USmap").attr({src: "img/search/USmapAKHI.gif"}); }

function swapAgain() { $("#USmap").attr({src: "img/search/USmap.gif"}); }