<!-- hide

// -------------------------------------------------------
//  Javascript written by Jae Yoon			  
//  Copyright © 1995-2007, Jae Yoon. All rights reserved. 
//  You can copy the source but just keep the recognition 
//  to the programmer					  
//  Ideas are priceless, Say NO to piracy!		  
// -------------------------------------------------------


  // select_auto_jump



<!-- Begin
function makeUCLHDMenu() {
document.write ('<form><select name="select1" onChange="select_auto_jump(this.form)" size=1>');
document.write ('<option value=#JumpTop>>>>Please make your Selection');
document.write ('<OPTION VALUE=#unix_intro>Unix::Introduction to Unix at CEE UCL');
document.write ('<OPTION VALUE=#toc_general>Unix::General Topics');
document.write ('<OPTION VALUE=#toc_problem>Unix::Dealing with "Uh-oh"');
document.write ('<OPTION VALUE=#toc_shell>Unix::Dealing with your Shell');
document.write ('<OPTION VALUE=#toc_account>Unix::Dealing with your Account');
document.write ('<OPTION VALUE=#toc_file>Unix::Dealing with File & File system');
document.write ('<OPTION VALUE=#toc_floppy>Unix::Dealing with your Floppy disk');
document.write ('<OPTION VALUE=#toc_editor>Unix::Dealing with Text Editors');
document.write ('<OPTION VALUE=#toc_email>Unix::Dealing with E-mail');
document.write ('<OPTION VALUE=#toc_browser>Unix::Dealing with Web Browsers');
document.write ('<OPTION VALUE=#toc_network>Unix::Dealing with Network');
document.write ('<OPTION VALUE=#internet_background>Internet::History and Overview');
document.write ('<OPTION VALUE=#internet_security>Internet::Network Security');
document.write ('<OPTION VALUE=#internet_netiquette>Internet::Netiquette');
document.write ('<OPTION VALUE=#internet_spam>Internet::About Spamming');
document.write ('<OPTION VALUE=#internet_archie>Internet::Archie (Archive Server Listing Service)');
document.write ('<OPTION VALUE=#internet_ftp>Internet::FTP (File Transfer Protocol)');
document.write ('<OPTION VALUE=#internet_listserv>Internet::Listserv');
document.write ('<OPTION VALUE=#internet_usenet>Internet::Usenet');
document.write ('</select>');
document.write ('</form>');
}
makeUCLHDMenu();

// End -->

