/*------------------------------------------------------------------- 
Author's Statement:
This script is based on ideas of the author.
You may copy, modify and use it for any purpose. The only condition is that if you publish web pages that use this script you point to its author at a suitable place and don't remove this Statement from it.
It's your responsibility to handle possible bugs even if you didn't modify anything. I cannot promise any support.
Dieter Bungers
GMD (www.gmd.de) and infovation (www.infovation.de)
--------------------------------------------------------------------*/
if (navigator.appName.toLowerCase().indexOf("explorer") > -1) {
	var mdi=textSizes[1], sml=textSizes[2];
}
else if(navigator.userAgent.indexOf("Mac") != -1) {
	var mdi=textSizes[0], sml=textSizes[3];
}else{
	var mdi=textSizes[3], sml=textSizes[4];
}
function reDisplay(currentNumber,currentIsExpanded) {
var macIE5 = (navigator.userAgent.indexOf("MSIE 5.0; Mac") != -1);
var Net4x = (navigator.userAgent.indexOf("Mozilla/4.") != -1) && (navigator.userAgent.indexOf("compatible") == -1);
var  loc=document.location.toString();
if(loc.indexOf("text") == -1) { //this prevents refreshing the navigation page if user is using text navigation

if (!macIE5 && !Net4x) {
	
	toc.document.open();
	toc.document.write("<html>\n<head>\n<title>STAR Industries Intranet : Message Centre</title>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">\n<meta name=\"DC.Identifier\" content=\"shared/intranet/messages.htm\"/>\n<meta name=\"DC.Title\" content=\"STAR Industries Intranet : Message Centre\"/>\n<meta name=\"DC.Description\" content=\"Message Centre page of STAR intranet, created for case study in the Diploma of Business, Human Resources\"/>\n<meta name=\"DC.Subject\" content=\"Intranet\"/>\n<meta name=\"DC.Relation\" content=\"IsPartOf Toolbox 500 \"/>\n<meta name=\"DC.Type\" content=\"text\" />\n<meta name=\"DC.Date\" content=\"2003-06\" />\n<meta name=\"DC.Creator\" content=\"OTEN\" />\n<meta name=\"DC.Publisher\" content=\"sales@atpl.net.au \" />\n<meta name=\"DC.Publisher\" content=\"http://www.atpl.net.au \" />\n<meta name=\"DC.Publisher\" content=\"Australian Training Products, GPO Box 12211, A\'Beckett St PO, Melbourne Vic 8006, Tel: +61 3 9655 0600, Fax: +61 3 9639 4684\" />\n<meta name=\"DC.Rights\" content=\"http://www.anta.gov.au/toolbox/\" />\n<meta name=\"DC.Language\" content=\"en\" />\n<meta name=\"DC.Coverage\" content=\"Australia\" />\n<link rel=\"stylesheet\" type=\"text/css\" href=\"styles/style.css\">\n</head>\n<body>\n<a name=\"top\"></a>\n<div align=\"center\">\n<table width=\"640\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tr><td align=\"right\"><p class=\"close\"><a href=\"#\" onClick=\"self.top.close();\">Close</a></p></td></tr>\n<tr>\n    <td>\n<!-- #BeginLibraryItem \"/Library/header.lbi\" --><img src=\"images/content_banner.jpg\" alt=\"STAR inudstries\" title=\"STAR inudstries\" width=\"630\" height=\"94\" border=\"0\"><!-- #EndLibraryItem --> <img src=\"images/star_nav_bar.gif\" alt=\"Menu\" title=\"Menu\" width=\"631\" height=\"22\" border=\"0\" usemap=\"#Map\"><br>\n<h1>Your message centre</h1>\n       <p align=\"right\">You are logged on as STAR HR General Manager</p></td></tr></table></div><div align=\"center\">\n<table class=\"message\" width=\"640\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td width=\"1\">&nbsp;</td><td  width=\"1\">&nbsp;</td><td width=\"1\">&nbsp;</td><td width=\"600\">&nbsp;</td></tr><tr>");
	var currentNumArray = currentNumber.split(".");
	var currentLevel = currentNumArray.length-1;
	var scrollY=0, addScroll=true, theHref="";
	for (i=0; i<tocTab.length; i++) {
		thisNumber = tocTab[i][0];
		var isCurrentNumber = (thisNumber == currentNumber);
		if (isCurrentNumber) theHref=tocTab[i][2];
		var thisNumArray = thisNumber.split(".");
		var thisLevel = thisNumArray.length-1;
		var toDisplay = true;
		if (thisLevel > 0) {
			for (j=0; j<thisLevel; j++) {
				toDisplay = (j>currentLevel)?false:toDisplay && (thisNumArray[j] == currentNumArray[j]);
			}
		}
		thisIsExpanded = toDisplay && (thisNumArray[thisLevel] == currentNumArray[thisLevel])
		if (currentIsExpanded) {
			toDisplay = toDisplay && (thisLevel<=currentLevel);
			if (isCurrentNumber) thisIsExpanded = false;
		}
		
		if (toDisplay) {
			if (i==0) {
				toc.document.writeln("\n<td colspan='" + (nCols+1) + "'><a href=\"javaScript:parent.reDisplay('" + thisNumber + "'," + thisIsExpanded + ")\" style=\"font-family: " + fontTitle + "; font-weight:bold; font-size:" + textSizes[0] + "em; color: " + titleColor + "; text-decoration:none\">" + tocTab[i][1] + "</a></td></tr><tr>");
				for (k=0; k<nCols; k++) {
					toc.document.write("<td>&nbsp;</td>");
				}
				toc.document.write("<td width=\"636\">&nbsp;</td></tr>");
				}
			else {
				if (addScroll) scrollY+=((thisLevel<2)?mdi:sml)*25;
				if (isCurrentNumber) addScroll=false;
				var isLeaf = (i==tocTab.length-1) || (thisLevel >= tocTab[i+1][0].split(".").length-1);
				img = (isLeaf)?"leaf":(thisIsExpanded)?"minus":"plus";
				alt = (isLeaf)?"menu item":(thisIsExpanded)?"submenu open":"submenu closed";
				toc.document.writeln("<tr>");
				for (k=1; k<=thisLevel; k++) {
					toc.document.writeln("<td>&nbsp;</td>");
				}
				if(tocTab[i][3] =="_parent") { // to open in parent frameset
						toc.document.writeln("<td valign=top><a href=\"" + tocTab[i][2] +"\" target=\"" + tocTab[i][3] + "\"><img src=\"../../shared/images/" + img + ".gif\" width=13 height=12 alt=\"" + alt + " \" border=0></a></td> <td colspan=" + (nCols-thisLevel) + "><a href=\"" + tocTab[i][2] +"\" target=\"" + tocTab[i][3] + "\"  style=\"font-family: " + fontLines + ";" + ((thisLevel<=mLevel)?"font-weight:bold":"") +  "; font-size:" + ((thisLevel<=mLevel)?mdi:sml) + "em; color: " + ((isCurrentNumber)?currentColor:normalColor) + "; text-decoration:none\">" + ((showNumbers)?(thisNumber+" "):"") + tocTab[i][1] + "</a></td></tr>");
				}else if (tocTab[i][3] =="_blank") { // to open a blank window
					toc.document.writeln("<td valign=top><a href=\"" + tocTab[i][2] +"\" target=\"" + tocTab[i][3] + "\"><img src=\"../../shared/images/" + img + ".gif\" width=13 height=12 alt=\"" + alt + " \" border=0></a></td> <td colspan=" + (nCols-thisLevel) + "><a href=\"" + tocTab[i][2] +"\" target=\"" + tocTab[i][3] + "\"  style=\"font-family: " + fontLines + ";" + ((thisLevel<=mLevel)?"font-weight:bold":"") +  "; font-size:" + ((thisLevel<=mLevel)?mdi:sml) + "em; color: " + ((isCurrentNumber)?currentColor:normalColor) + "; text-decoration:none\">" + ((showNumbers)?(thisNumber+" "):"") + tocTab[i][1] + "</a></td></tr>");
				}else if (tocTab[i][3] =="_blank2") { // to open a blank window
					toc.document.writeln("<td valign=top><a href=\"javaScript:parent.reDisplay('" +currentNumber +"',false)\" onclick=\"javascript:window.open('" + tocTab[i][2] + "', 'activityPage', 'width=400,height=220,menubar=yno,scrollbars=yes,resizable=yes');\"><img src=\"../../shared/images/" + img + ".gif\" width=13 height=12 alt=\"" + alt + " \" border=0></a></td> <td colspan=" + (nCols-thisLevel) + "><a href=\"javaScript:parent.reDisplay('" +currentNumber +"',false)\" onclick=\"javascript:window.open('" + tocTab[i][2] + "', 'activityPage', 'width=400,height=220,menubar=no,scrollbars=yes,resizable=yes');\"  style=\"font-family: " + fontLines + ";" + ((thisLevel<=mLevel)?"font-weight:bold":"") +  "; font-size:" + ((thisLevel<=mLevel)?mdi:sml) + "em; color: " + ((isCurrentNumber)?currentColor:normalColor) + "; text-decoration:none\">" + ((showNumbers)?(thisNumber+" "):"") + tocTab[i][1] + "</a></td></tr>");
				}else{ // to open in content frame
					toc.document.writeln("<td valign=top><a href=\"javaScript:parent.reDisplay('" + thisNumber + "'," + thisIsExpanded + ");\"><img src=\"../../shared/images/" + img + ".gif\" width=13 height=12 alt=\"" + alt + " \" border=0></a></td> <td colspan=" + (nCols-thisLevel) + "><a href=\"javaScript:parent.reDisplay('" + thisNumber + "'," + thisIsExpanded + ")\" style=\"font-family: " + fontLines + ";" + ((thisLevel<=mLevel)?"font-weight:bold":"") +  "; font-size:" + ((thisLevel<=mLevel)?mdi:sml) + "em; color: " + ((isCurrentNumber)?currentColor:normalColor) + "; text-decoration:none\">" + ((showNumbers)?(thisNumber+" "):"") + tocTab[i][1] + "</a></td></tr>");
				}
				
			}
		}
	}
	toc.document.writeln("<tr><td colspan=\"4\"><br /><br /><p class=\"footer\"><a href=\"index.htm\">Home</a> | <a href=\"about.htm\">About Us</a> | <a href=\"products.htm\">Products & services</a> | <a href=\"people.htm\">People</a> | <a href=\"documents.htm\">Documents</a> | Message Centre</p></td>\n  </tr></table></div><font color=\"#FFCC33\" size=\"-3\" ace=\"Helvetica,Arial\">Dieter Bungers GMD - www.gmd.de; infovation - www.infovation.de</font>");
	toc.document.writeln("<map name=\"Map\">\n<area shape=\"rect\" coords=\"2,2,68,22\" href=\"index.htm\">\n<area shape=\"rect\" coords=\"72,2,158,20\" href=\"about.htm\">\n<area shape=\"rect\" coords=\"163,2,312,31\" href=\"products.htm\">\n<area shape=\"rect\" coords=\"316,2,390,26\" href=\"people.htm\">\n<area shape=\"rect\" coords=\"396,2,495,24\" href=\"documents.htm\">\n</map>\n</body>");
	toc.document.close();
	//toc.scroll(0,Math.ceil(scrollY));
	if (theHref != "") content.location.href = theHref;
}else{
	toc.document.open();
	toc.document.write("<html>\n<head>\n<title>STAR Industries Intranet : Message Centre</title>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">\n<meta name=\"DC.Identifier\" content=\"shared/intranet/messages.htm\"/>\n<meta name=\"DC.Title\" content=\"STAR Industries Intranet : Message Centre\"/>\n<meta name=\"DC.Description\" content=\"Message Centre page of STAR intranet, created for case study in the Diploma of Business, Human Resources\"/>\n<meta name=\"DC.Subject\" content=\"Intranet\"/>\n<meta name=\"DC.Relation\" content=\"IsPartOf Toolbox 500 \"/>\n<meta name=\"DC.Type\" content=\"text\" />\n<meta name=\"DC.Date\" content=\"2003-06\" />\n<meta name=\"DC.Creator\" content=\"OTEN\" />\n<meta name=\"DC.Publisher\" content=\"sales@atpl.net.au \" />\n<meta name=\"DC.Publisher\" content=\"http://www.atpl.net.au \" />\n<meta name=\"DC.Publisher\" content=\"Australian Training Products, GPO Box 12211, A\'Beckett St PO, Melbourne Vic 8006, Tel: +61 3 9655 0600, Fax: +61 3 9639 4684\" />\n<meta name=\"DC.Rights\" content=\"http://www.anta.gov.au/toolbox/\" />\n<meta name=\"DC.Language\" content=\"en\" />\n<meta name=\"DC.Coverage\" content=\"Australia\" />\n<link rel=\"stylesheet\" type=\"text/css\" href=\"styles/style.css\">\n</head>\n<body>\n<a name=\"top\"></a>\n<div align=\"center\">\n<table width=\"640\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tr><td align=\"right\"><p class=\"close\"><a href=\"#\" onClick=\"self.top.close();\">Close</a></p></td></tr>\n<tr>\n    <td>\n<!-- #BeginLibraryItem \"/Library/header.lbi\" --><img src=\"images/content_banner.jpg\" alt=\"STAR inudstries\" title=\"STAR inudstries\" width=\"630\" height=\"94\" border=\"0\"><!-- #EndLibraryItem --> <img src=\"images/star_nav_bar.gif\" alt=\"Menu\" title=\"Menu\" width=\"631\" height=\"22\" border=\"0\" usemap=\"#Map\"><br>\n<h1>Your message centre</h1>\n       <p align=\"right\">You are logged on as STAR HR General Manager</p></td></tr></table></div><div align=\"center\">\n<table class=\"message\" width=\"640\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td width=\"1\">&nbsp;</td><td  width=\"1\">&nbsp;</td><td width=\"1\">&nbsp;</td><td width=\"600\">&nbsp;</td></tr>");
	
	toc.document.write("<tr>");
    toc.document.write("<td width=\"1\">&nbsp;</td>");
    toc.document.write("<td width=\"1\">&nbsp;</td>");
    toc.document.write("<td width=\"1\">&nbsp;</td>");
    toc.document.write("<td width=\"636\">&nbsp;</td>");
    toc.document.write("</tr>");
	toc.document.write("<tr>");
      toc.document.write("<td valign=top><img src=\"../../shared/images/plus.gif\" width=13 height=12 alt=\"submenu\" border=0></td>");
      toc.document.write("<td colspan=3><p><strong>Consultancy project</strong></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2><p>&nbsp;</p></td>");
      toc.document.write("<td><p><strong>Email inbox</strong></p></td>");
   toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td><p>&nbsp;</p></td>");
      toc.document.write("<td>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr501a_t3_pop06.htm\" target=\"_blank\">Al Perez:RE: QA PROCESSES</a></p></td>");
    toc.document.write("</tr>");
	toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td><p>&nbsp;</p></td>");
      toc.document.write("<td>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr501a_t6_pop09.htm\" target=\"_blank\">Al Perez;James Bower; Phil Ayoub; Karen Coster: RE: HR SURVEY</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><strong>Voicemail inbox</strong></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
     toc.document.write(" <td><p><a href=\"../sound/bsbhr501a_t4_vm_sd10.htm\" target=\"_blank\">Karen Coster: message left Tuesday 8.10am</a></p></td>");
    toc.document.write("</tr>");
	toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2><p>&nbsp;</p></td>");
      toc.document.write("<td><p><a href=\"../sound/bsbhr501a_t5_vm_sd11.htm\" target=\"_blank\">Al Perez: message left Wednesday 2.30pm</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top><img src=\"../../shared/images/plus.gif\" width=13 height=12 alt=\"submenu\" border=0></td>");
      toc.document.write("<td colspan=3><p><strong>HRMIS project</strong></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2><p>&nbsp;</p></td>");
      toc.document.write("<td><p><strong>Email inbox</strong></p></td>");
    toc.document.write("</tr>");
	toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr502a_p1_pop01.htm\" target=\"_blank\">Ben Russell: STAR INDUSTIES - DIVERSIFICATION AND EXPANSION PLANS</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr502a_p1_pop02.htm\" target=\"_blank\">Ben Russell: HUMAN RESOURCES INFORMATION FLOW</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr502a_t2_pop09.htm\" target=\"_blank\">Ben Russell: CHOOSING A NEW INFORMATION SYSTEM</a></p></td>");
    toc.document.write("</tr>");
	toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr502a_t3_pop10.htm\" target=\"_blank\">James Bower: IMPLEMENTING NEW HRMIS</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr502a_t5_pop12.htm\" target=\"_blank\">Peter Habib: RE: POSSIBLE REVIEW OF HRMIS</a></p></td>");
    toc.document.write("</tr>");
   toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
     toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><strong>Voicemail inbox</strong></p></td>");
   toc.document.write("</tr>");
    toc.document.write("<tr>");
     toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p>You have no messages</p></td>");
    toc.document.write("</tr>");
	toc.document.write("<tr>");
      toc.document.write("<td valign=top><img src=\"../../shared/images/plus.gif\" width=13 height=12 alt=\"submenu\" border=0></td>");
      toc.document.write("<td colspan=3><p><strong>Performance management project</strong></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2><p>&nbsp;</p></td>");
      toc.document.write("<td><p><strong>Email inbox</strong></p></td>");
    toc.document.write("</tr>");
   toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
     toc.document.write("<td><p><a href=\"../assets/bsbhr503a_p1_pop01.htm\" target=\"_blank\">Ben Russell: REVIEWING STAR PERFORMANCE MANAGEMENT</a></p></td>");
    toc.document.write("</tr>");
	toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr503a_t3_pop05.htm\" target=\"_blank\">Susan Wu:YOUR PM SYSTEM PROPOSAL</a></p></td>");
   toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr503a_t4_pop06.htm\" target=\"_blank\">Al Perez: REPLACING GARY DENVER?</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr503a_t5_pop08.htm\" target=\"_blank\">KarenCoster: RE: IDEAS ABOUT POSSIBLE FEEDBACK STRATEGIES</a></p></td>");
    toc.document.write("</tr>");
	toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr503a_t5_pop09.htm\" target=\"_blank\">Al Perez:RE: IDEAS ABOUT POSSIBLE FEEDBACK STRATEGIES</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr503a_t5_pop10.htm\" target=\"_blank\">Susan Wu: RE: IDEAS ABOUT POSSIBLE FEEDBACK STRATEGIES</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr503a_t5_pop11.htm\" target=\"_blank\">Phil Ayoub: RE: IDEAS ABOUT POSSIBLE FEEDBACK STRATEGIES</a></p></td>");
    toc.document.write("</tr>");
	toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr504a_p1_pop02.htm\" target=\"_blank\">Al Perez; Karen Coster; Phil Ayoub; Susan Wu; Gary Denver: RE: INDUSTRIAL RELATIONS AT STAR INDUSTRIES</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr504a_t2_pop05.htm\" target=\"_blank\">Karen Coster: RE: COSTING OUT IR ACTIVITIES</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr504a_t3_pop06.htm\" target=\"_blank\">Ben Russell: INDUSTRIAL RELATIONS</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr504a_t4_pop07.htm\" target=\"_blank\">Gary Denver: FEEDBACK REGARDING NEGOTIATIONS</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr504a_t4_pop08.htm\" target=\"_blank\">Len Shapiro: FEEDBACK REGARDING NEGOTIATIONS</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr504a_t5_pop09.htm\" target=\"_blank\">Ben Russell: CONGRATULATIONS</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr504a_t5_pop10.htm\" target=\"_blank\">Al Perez; Karen Coster; Phil Ayoub; Susan Wu; Sarah Wiegman; RE: POTENTIAL AREAS OF CONFLICT</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr504a_t6_pop12.htm\" target=\"_blank\">Gary Denver: STALEMATE IN NEGOTIATIONS</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr504a_t7_pop14.htm\" target=\"_blank\">Ben Russell: THANKS AND EVALUATION OF INITIATIVES</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><strong>Voicemail inbox</strong></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../sound/bsbhr504a_t2_vm_sd05.htm\" target=\"_blank\">Ben Russell: message left Tuesday 11.12am</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../sound/bsbhr504a_t3_vm_sd07.htm\" target=\"_blank\">Al Perez: message left Thursday 10.20am</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2><p>&nbsp;</p></td>");
      toc.document.write("<td><p><a href=\"../sound/bsbhr504a_t6_vm_sd11.htm\" target=\"_blank\">Ben Russell: message left Friday 10.50am</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top><img src=\"../../shared/images/plus.gif\" width=13 height=12 alt=\"submenu\" border=0></td>");
      toc.document.write("<td colspan=3><p><strong>Remuneration & benefits project</strong></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2><p>&nbsp;</p></td>");
      toc.document.write("<td><p><strong>Email inbox</strong></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr505a_p1_pop04.htm\" target=\"_blank\">Ben Russell: VISION, MISSION AND STRATEGIC DIRECTION STATEMENTS</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr505a_t1_pop05.htm\" target=\"_blank\">W. Mercer, James Bower, F. Samson, K. Wright: EMAILS FROM STAFF REGARDING BENEFITS</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr505a_t2_pop08.htm\" target=\"_blank\">Karen Coster: SALARY AND WAGES BUDGET</a></p></td>");
    toc.document.write("</tr>");


    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr505a_t2_pop09.htm\" target=\"_blank\">Ben Russell: RECRUITMENT AND SALARIES</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr505a_t4_pop13.htm\" target=\"_blank\">Al Perez: WAGE AND SALARY RATES</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr505a_t6_pop16.htm\" target=\"_blank\">Ben Russell: RECRUITMENT AND SALARIES</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr505a_t7_pop18.htm\" target=\"_blank\">James Bower: UPDATE ON STAR'S SUPERANNUATION POLICY AND PROCEDURE</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr505a_t8_pop20.htm\" target=\"_blank\">Peter Habib: MEETING PROCEDURES</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr505a_t9_pop21.htm\" target=\"_blank\">Evie Koublanis: PRESENTATION PROTOCOL</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><strong>Voicemail inbox</strong></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2><p>&nbsp;</p></td>");
      toc.document.write("<td><p>You have no messages</p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top><img src=\"../../shared/images/plus.gif\" width=13 height=12 alt=\"submenu\" border=0></td>");
      toc.document.write("<td colspan=3><p><strong>Recruitment & selection project</strong></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2><p>&nbsp;</p></td>");
      toc.document.write("<td><p><strong>Email inbox</strong></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr506a_p1_pop01.htm\" target=\"_blank\">Ben Russell: RECRUITMENT OF NEW STAFF</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr506a_t2_pop02.htm\" target=\"_blank\">Karen Coster: RECRUITMENT PROPOSALS</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr506a_t3_pop05.htm\" target=\"_blank\">Gus Tinsdale: YOUR RUDE LETTER</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr506a_t5_pop06.htm\" target=\"_blank\">Paula Jenkins: MARKETING CONSULTANT POSITION</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr506a_t6_pop07.htm\" target=\"_blank\">Ben Russell: INDUCTION OF NEW EMPLOYEES</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr506a_t7_pop09.htm\" target=\"_blank\">Brett Downie: FEEDBACK ON INDUCTION PROGRAM</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><strong>Voicemail inbox</strong></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../sound/bsbhr506a_t1_vm_sd03.htm\" target=\"_blank\">Susan  Wu: message left Tuesday 9.30am</a></p></td>");
   toc.document.write(" </tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../sound/bsbhr506a_t4_vm_sd07.htm\" target=\"_blank\">Len Shapiro: message left Friday 11.15am</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../sound/bsbhr506a_t5_vm_sd09.htm\" target=\"_blank\">Peter Habib: message left Wednesday 5.30pm</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2><p>&nbsp;</p></td>");
      toc.document.write("<td><p><a href=\"../sound/bsbhr506a_t8_vm_sd13.htm\" target=\"_blank\">Karen Coster: message left Friday 2.00pm</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top><img src=\"../../shared/images/plus.gif\" width=13 height=12 alt=\"submenu\" border=0></td>");
      toc.document.write("<td colspan=3><p><strong>Separation/termination project</strong></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2><p>&nbsp;</p></td>");
      toc.document.write("<td><p><strong>Email inbox</strong></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr507a_p1_pop02.htm\" target=\"_blank\">Karen Coster: PROPOSED SALES DIVISION RESTRUCTURING</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr507a_t4_pop09.htm\" target=\"_blank\">Ben Russell: ISSUES WITH RESTRUCTURE</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr507a_t4_pop10.htm\" target=\"_blank\">Connie Quinn: RETIREMENT INTENTIONS REPORT FOR 1ST QUARTER</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr507a_t5_pop11.htm\" target=\"_blank\">Al Perez: ADVICE REGARDING SUMMARY DISMISSAL OF PLANT SUPERVISOR</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr507a_t6_pop13.htm\" target=\"_blank\">Susan Wu: FW: RESIGNATION OF PAULA JENKINS</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><strong>Voicemail inbox</strong></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2><p>&nbsp;</p></td>");
      toc.document.write("<td><p><a href=\"../sound/bsbhr507a_t6_vm_sd10.htm\" target=\"_blank\">Susan Wu: message left Monday 4.50pm</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top><img src=\"../../shared/images/plus.gif\" width=13 height=12 alt=\"submenu\" border=0></td>");
      toc.document.write("<td colspan=3><p><strong>Work/life skills project</strong></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2><p>&nbsp;</p></td>");
      toc.document.write("<td><p><strong>Email inbox</strong></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr508a_t1_pop02.htm\" target=\"_blank\">Ben Russell: RESEARCH WORK/LIFE PROGRAMS</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr508a_t2_pop05.htm\" target=\"_blank\">Ben Russell: RESEARCH WORK/LIFE ISSUES AT STAR</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr508a_t2_pop06.htm\" target=\"_blank\">General Manager, REPORT INTO REASONS FOR TERMINATION</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr508a_t2_pop07.htm\" target=\"_blank\">K. Wright, W. Mercer: CHILDCARE SUPPORT AND STUDY LEAVE</a></p></td>");
   toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr508a_t5_pop15.htm\" target=\"_blank\">Ben Russell: IMPLEMENT, ADMINISTER &amp; MONITOR WORK/LIFE PROGRAM AT STAR</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><strong>Voicemail inbox</strong></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2><p>&nbsp;</p></td>");
      toc.document.write("<td><p><a href=\"../sound/bsbhr508a_t3_vm_sd04.htm\" target=\"_blank\">Ben Russell: message left Wednesday 2:30 pm</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
       toc.document.write("<td valign=top><img src=\"../../shared/images/plus.gif\" width=13 height=12 alt=\"submenu  \" border=0></td>");
      toc.document.write("<td colspan=3><p><strong>Rehabilitation project</strong></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2><p>&nbsp;</p></td>");
      toc.document.write("<td><p><strong>Email inbox</strong></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
     toc.document.write("<td><p><a href=\"../assets/bsbhr509a_t1_pop01.htm\" target=\"_blank\">Ben Russell: REVIEWING STAR'S REHABILITATION PROGRAM</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr509a_t1_pop03.htm\" target=\"_blank\">Peter Habib, Connie Quinn, Bettina Rusque, Brett Downie, Pamela Gibb: RE: INJURY MANAGEMENT REVIEW</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr509a_t2_pop09.htm\" target=\"_blank\">Barney Pennigton: NOTIFICATION OF INJURY - JEREMY STEELE</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr509a_t3_pop05.htm\" target=\"_blank\">Ben Russell: RE: OH&amp;S AND DUTIES FOR JEREMY</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr509a_t3_pop11.htm\" target=\"_blank\">Barney Pennigton: RE: OH&amp;S AND DUTIES FOR JEREMY</a></p></td>");
     toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr509a_t3_pop15.htm\" target=\"_blank\">Jeremy Steele: RE: BARNEY'S IDEAS FOR ALTERNATE DUTIES</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr509a_t4_pop16.htm\" target=\"_blank\">Jeremy Steele: RE: HOW IS YOUR RECOVERY GOING?</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr509a_t4_pop17.htm\" target=\"_blank\">Barney Pennigton: RE: HOW IS JEREMY GOING?</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr509a_t4_pop18.htm\" target=\"_blank\">Dr Helen Binns: RE: JEREMY HAVING SOME PROBLEMS</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr509a_t5_pop19.htm\" target=\"_blank\">Evie Koulbanis: JOAN SIDLING'S EXTENDED WORK ABSENCE</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
       toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr509a_t6_pop06.htm\" target=\"_blank\">Kevin Drundle: RE: STAR'S MARZINSKY INJURY CLAIM</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr509a_t7_pop07.htm\" target=\"_blank\">Ben Russell: RE: INJURY MANAGEMENT REVIEW</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
     toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr509a_t7_pop20.htm\" target=\"_blank\">Jeremy Steele: RE: HOW IS YOUR REHAB GOING</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr509a_t7_pop21.htm\" target=\"_blank\">Barney Pennigton: RE: HOW IS JEREMY'S REHAB GOING</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr509a_t7_pop22.htm\" target=\"_blank\">Oleg Marzinsky: RE: HOW IS YOUR REHAB GOING</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../assets/bsbhr509a_t7_pop23.htm\" target=\"_blank\">Len Shapiro: RE: HOW IS OLEG'S REHAB GOING</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><strong>Voicemail inbox</strong></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../sound/bsbhr509a_p1_vm_sd02.htm\" target=\"_blank\">Ben Russell: message left Monday 9:30 am</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
     toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2>&nbsp;</td>");
      toc.document.write("<td><p><a href=\"../sound/bsbhr509a_t4_vm_sd10.htm\" target=\"_blank\">Sarah Wiegman: message left Wednesday 2:15 pm</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
      toc.document.write("<td valign=top>&nbsp;</td>");
      toc.document.write("<td colspan=2><p>&nbsp;</p></td>");
      toc.document.write("<td><p><a href=\"../sound/bsbhr509a_t5_vm_sd11.htm\" target=\"_blank\">Len Shapiro: message left Friday 3:00 pm</a></p></td>");
    toc.document.write("</tr>");
    toc.document.write("<tr>");
    toc.document.write("<td colspan=\"4\"><br /> <br /> <p class=\"footer\"><a href=\"index.htm\">Home</a> | <a href=\"about.htm\">About Us</a> | <a href=\"products.htm\">Products & services</a> | <a href=\"people.htm\">People</a> | <a href=\"documents.htm\">Documents</a> | Message Centre</p></td>");
    toc.document.write("</tr>");
	toc.document.write("</table>");
toc.document.write("</div>");
toc.document.write("<map name=\"Map\">");
toc.document.write("<area shape=\"rect\" coords=\"2,2,68,22\" href=\"index.htm\" target=\"_top\">");
toc.document.write("<area shape=\"rect\" coords=\"72,2,158,20\" href=\"about.htm\" target=\"_top\">");
toc.document.write("<area shape=\"rect\" coords=\"163,2,312,31\" href=\"products.htm\" target=\"_top\">");
toc.document.write("<area shape=\"rect\" coords=\"316,2,390,26\" href=\"people.htm\" target=\"_top\">");
toc.document.write("<area shape=\"rect\" coords=\"396,2,495,24\" href=\"documents.htm\" target=\"_top\">");
toc.document.write("</map>");

//toc.document.write("</body>");
//toc.document.write("</html>");
	

	toc.document.close();
}
}
}