if (window.enable_minus_plus) { 
  enable_minus_plus('.content_top span.minus, .content_top span.plus','plus','minus');
  enable_minus_plus('.profile_top span.minus_small, .profile_top span.plus_small','plus_small', 'plus_minus');
}

if (window.content_link_hover) content_link_hover();

if (window.nav_hover) nav_hover();

if (window.submit_button_hover) submit_button_hover();

if (window.content_map_link_hover) content_map_link_hover();

function launch_addthis() {
	return addthis_open(this, '', page_url, '[TITLE]');
}

if (window.page_url && page_url != "")
{	
	$('vlink_addthis').onmouseover = launch_addthis;
	//$('vlink_addthis').onclick = launch_addthis;
	$('vpane_share_this').href = "mailto:?subject=[IdeasProject]: "+escape(title)+"&body=Here%27s%20a%20link%20to%20a%20really%20cool%20site%20on%20the%20future%20of%20communications%3A%0D%0D"+page_url+"%0D%0DIdeasProject%2C%20a%20project%20of%20Nokia%20hosted%20at%20www.ideasproject.com%2C%20brings%20together%20the%20most%20visionary%20and%20influential%20big%20thinkers%20to%20contemplate%20the%20big%20ideas%20that%20matter%20most%20to%20the%20future%20of%20communications%2E%20%20It%27s%20a%20new%20kind%20of%20conversation%20platform%20aimed%20at%20uncovering%20the%20connections%20between%20these%20thought%20leaders%20and%20their%20disruptive%20ideas%20%2E%20%20Explore%20the%20IdeasProject%20website%2C%20subscribe%20to%20its%20RSS%20feed%2C%20join%20its%20Twitter%20feed%20%28ideasproject%29%2C%20and%20come%20back%20often%20to%20learn%20about%20great%20new%20big%20ideas%20as%20they%20break%2E";
}

if (window.map_applet_html)
{
  $('map_applet').innerHTML=map_applet_html;
}

if (document.login_popup) {
  if (document.login_popup.innerHTML.match('Login failed') != null) {
    $('my_ideas_project_popup').style.display = 'block';
  }
}