
function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}

function OpenWindow(sPage, sWindow, sWidth, sHeight, sTool)
{
	var winl = (screen.width - sWidth) / 2;
	var wint = (screen.height - sHeight) / 4;
	if (sTool == 1)
	{
	  toolstring = "no"
	}
	else
	{
	  toolstring = "no"
	}
	MM_openBrWindow(sPage, sWindow,'menubar=no,location=no,toolbar='+toolstring+',scrollbars=no,width='+sWidth+',height='+sHeight+',top='+wint+',left='+winl);
}
//-->

