<!--
function mailpage()
{
mail_str = "mailto:?subject=Take a look at " + document.title;
mail_str += "&body=I thought you might be interested in looking at " + document.title;
mail_str += ". You can view it at, " + location.href; 
location.href = mail_str;
}

function smalltxt()
{
	selectStyle('layout', 'layout-a');refresh();
}

function mediumtxt()
{
	selectStyle('layout', 'layout-b');refresh();
}

function largetxt()
{
	selectStyle('layout', 'layout-c');refresh();
}
//-->

function contrast()
{
	selectStyle('layout', 'layout-d');refresh();
}


var urlAddress = location.href;
 var pageName = document.title;

 function addToFavorites()
 {
  if (window.external)
  {
   window.external.AddFavorite(urlAddress,pageName)
  }
  else
  { 
   alert("Sorry. Your browser doesn't support this function.");
  }
 }


//-->