<!--

//*****  NIDA Website stylesheet selector.  *********************************


document.write("<link title='new' rel='stylesheet' href='/includes/all.css' type='text/css' />");

if (is_nav4only)
{
  document.write("<link href='/includes/nav4.css' rel='stylesheet' type='text/css' />");
}
else if (is_nav6up)
{
  document.write("<link href='/includes/nav6up.css' rel='stylesheet' type='text/css' />");
}
else 
{
  document.write("<link href='/includes/ie.css' rel='stylesheet' type='text/css' />");
}


//***************************************************************************

//-->