// JavaScript Document

function MM_showHideLayers() { //v9.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) 
  with (document) if (getElementById && ((obj=getElementById(args[i]))!=null)) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


// JavaScript Document

// below is the code that hides all the layers at once. MM_showHideLayers function is defined above. Add new names to script when new bios are added.


function hideAllStories()
{
	MM_showHideLayers('featured01','','hide','featured02','','hide','featured03','','hide','featured04','','hide','featured05','','hide','featured06','','hide','featured07','','hide','featured08','','hide','featured09','','hide','story01','','hide','story02','','hide','story03','','hide','story04','','hide','story05','','hide','story06','','hide','story07','','hide','story08','','hide','story09','','hide');
}

