/////////////////////////////////////////////////////////////////
//
//  Alpine Meadow Productions  
//
//  Donn Ault
//  Copyright (C) 2009 All Rights Reserved
//  www.alpinemeadow.com
//
/////////////////////////////////////////////////////////////////

function AddCopyright (TargetDivID, BaseURL)
{
  var TargetDiv = document.getElementById (TargetDivID);

  TargetDiv.innerHTML = 'COPYRIGHT &copy; 2000 - 2010 ALPINE MEADOW PRODUCTIONS - ALL RIGHTS RESERVED<br>' +
                           'Designed for Firefox 3.5 and the css font tag - 1600 x 1200 recommended<br>' +
                           'Opera (100%), Firefox (99%), Safari (90% Poor Font Rendering), Chrome (No Fonts), IE (No Fonts)';

}
