"; echo "Display all how-To Files - "; echo "Return to regular display"; echo "

"; $contents = implode('', file($howtofile)); echo "
";
		echo $contents;
		echo "
"; } else { include("../include/mainhead.inc"); include("../include/mainmenu.inc"); echo "

\">"; echo "Display all How-To Files | "; echo "Printer Friendly Display"; echo "

"; $contents = implode('', file($howtofile)); echo "
";
		echo $contents;
		echo "
"; echo "
"; echo "

These text how-to files are also included in your Smartcaster in the about screen. To get to the "; echo "About screen go to Quit then choose About. Once there press H to bring up the How-To files."; echo "

"; include("../include/howtolist.inc"); echo "


"; include("../include/mainfoot.inc"); } } else { include("../include/mainhead.inc"); include("../include/mainmenu.inc"); if ($howto > "") { echo "

The How To File $howto doesn't appear to exist at this time. Please choose another How-To

"; } echo "

These text how-to files are also included in your Smartcaster in the about screen. To get to the "; echo "About screen go to Quit then choose About. Once there press H to bring up the How-To files."; echo "

"; include("../include/howtolist.inc"); echo "


"; include("../include/mainfoot.inc"); } ?>