function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}
function browsertest()
{
	newWindow = window.open('http://www.dearborn.com/shared/browsertest.asp', 'new', 'feature=alwaysRaised,height=440,width=700,left=100,top=50,screenX=100,screenY=50,scrollbars,resizable,status');
	newWindow.focus();
}
function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}