function docs(pp){	
	  var newWin = window.open ("/docs/"+pp,"InfodoroTerms","status=0,scrollbars=1,width=800,height=600,menubar=0,resizable=1,screenX=100,screenY=100");
      newWin.focus();
	}
function help(pp){ 
	  var newWin = window.open ("<?php echo $webRoot. $helpLink; ?>/#"+pp,"InfodoroHelp","status=0,scrollbars=1,width=600,height=500,menubar=0,resizable=0,screenX=100,screenY=100");
      newWin.focus();
	}