// JavaScript Document

/*match function names with flash actionscript in .fla file. click on each button and go to actions, check getURL function 

button function:
on (release) { getURL ("javascript:ContactInformation();  void(0);");	

add this line to html: <script src="MenuLinks.js"type="text/javascript"></script>

}
*/



/*----------------------------------------------------------------------------------------*/	

//About Us 

	function ucia(){
		window.location.href = 'ucia.html'
	}

	function membership(){
		window.location.href = 'membership_welcome.html'
	}
function serviceproviders(){
		window.location.href = 'service_providers.html'
	}
	
	function aboutcaptives(){
		window.location.href = 'utah_reg_advantage.html'
	}
	
	function meetings(){
		window.location.href = 'meetings.html'
	}
	
	function conferences(){
		window.location.href = 'conferences.html'
	}
	
	function newsletter(){
		window.location.href = 'newsletters.html'
	}
	
	function utahlaw(){
		window.location.href = 'utahlaw.html'
	}
	
	function resources(){
		window.location.href = 'resources.html'
	}
	
	function contact(){
		window.location.href = 'contactus.html'
	}
	
	function utahgov(){
	utahgov = 
		window.open("http://www.captive.utah.gov/"); 
	}
