// SET THE STATUS BAR MESSAGE
defaultStatus="apartmentsmovers.com";

<!-- New Window
function Application(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width=460,height=500,left = 0,top = 0');");
}
// End -->

<!-- Rollover Status Bar Message
function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;

} 

