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

