// JavaScript Document

/*match function names with flash actionscript in header.fla file. click on each button and go to actions, check getURL function 
*/



/*----------------------------------------------------------------------------------------*/	

//About Us 

	function AzCIAHistory(){
		window.location.href = 'AzCIA_History.html'
	}

	function Board(){
		window.location.href = 'BoardOfDirectors.html'
	}
function Committees(){
		window.location.href = 'Committees.html'
	}
	
/*----------------------------------------------------------------------------------------*/	


/*----------------------------------------------------------------------------------------*/	


//Membership 	
	
	function MembershipInfo(){
		window.location.href = 'MembershipInfo.html'
	}
	function MembershipApplication(){
	MembershipApplication = 
	window.open("https://www.maple-tech.com/AzCIA/MembershipApp.aspx"); 
	}
	
/*----------------------------------------------------------------------------------------*/	


/*----------------------------------------------------------------------------------------*/	

//Conferences and Events

	function ConferenceHighlights(){
		window.location.href = 'CurrentConference.html'
	}

/*	function ConferenceRegistration(){
		window.location.href = 'PDF/ConferenceRegistration.pdf'
	}
*/	function ConferenceArchives(){
		window.location.href = 'ConferenceArchives.html'
	}
	
/*----------------------------------------------------------------------------------------*/	

/*----------------------------------------------------------------------------------------*/	


//About Catives
	function Captives(){
	MembershipApplication = 
	window.open("MktgBase.pdf"); 
	}

	function AZLegislation(){
		window.location.href = 'AZ_Legislation.html'
	}
	function AzDOI(){
		window.location.href = 'AzDOI.html'
	}
	function CaptiveResources(){
		window.location.href = 'CaptiveResources.html'
	}
	
	
/*----------------------------------------------------------------------------------------*/	

/*----------------------------------------------------------------------------------------*/	

//Members Only 
	function MembersOnly(){
		window.location.href = 'Members_Only.html'
	}


/*	function MembersOnly(){ 
	MembersOnly = 
	window.open("https://www.maple-tech.com/AzCIA/ApplicationProcess.aspx"); 
	}
*/		
	
	
/*----------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------*/	


//Contact Us

	function ContactInformation(){
		window.location.href = 'ContactInformation.html'
	}
	function AdvertiseWithUs(){
		window.location.href = 'AdvertiseWithUs.html'
	}
	function JobOpportunities(){
		window.location.href = 'JobOpportunities.html'
	}


/*----------------------------------------------------------------------------------------*/	

/*----------------------------------------------------------------------------------------*/	


//Service Providers

	function ServiceProviders(){
		window.location.href = 'Service_Providers.html'
	}
	
/*----------------------------------------------------------------------------------------*/	

/*----------------------------------------------------------------------------------------*/	


//E-News


	function CurrentENews(){
		window.location.href = 'ftp://ftp.harringtoncompany.com/AzCIA/December_2009_Newsletter.htm'
	}
	function ENewsArchive(){
		window.location.href = 'E-NewsletterArchive.html'
	}
	
/*----------------------------------------------------------------------------------------*/	

/*----------------------------------------------------------------------------------------*/	


	
	function LatestNews(){
		window.location.href = 'LatestNews.html'
	}
	function NewsArchives(){
		window.location.href = 'NewsArchives.html'
	}

/*----------------------------------------------------------------------------------------*/	
