// JavaScript Document

/*match function names with flash actionscript in home-banner.fla file. click on each button and go to actions, check getURL function 
*/


//TOP menu navigation//

	function TopMenu1(){
		window.location.href = 'default.aspx'
	}
	function TopMenu2(){
		window.location.href = 'about_ind.html'
	}
	function TopMenu3(){
		window.location.href = 'committee.html'
	}
	function TopMenu4(){
		window.location.href = 'contact.html'
	}
/*----------------------------------------------------------------------------------------*/	

//bottom menu navigation//

	function botMenu1(){
		window.location.href = 'why_ind.html'
	}

	function botMenu2(){
		window.location.href = 'documents_downloads.html'
	}
	function botMenu3(){
		window.location.href = 'premium_discounts.html'
	}
	
	function botMenu4(){
		window.location.href = 'risk_management.html'
	}

	function botMenu5(){
		window.location.href = 'seminars.html'
	}
	function botMenu6(){
		window.location.href = 'ind_brokers.html'
	}

	function botMenu7(){
		window.location.href = 'useful_links.html'
	}

	

	
/*----------------------------------------------------------------------------------------*/	
