// JavaScript Document

<!-- Begin Beginner Computer Help List

// original code by Bill Trefzger 12/12/96

function go10(){
if (document.selecter10.select1.options[document.selecter10.select1.selectedIndex].value != "none") {
location = document.selecter10.select1.options[document.selecter10.select1.selectedIndex].value
		}
	}
//-->

<!--
document.write('<form name="selecter10"><select name="select1" size=1 onchange="go10()">');
document.write('<option value=none>Quick Access for Beginners');
document.write('<option value=none>---------------------------------------------');
document.write('<option value="http://www.shopwithtrust.com/computer/Beginner/Internet-Help-for-Beginners.html">**Internet Help For Beginners**');
document.write('<option value=none>---------------------------------------------');
document.write('<option value="http://www.shopwithtrust.com/computer/Beginner/Computer-Mouse-Help.html">Using the Mouse');
document.write('<option value="http://www.shopwithtrust.com/computer/Beginner/Hyperlink.html">Hyperlink to New Pages');
document.write('<option value="http://www.shopwithtrust.com/computer/Beginner/Back-Button.html">Back Button');
document.write('<option value="http://www.shopwithtrust.com/computer/Beginner/Windows.html">Manage Windows');
document.write('<option value="http://www.shopwithtrust.com/computer/Beginner/Web-Browser.html">Web Browsers');
document.write('<option value="http://www.shopwithtrust.com/computer/Beginner/Address-Bar.html">Address Bar');
document.write('<option value="http://www.shopwithtrust.com/computer/Beginner/Website.html">Web Page vs. Web Site');
document.write('<option value="http://www.shopwithtrust.com/computer/Beginner/Menu-Bar.html">Menu Bar');
document.write('<option value="http://www.shopwithtrust.com/computer/Beginner/Bookmark-Favorites.html">Bookmark Favorite Web Sites');
document.write('<option value="http://www.shopwithtrust.com/computer/Beginner/Drop-Down-List.html">Drop Down Lists');
document.write('<option value="http://www.shopwithtrust.com/computer/Beginner/Javascript.html">Enable Javascript');
document.write('<option value="http://www.shopwithtrust.com/computer/Beginner/Web-Accessibility.html">Web Accessibility');
document.write('<option value=none>---------------------------------------------');
document.write('<option value="http://www.shopwithtrust.com/computer/Beginner/Internet-Security-for-Beginners.html">**Security For Beginners**');
document.write('<option value=none>---------------------------------------------');
document.write('<option value="http://www.shopwithtrust.com/Help/Shop-Safe-Online.html">How to Shop Safely');
document.write('<option value="http://www.shopwithtrust.com/computer/Beginner/Internet-Security.html">Protect my Computer');
document.write('<option value="http://www.shopwithtrust.com/computer/Beginner/Privacy-Policy-Lesson.html">Privacy Policies');
document.write('<option value="http://www.shopwithtrust.com/computer/Beginner/Cookies.html">Computer Cookies');
document.write('<option value="http://www.shopwithtrust.com/computer/Beginner/Operating-System-Version.html">Operating Systems');
document.write('<option value="http://www.shopwithtrust.com/computer/Beginner/Internet-Security-News.html">Internet Security News');
document.write('<option value="http://www.shopwithtrust.com/computer/Beginner/Internet-Security-Passwords.html">Secure Passwords');
document.write('<option value=none>---------------------------------------------');
document.write('<option value="http://www.shopwithtrust.com/computer/Beginner/Email-for-Beginners.html">**Email For Beginners**');
document.write('<option value=none>---------------------------------------------');
document.write('<option value="http://www.shopwithtrust.com/computer/Beginner/Email-Help.html">Email a Web Page');
document.write('<option value="http://www.shopwithtrust.com/computer/Beginner/Email-Programs.html">Email Programs');
document.write('<option value="http://www.shopwithtrust.com/computer/Beginner/Copy-&-Paste.html">Copy &amp; Paste');
document.write('<option value="http://www.shopwithtrust.com/Email-a-Friend.html">Email a Friend');

document.write('</select>');
document.write('</form>');
// End Beginner List -->



