helptxt=new Array();
helptxt['assignments']= 'Current Assignments lists the Projects Evaluations that you '
						+'have been assigned to complete.  Clicking on the icons in the '
						+'list, different parts of the Evaluation may be displayed and/or '
						+'modified.  Once complete, click Submit to send the Evaluation to '
						+'PBEE for review.  Once approved, the Evaluations will be available '
						+'for retrieval on this website.';
helptxt['wfNew']= "Items marked 'New' represent new insertions or works in progress.  Like other Evaluations "
				  +"shown on this page, items shown here are not yet available to the public.\n\nNew Evaluations "
				  +"must first be assigned to an Evaluator.  To assign an Evaluator to the project, select a user "
				  +"from the 'Assigned to' column below.  The Evaluation will then appear in that user's "
				  +"Inbox.  Once the user completes and submits Part I of the Evaluation, it will move to "
				  +"the 'Submitted' step, at the same time disappearing from his/her Inbox.\n\nTo manually promote an Evaluation in progress (i.e. force a submission), "
				  +"click the 'Thumbs Up' icon.  Items may also be permanently deleted by clicked on the 'X' icon.";
helptxt['wfSubmitted'] = "'Submitted' lists Evaluations which have been submitted by an Evaluator.  These items must be reviewed by a PBEE Administrator and "
						 +"either passed back to the Evaluator (the 'Thumbs down' icon), or reassigned and passed on to a PBEE Reviewer ('Thumbs up' icon).  Items "
						 +"may also be permanently deleted by clicked on the 'X' icon.  Like other Evaluations "
   				         +"shown on this page, items shown here are not yet available to the public."
helptxt['wfReview'] = "Items marked for 'Review' are currently awaiting approval by a PBEE Reviewer.  Once the assigned Reviewer completes Part II and submits the Evaluation, "
					  +"it moves to the 'Approved' category below.  Like other Evaluations "
					  +"shown on this page, items shown here are not yet available to the public."
					  +"\n\nTo manually promote an Evaluation in progress (i.e. force a submission), "
  				      +"click the 'Thumbs Up' icon.  To remove the item from the Reviewer's inbox, you may either "
  				      +"change the 'Assigned to' column to 'Unassigned', or click the demote button ('Thumbs down').  "
  				      +"Items may also be permanently deleted by clicked on the 'X' icon.";
helptxt['wfApproved'] = "These items have both Part I and Part II forms completed and are waiting approval by a PBEE Administrator.  "
+" Like other Evaluations on this page, items shown here are not yet available to the public.\n\n"
+"To publish an item and remove it from the Inbox workflow, click the promote or 'Thumbs up' icon.  To push it back to the PBEE Reviewer, "
+"click the 'Thumbs down' icon.  "
  				      +"Items may also be permanently deleted by clicked on the 'X' icon.";
helptxt['tsearch'] = "Select one or more fields below to search the Evaluations database.  To select more than one item, hold 'Ctrl' and click the requested items.  Once you've chosen the desired search criteria, click 'Search'.  Click 'Reset' to clear all search criteria.";
/*
"My Inbox is where works in progress may be reviewed, assigned and promoted to\n"
				   +" the next step in the publishing process.  To view Part I or Part II of\n"
				   +"\n"
*/
Browser="";
if (navigator.appName.indexOf("Netscape")!=-1)
{
if (document.layers)
Browser="NS4"
else
Browser="NS6"
}
if (document.all)
Browser="IE";


function writeHelp(index) {
	if ( Browser=="IE" )
		document.write('<a href="javascript:alert(helptxt[\''+index+'\'])" title="'+helptxt[index]+'"><img border="0" src="images/help.gif"/></a>');
	else
		document.write('<a href="javascript:alert(helptxt[\''+index+'\'])"><img border="0" src="images/help.gif" alt="Click for help"/></a>');
}					  
