// Map.js

// ==============================================================================
// Copyright © 2004-2007, LDC Consulting (LDCC). All rights reserved.
// No part of this document may be reproduced, stored in a retrieval system, or
// transmitted in any form or by any means, electronic, mechanical, photocopying,
// recording, or otherwise, without the prior permission of LDCC.
// ==============================================================================

    function ShowMap(Address) {

        window.open('http://www.maps.google.com?q=' + Address, 'Map',
          'scrollbars,resizable,menubar,top=50,left=50,height=550,width=750');
        }