// JavaScript Document

/*match function names with flash actionscript in header.fla file. click on each button and go to actions, check getURL function 
*/



/*----------------------------------------------------------------------------------------*/	

   //main menu

	function wrcichome(){
		window.location.href = 'index.aspx'
	}
	function wrcichosts(){
		window.location.href = 'hosts.html'
	}
	function wrcicsponsors(){
		window.location.href = 'sponsorexhibitor.html'
	}
	function wrcicprogram(){
		window.location.href = 'program.html'
	}
	function wrcichotel(){
		window.location.href = 'hotel.html'
	}
	function wrcicregistration(){
		window.location.href = 'https://www.maple-tech.com/wrcic/reginfo.aspx'
	}
	function wrciccontact(){
		window.location.href = 'contactus.html'
	}
	
	
	//topmenu
	
	function wrcic1(){
		window.location.href = 'currentsponsorships.html'
	}
	function wrcic2(){
		window.location.href = 'currentexhibitors.html'
	}
	function wrcic3(){
		window.location.href = 'attendeelist.html'
	}
	function wrcic4(){
		window.location.href = 'photogallery.html'
	}
	function wrcic5(){
		window.location.href = 'speakerpresentations.html'
	}
	function wrcic6(){
		window.location.href = 'futureconferences.html'
	}
