// ----------- Status Line Functions ----------- //

function MM_DS(msgStr) { status=msgStr;  document.MM_RV = true; }
function MM_DSI(msgStr) { status=msgStr + ' Information';  document.MM_RV = true; }
function MM_DSA(msgStr) { status=msgStr + ' Application';  document.MM_RV = true; }
function MM_DSO(msgStr) { status=msgStr;  document.MM_RV = true; }
function MM_jump(PDest,restore){ myRe=/[A-Za-z0-9_\.\-]+$/; PShort = myRe.exec(PDest.options[PDest.selectedIndex].value);
if (PShort == null)
	{ PShort="/" }
    else
	{ eval("parent.location=\'"+PShort+"'") }
}
function addFavorite() {
  if (window.external) {
    external.AddFavorite(location.href, "Securities, Business and Commercial Lawyers of Van Deusen & Wagner")
  } else {
    alert("Your browser doesn't support automatic bookmarking.\n" +
    "If you are using Netscape Navigator, click Bookmarks\n" +
    "and then Add Bookmark to add this site to your favorites.");
  }
}