<!--
if (window != top) self.parent.location = location.href;

function MM_reloadPage(init) {  // reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function pagetools() {
	document.write("<p>&nbsp;&nbsp;<b>Page Tools:</b><br />");
	document.write("&nbsp;&nbsp;<a href=\"javascript:window.external.addfavorite(document.location.href, document.title)\" class=\"leftbox\" title=\"Add this page to your Favorites\">");
	document.write("<img src=\"/images/layout/icon_bookmark.gif\" width=\"15\" height=\"13\" alt=\"\" /> Bookmark</a><br />");
	document.write("&nbsp;&nbsp;<a href=\"javascript:email()\" class=\"leftbox\" title=\"Send this page to a friend\">");
	document.write("<img src=\"/images/layout/icon_email.gif\" width=\"16\" height=\"16\" alt=\"\" /> E-mail</a><br />");
	document.write("&nbsp;&nbsp;<a href=\"javascript:window.print()\" class=\"leftbox\" title=\"Send this page to your printer\">");
	document.write("<img src=\"/images/layout/icon_print.gif\" width=\"16\" height=\"16\" alt=\"\" /> Print</a></p>");
	document.write("<p><img src=\"/images/layout/leftline.gif\" width=\"120\" height=\"1\" alt=\"\"></p>");
}

function email() {
	var to = "";
	var subject = "Check out this web page";
	var body = document.title +": " +document.location.href;
	var doc = "mailto:" +to +"?" +"subject=" +escape(subject) +"&" + "body=" +escape(body); 
	window.location.href = doc;
}
// -->
