function formHandler(){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}

document.write('<form name="form">');
document.write('<select name="site" size=1>');
document.write('<option value="">Go To ....');
document.write('<option value="">');
document.write('<option value="AboutCoup.html">About Coup');
document.write('<option value="AboutUs.html">About Us');
document.write('<option value="Address.html">Our Address');
document.write('<option value="AfricanArtBookDealers.html">African Art Book Dealers');
document.write('<option value="Appraisals.html">Appraisals');
document.write('<option value="Appraisals2.html">Appraisals by Coup');
document.write('<option value="AppraisalContract.html">Appraisal Contract');
document.write('<option value="AppraisalInfo.html">Appraisal Info');
document.write('<option value="ArchiveSpecials.html">Archive of Past Specials');
document.write('<option value="CurrentArticle/DueDiligence.html">Articles On-Line');
document.write('<option value="CurrentArticle/Archive.html">Articles On-line Archive');
document.write('<option value="Authenticity.html">Authenticity Certificates');
document.write('<option value="Bibliography.html">Bibliographies for our Catalogues');
document.write('<option value="Bidding.html">Bidding on Commission');
document.write('<option value="BillingForm.html">Billing Form');
document.write('<option value="BookSizes.html">Book Sizes');
document.write('<option value="Buddhist/pageBuddhist/BuddhistFrame.html">Buddhist Art');
document.write('<option value="Cache.html">Cache');
document.write('<option value="Catalogs.html">Catalogues On-Line');
document.write('<option value="COA.html">Certificate of Authencity');
document.write('<option value="CheckClear.html">Check Clearing');
document.write('<option value="Cites.html">Cites');
document.write('<option value="Clients/ClientAccounts.html">Client Accounts');
document.write('<option value="CodeOfEthics.html">Code of Ethics');
document.write('<option value="ConditionArtefact.html">Condition Report for Artefacts');
document.write('<option value="Condition.html">Condition Report for Books');
document.write('<option value="ConditionMap.html">Condition Report &amp; Descriptions for Maps');
document.write('<option value="Consignments.html">Consignments');
document.write('<option value="ConsignSaleAgreement.html">Consignment Sale Agreement');
document.write('<option value="ConsignSecurityAgreement.html">Consignment Security Agreement');
document.write('<option value="ConsignTrustAgreement.html">Consignment Trust Agreement');
document.write('<option value="Contact.html">Contact Us');
document.write('<option value="Copyright.html">Copyright Notice');
document.write('<option value="CoupDef.html">Coup de Foudre - Definition of');
document.write('<option value="CurrencyConverter.html">Currency Converter');
document.write('<option value="DisasterRelief.html">Disaster Relief');
document.write('<option value="ImportLaws.html">Endangered Species &amp; Importation Laws');
document.write('<option value="Ethics.html">Ethics on the Internet');
document.write('<option value="ExchangeLinks.html">Exchange Links');
document.write('<option value="FAQStats/FAQStats.html">Facts &amp; Statistics of General Use');
document.write('<option value="Forms.html">Forms &amp; Agreements in Use on This Site');
document.write('<option value="FAQ.html">FAQ - Frequently Asked Questions');
document.write('<option value="Foundation.html">Foundation Coup de Foudre');
document.write('<option value="GiftCertificate.html">Gift Certificates');
document.write('<option value="GiftDonations.html">Gifts &amp; Donations');
document.write('<option value="Glossary.html">Glossaries');
document.write('<option value="index.html">Homepage in English');
document.write('<option value="indexFrancaise.html">Homepage in French');
document.write('<option value="Ivory.html">Ivory Regulations');
document.write('<option value="LinksFrame.html">Links to Other Sites');
document.write('<option value="LoanCalculator.html">Loan Calculator');
document.write('<option value="Register.html">Log In / Register');
document.write('<option value="Non-Circumvention.html">Non-Circumvention Agreement');
document.write('<option value="ObjectID.html">Object ID');
document.write('<option value="OrderForm.html">Order Form');
document.write('<option value="OrderForm-PrintVersion.html">Order Form - Print Version');
document.write('<option value="My Whereabouts.html">Our Whereabouts');
document.write('<option value="PageUnavailable.html">Page Unavailable');
document.write('<option value="Patent.html">Patents &amp; Service Marks');
document.write('<option value="Payments.html">Payment Information');
document.write('<option value="Paypal.html">PayPal Information');
document.write('<option value="Personnel.html">Personnel');
document.write('<option value="PhotoArchives/ImageArchive.html">Photo Archives');
document.write('<option value="imageGallery/CoupPhotos/TripPhotos.html">Photo Gallery');
document.write('<option value="PressRelease.html">Press Release');
document.write('<option value="Privacy.html">Privacy Policy');
document.write('<option value="Register.html">Register');
document.write('<option value="Returns.html">Returns of Merchandise');
document.write('<option value="SalesTax.html">Sales &amp; Use Tax');
document.write('<option value="Sept11.html">Sept11');
document.write('<option value="ShipmentTracking.html">Shipment Tracking');
document.write('<option value="Shipping.html">Useful Shipping Information');
document.write('<option value="Weekly.html">Special of the Week');
document.write('<option value="SubscriptionForm.html">Subscription Form');
document.write('<option value="TermsOfSale.html">Terms &amp; Conditions of Sale');
document.write('<option value="Tip.html">Thought of the Day');
document.write('<option value="TimePayments.html">Time Payments');
document.write('<option value="TimeZones.html">Time Zones of the World');
document.write('<option value="Tribes.html">Tribes &amp; Ethnic Groups of Africa');
document.write('<option value="UnescoPub.html">Unesco Publications');
document.write('<option value="Unidroit.html">Unidroit');
document.write('<option value="Weather.html">Weather');
document.write('<option value="Credits.html">Website Credits');
document.write('<option value="WeBuy.html">What We Buy');
document.write('<option value="WildlifeLaws.html">Wildlife Laws');
document.write('</select>');
document.write('<input type=button value="Go!" onClick="javascript:formHandler()">');
document.write('</form>');