
var IAenabled=
{
	'fedRidings' : false,
	'univ'	: '/site/map_univ.php',
	'twoMapView' : true
};

IAenabled.goto=function(link)
{
	if (this[link])
		document.location.href=this[link];
	else
		promptUser('<br><br>Coming soon<br><br>',{ 'OK' : null }, 'Innovation Atlas');
	
	return false;
}
		

