var dMsg = false;
var cStts = false;
var dfltStts = 'Real Estate School of New England';
window.defaultStatus = 'Real Estate School of New England';
/* Tool Tip Setup */
var ttImage = '<img src="favicon.png" width="16" height="16" style="border:#999999 1px solid;">&nbsp;&nbsp;';
var ttImage10 = '<img src="images/promissor_icon_016x016.png" width="16" height="16" style="border:#999999 1px solid;">&nbsp;&nbsp;';
var ttMsg00 = 'Real Estate School of New England&#8217;s Home Page.';
var ttMsg01 = 'Visit the Branford Connecticut Location Website.';
var ttMsg02 = 'Visit the Bridgeport Connecticut Location Website.';
var ttMsg03 = 'Visit the Wethersfield Connecticut Location Website.';
var ttMsg04 = 'Real Estate School of New England&#8217;s Website Map.';
var ttMsg000 = ttImage+'You are here.&nbsp; This is the Real Estate School of New England&#8217;s Home Page.';
var ttMsg004 = ttImage+'You are here.&nbsp; This is the Web Site Map.';
/* Sponsored Ads Setup */

//**********************************************************
//  FUNCTION: makeCopyright
//    creates a copyright statement
//
function makeCopyright() {
  var thisDate = new Date();
  var thisYear = thisDate.getFullYear();
  var thisCopyright = '<p class="copyright marginTop14">Copyright(&copy;) 2007-'+thisYear+' Real Estate School of New England.<br>All rights reserved.</p>';
  document.write(thisCopyright);
}

// function that displays status bar message
function dm(msgStr) {
dMsg = false;
document.returnValue = false;
if(document.images) {
  window.status = msgStr;
  dMsg = true;
  document.returnValue = true; }
}

// dStts: Display Status
function dStts(oStatus) {
cStts = false;
if(document.images) {
  window.status = oStatus;
  cStts = true; }
}

