<!--

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function openwin(url,name,width,height) {
  newwin=window.open(url,name,"width=" + width + ",height=" + height + ",resizeable=no,scrollbars=no,status=no");
  newwin.focus();
  }

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}

function redirectOpener(opUrl)
{
	window.opener.location.href=opUrl;
	window.close();
}

function focusMain()
{
	if(window.closed)
	{
		window.opener.focus();
	}
}

//-->