
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function OpenPositionedWindow(url, name, features)
{
	var top; var left;
	if (window.screenTop) top = window.screenTop;
	else if (window.screenY) top = window.screenY;
	if (window.screenLeft) left = window.screenLeft;
	else if (window.screenX) left = window.screenX;
	window.open(url, name, "left=" + left + ",top=" + top + "," + features);
}
//-->
