1. Upload the plugin to the Wordpress/wp-content/Plugins/ folder.
2. Go to your wordpress control panel and select the Plugins tab
3. Click the “Activate” link next to the Theme Switcher plugin on the list
4. Add this to your sidebar code in all your themes
<li>Themes:
<?php wp_theme_switcher(); ?>
<li>
or this if you want it the themes to be in a dropdown box, like mine are:
<li>Themes:
<?php wp_theme_switcher('dropdown'); ?>
</li>
5. Repeat step 4 for each of the themes you have installed
And, if I recall correctly, that should do it.
]]>