function MM_jumpMenu(targ,selObj,restore){ //v3.0
	if (selObj.options[selObj.selectedIndex].value == '../Download/MITTAL_Annual_Report_2005.pdf')
	{
		window.open(selObj.options[selObj.selectedIndex].value,'_blank');
		if (restore) selObj.selectedIndex=0;
	} else {
		eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
		if (restore) selObj.selectedIndex=0;
	}
}

document.write('<STYLE TYPE="text/css">');
document.write('	.menuitem{position:absolute;top:0px;left:0px;height:1169px;width:828px;}');
document.write('DIV.pg SELECT{font-family:Arial;font-size:11px;color:#FFFFFF;background:#98A9D6;}');
document.write('DIV.pg SELECT OPTGROUP{color:#FFFFFF;background:#4A69A2;}');
document.write('DIV.pg SELECT OPTION{color:#FFFFFF;background:#98A9D6;}');
document.write('</STYLE>');
document.write('<div align="center" class="pg">');
document.write('<form name="form1">');
document.write('<select name="menu1" onChange="MM_jumpMenu(\'parent\',this,0)">');
document.write('    <option value="" selected>-Select Report-</option>');
document.write('<optgroup label="Home">');
document.write('    <option value="../Sustainability/home.htm">Home</option>');
document.write('</optgroup>');
document.write('<optgroup label="Annual Reports">');
document.write('    <option value="../FrontSection/home.htm">2006 Annual Reports</option>');
document.write('</optgroup>');
document.write('<optgroup label="Downloads">');
document.write('    <option value="../Sustainability/downloads/sustainability_fullreport.pdf">sustainability_fullreport.pdf</option>')
document.write('    <option value="../Sustainability/downloads/businessmittal.pdf">businessmittal.pdf</option>');
document.write('    <option value="../Sustainability/downloads/committedenvironment.pdf">committedenvironment.pdf</option>');
document.write('    <option value="../Sustainability/downloads/drivingsustain.pdf">drivingsustain.pdf</option>');
document.write('    <option value="../Sustainability/downloads/grig3.pdf">grig3.pdf</option>');
document.write('    <option value="../Sustainability/downloads/impact.pdf">impact.pdf</option>');
document.write('    <option value="../Sustainability/downloads/messageceo.pdf">messageceo.pdf</option>');
document.write('    <option value="../Sustainability/downloads/paveway.pdf">paveway.pdf</option>');
document.write('    <option value="../Sustainability/downloads/societycommunity.pdf">societycommunity.pdf</option>');
document.write('    <option value="../Sustainability/downloads/stakeholderapproach.pdf">stakeholderapproach.pdf</option>');
document.write('    <option value="../Sustainability/downloads/supplychain.pdf">supplychain.pdf</option>');
document.write('    <option value="../Sustainability/downloads/workplace.pdf">workplace.pdf</option>');
document.write('</optgroup>');

document.write('<optgroup label="Sustainability Report">');
document.write('    <option value="../Sustainability/home.htm">Cover Page</option>');
document.write('    <option value="../Sustainability/paving_the_way.htm">Paving the way</option>');
document.write('    <option value="../Sustainability/message_from_the_chief_executive_01.htm">Message from the Chief Executive</option>');
document.write('    <option value="../Sustainability/the_stakeholder_approach_to_sustainability_01.htm">The stakeholder approach to sustainability</option>');
document.write('    <option value="../Sustainability/the_business_of_mittal_steel_south_africa_01.htm">The business of Mittal Steel South Africa</option>');
document.write('    <option value="../Sustainability/driving_sustainability_01.htm">Driving sustainability</option>');
document.write('    <option value="../Sustainability/supply_chain_01.htm">Supply chain</option>');
document.write('    <option value="../Sustainability/the_workplace_01.htm">The workplace</option>');
document.write('    <option value="../Sustainability/our_impact_in_the_marketplace_01.htm">Our impact in the marketplace</option>');
document.write('    <option value="../Sustainability/committed_to_caring_for_the_environment_01.htm">Committed to caring for the environment</option>');
document.write('    <option value="../Sustainability/society_and_community_as_stakeholders_01.htm">Society and community as stakeholders</option>');
document.write('    <option value="../Sustainability/reference_to_gri_g3_guidelines_01.htm">Reference to GRI G3 guidelines</option>');
document.write('</optgroup>');
document.write(' </select>');

//Draw Page Numbers where necessary
var currPage;
currPage = unescape(location.href);

if (currPage.indexOf('message_from_the_chief_executive_01.htm') > 0){
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="message_from_the_chief_executive_01.htm" selected>Page 1</option>');  
	document.write('    <option value="message_from_the_chief_executive_02.htm">Page 2</option>');  
	document.write(' </select>');
} 
else if (currPage.indexOf('message_from_the_chief_executive_02.htm') > 0){
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="message_from_the_chief_executive_01.htm" selected>Page 1</option>');  
	document.write('    <option value="message_from_the_chief_executive_02.htm">Page 2</option>');  
	document.write(' </select>');
} 

else if (currPage.indexOf('the_stakeholder_approach_to_sustainability_01.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="the_stakeholder_approach_to_sustainability_01.htm" selected>Page 1</option>');  
	document.write('    <option value="the_stakeholder_approach_to_sustainability_02.htm">Page 2</option>');  
	document.write(' </select>');
}
else if (currPage.indexOf('the_stakeholder_approach_to_sustainability_02.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="the_stakeholder_approach_to_sustainability_01.htm">Page 1</option>');  
	document.write('    <option value="the_stakeholder_approach_to_sustainability_02.htm" selected>Page 2</option>');  
	document.write(' </select>');
}

else if (currPage.indexOf('the_business_of_mittal_steel_south_africa_01.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="the_business_of_mittal_steel_south_africa_01.htm" selected>Page 1</option>');  
	document.write('    <option value="the_business_of_mittal_steel_south_africa_02.htm">Page 2</option>');
	document.write('    <option value="the_business_of_mittal_steel_south_africa_03.htm">Page 3</option>');
	document.write('    <option value="the_business_of_mittal_steel_south_africa_04.htm">Page 4</option>');
	document.write('    <option value="the_business_of_mittal_steel_south_africa_05.htm">Page 5</option>');
	document.write('    <option value="the_business_of_mittal_steel_south_africa_06.htm">Page 6</option>');
	document.write(' </select>');
	
}
else if (currPage.indexOf('the_business_of_mittal_steel_south_africa_02.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="the_business_of_mittal_steel_south_africa_01.htm">Page 1</option>');  
	document.write('    <option value="the_business_of_mittal_steel_south_africa_02.htm" selected>Page 2</option>');
	document.write('    <option value="the_business_of_mittal_steel_south_africa_03.htm">Page 3</option>');
	document.write('    <option value="the_business_of_mittal_steel_south_africa_04.htm">Page 4</option>');
	document.write('    <option value="the_business_of_mittal_steel_south_africa_05.htm">Page 5</option>');
	document.write('    <option value="the_business_of_mittal_steel_south_africa_06.htm">Page 6</option>');
	document.write(' </select>');
	
}
else if (currPage.indexOf('the_business_of_mittal_steel_south_africa_03.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="the_business_of_mittal_steel_south_africa_01.htm">Page 1</option>');  
	document.write('    <option value="the_business_of_mittal_steel_south_africa_02.htm">Page 2</option>');
	document.write('    <option value="the_business_of_mittal_steel_south_africa_03.htm" selected>Page 3</option>');
	document.write('    <option value="the_business_of_mittal_steel_south_africa_04.htm">Page 4</option>');
	document.write('    <option value="the_business_of_mittal_steel_south_africa_05.htm">Page 5</option>');
	document.write('    <option value="the_business_of_mittal_steel_south_africa_06.htm">Page 6</option>');
	document.write(' </select>');
	
}
else if (currPage.indexOf('the_business_of_mittal_steel_south_africa_04.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="the_business_of_mittal_steel_south_africa_01.htm">Page 1</option>');  
	document.write('    <option value="the_business_of_mittal_steel_south_africa_02.htm">Page 2</option>');
	document.write('    <option value="the_business_of_mittal_steel_south_africa_03.htm">Page 3</option>');
	document.write('    <option value="the_business_of_mittal_steel_south_africa_04.htm" selected>Page 4</option>');
	document.write('    <option value="the_business_of_mittal_steel_south_africa_05.htm">Page 5</option>');
	document.write('    <option value="the_business_of_mittal_steel_south_africa_06.htm">Page 6</option>');
	document.write(' </select>');
	
}
else if (currPage.indexOf('the_business_of_mittal_steel_south_africa_05.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="the_business_of_mittal_steel_south_africa_01.htm">Page 1</option>');  
	document.write('    <option value="the_business_of_mittal_steel_south_africa_02.htm">Page 2</option>');
	document.write('    <option value="the_business_of_mittal_steel_south_africa_03.htm">Page 3</option>');
	document.write('    <option value="the_business_of_mittal_steel_south_africa_04.htm">Page 4</option>');
	document.write('    <option value="the_business_of_mittal_steel_south_africa_05.htm" selected>Page 5</option>');
	document.write('    <option value="the_business_of_mittal_steel_south_africa_06.htm">Page 6</option>');
	document.write(' </select>');
	
}
else if (currPage.indexOf('the_business_of_mittal_steel_south_africa_06.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="the_business_of_mittal_steel_south_africa_01.htm">Page 1</option>');  
	document.write('    <option value="the_business_of_mittal_steel_south_africa_02.htm">Page 2</option>');
	document.write('    <option value="the_business_of_mittal_steel_south_africa_03.htm">Page 3</option>');
	document.write('    <option value="the_business_of_mittal_steel_south_africa_04.htm">Page 4</option>');
	document.write('    <option value="the_business_of_mittal_steel_south_africa_05.htm">Page 5</option>');
	document.write('    <option value="the_business_of_mittal_steel_south_africa_06.htm" selected>Page 6</option>');
	document.write(' </select>');
	
}

else if (currPage.indexOf('driving_sustainability_01.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="driving_sustainability_01.htm" selected>Page 1</option>');  
	document.write('    <option value="driving_sustainability_02.htm">Page 2</option>');
	document.write('    <option value="driving_sustainability_03.htm">Page 3</option>');  
	document.write('    <option value="driving_sustainability_04.htm">Page 4</option>');  
	document.write('    <option value="driving_sustainability_05.htm">Page 5</option>');  
	document.write(' </select>');
}
else if (currPage.indexOf('driving_sustainability_02.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="driving_sustainability_01.htm">Page 1</option>');  
	document.write('    <option value="driving_sustainability_02.htm" selected>Page 2</option>');
	document.write('    <option value="driving_sustainability_03.htm">Page 3</option>');  
	document.write('    <option value="driving_sustainability_04.htm">Page 4</option>');  
	document.write('    <option value="driving_sustainability_05.htm">Page 5</option>');  
	document.write(' </select>');
}
else if (currPage.indexOf('driving_sustainability_03.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="driving_sustainability_01.htm">Page 1</option>');  
	document.write('    <option value="driving_sustainability_02.htm">Page 2</option>');
	document.write('    <option value="driving_sustainability_03.htm" selected>Page 3</option>');  
	document.write('    <option value="driving_sustainability_04.htm">Page 4</option>');  
	document.write('    <option value="driving_sustainability_05.htm">Page 5</option>');  
	document.write(' </select>');
}
else if (currPage.indexOf('driving_sustainability_04.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="driving_sustainability_01.htm">Page 1</option>');  
	document.write('    <option value="driving_sustainability_02.htm">Page 2</option>');
	document.write('    <option value="driving_sustainability_03.htm">Page 3</option>');  
	document.write('    <option value="driving_sustainability_04.htm" selected>Page 4</option>');  
	document.write('    <option value="driving_sustainability_05.htm">Page 5</option>');  
	document.write(' </select>');
}
else if (currPage.indexOf('driving_sustainability_05.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="driving_sustainability_01.htm">Page 1</option>');  
	document.write('    <option value="driving_sustainability_02.htm">Page 2</option>');
	document.write('    <option value="driving_sustainability_03.htm">Page 3</option>');  
	document.write('    <option value="driving_sustainability_04.htm">Page 4</option>');  
	document.write('    <option value="driving_sustainability_05.htm" selected>Page 5</option>');  
	document.write(' </select>');
}

else if (currPage.indexOf('supply_chain_01.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="supply_chain_01.htm" selected>Page 1</option>');  
	document.write('    <option value="supply_chain_02.htm">Page 2</option>'); 
	document.write('    <option value="supply_chain_03.htm">Page 3</option>');
	document.write('    <option value="supply_chain_04.htm">Page 4</option>'); 
	document.write(' </select>');
}
else if (currPage.indexOf('supply_chain_02.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="supply_chain_01.htm">Page 1</option>');  
	document.write('    <option value="supply_chain_02.htm" selected>Page 2</option>'); 
	document.write('    <option value="supply_chain_03.htm">Page 3</option>');
	document.write('    <option value="supply_chain_04.htm">Page 4</option>'); 
	document.write(' </select>');
}
else if (currPage.indexOf('supply_chain_03.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="supply_chain_01.htm">Page 1</option>');  
	document.write('    <option value="supply_chain_02.htm">Page 2</option>'); 
	document.write('    <option value="supply_chain_03.htm" selected>Page 3</option>');
	document.write('    <option value="supply_chain_04.htm">Page 4</option>'); 
	document.write(' </select>');
}
else if (currPage.indexOf('supply_chain_04.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="supply_chain_01.htm">Page 1</option>');  
	document.write('    <option value="supply_chain_02.htm">Page 2</option>'); 
	document.write('    <option value="supply_chain_03.htm">Page 3</option>');
	document.write('    <option value="supply_chain_04.htm" selected>Page 4</option>'); 
	document.write(' </select>');
}

else if (currPage.indexOf('the_workplace_01.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="the_workplace_01.htm" selected>Page 1</option>');
	document.write('    <option value="the_workplace_02.htm">Page 2</option>');  
	document.write('    <option value="the_workplace_03.htm">Page 3</option>');  
	document.write('    <option value="the_workplace_04.htm">Page 4</option>');  
	document.write('    <option value="the_workplace_05.htm">Page 5</option>');  
	document.write('    <option value="the_workplace_06.htm">Page 6</option>');  
	document.write('    <option value="the_workplace_07.htm">Page 7</option>');  
	document.write('    <option value="the_workplace_08.htm">Page 8</option>');  
	document.write('    <option value="the_workplace_09.htm">Page 9</option>');  
	document.write('    <option value="the_workplace_10.htm">Page 10</option>'); 
	document.write('    <option value="the_workplace_11.htm">Page 11</option>');
	document.write('    <option value="the_workplace_12.htm">Page 12</option>');  
	document.write('    <option value="the_workplace_13.htm">Page 13</option>');  
	document.write(' </select>');
}
else if (currPage.indexOf('the_workplace_02.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="the_workplace_01.htm">Page 1</option>');
	document.write('    <option value="the_workplace_02.htm" selected>Page 2</option>');  
	document.write('    <option value="the_workplace_03.htm">Page 3</option>');  
	document.write('    <option value="the_workplace_04.htm">Page 4</option>');  
	document.write('    <option value="the_workplace_05.htm">Page 5</option>');  
	document.write('    <option value="the_workplace_06.htm">Page 6</option>');  
	document.write('    <option value="the_workplace_07.htm">Page 7</option>');  
	document.write('    <option value="the_workplace_08.htm">Page 8</option>');  
	document.write('    <option value="the_workplace_09.htm">Page 9</option>');  
	document.write('    <option value="the_workplace_10.htm">Page 10</option>'); 
	document.write('    <option value="the_workplace_11.htm">Page 11</option>');
	document.write('    <option value="the_workplace_12.htm">Page 12</option>');  
	document.write('    <option value="the_workplace_13.htm">Page 13</option>');  
	document.write(' </select>');
}
else if (currPage.indexOf('the_workplace_03.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="the_workplace_01.htm">Page 1</option>');
	document.write('    <option value="the_workplace_02.htm">Page 2</option>');  
	document.write('    <option value="the_workplace_03.htm" selected>Page 3</option>');  
	document.write('    <option value="the_workplace_04.htm">Page 4</option>');  
	document.write('    <option value="the_workplace_05.htm">Page 5</option>');  
	document.write('    <option value="the_workplace_06.htm">Page 6</option>');  
	document.write('    <option value="the_workplace_07.htm">Page 7</option>');  
	document.write('    <option value="the_workplace_08.htm">Page 8</option>');  
	document.write('    <option value="the_workplace_09.htm">Page 9</option>');  
	document.write('    <option value="the_workplace_10.htm">Page 10</option>'); 
	document.write('    <option value="the_workplace_11.htm">Page 11</option>');
	document.write('    <option value="the_workplace_12.htm">Page 12</option>');  
	document.write('    <option value="the_workplace_13.htm">Page 13</option>');  
	document.write(' </select>');
}
else if (currPage.indexOf('the_workplace_04.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="the_workplace_01.htm">Page 1</option>');
	document.write('    <option value="the_workplace_02.htm">Page 2</option>');  
	document.write('    <option value="the_workplace_03.htm">Page 3</option>');  
	document.write('    <option value="the_workplace_04.htm" selected>Page 4</option>');  
	document.write('    <option value="the_workplace_05.htm">Page 5</option>');  
	document.write('    <option value="the_workplace_06.htm">Page 6</option>');  
	document.write('    <option value="the_workplace_07.htm">Page 7</option>');  
	document.write('    <option value="the_workplace_08.htm">Page 8</option>');  
	document.write('    <option value="the_workplace_09.htm">Page 9</option>');  
	document.write('    <option value="the_workplace_10.htm">Page 10</option>'); 
	document.write('    <option value="the_workplace_11.htm">Page 11</option>');
	document.write('    <option value="the_workplace_12.htm">Page 12</option>');  
	document.write('    <option value="the_workplace_13.htm">Page 13</option>');  
	document.write(' </select>');
}
else if (currPage.indexOf('the_workplace_05.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="the_workplace_01.htm">Page 1</option>');
	document.write('    <option value="the_workplace_02.htm">Page 2</option>');  
	document.write('    <option value="the_workplace_03.htm">Page 3</option>');  
	document.write('    <option value="the_workplace_04.htm">Page 4</option>');  
	document.write('    <option value="the_workplace_05.htm" selected>Page 5</option>');  
	document.write('    <option value="the_workplace_06.htm">Page 6</option>');  
	document.write('    <option value="the_workplace_07.htm">Page 7</option>');  
	document.write('    <option value="the_workplace_08.htm">Page 8</option>');  
	document.write('    <option value="the_workplace_09.htm">Page 9</option>');  
	document.write('    <option value="the_workplace_10.htm">Page 10</option>'); 
	document.write('    <option value="the_workplace_11.htm">Page 11</option>');
	document.write('    <option value="the_workplace_12.htm">Page 12</option>');  
	document.write('    <option value="the_workplace_13.htm">Page 13</option>');  
	document.write(' </select>');
}
else if (currPage.indexOf('the_workplace_06.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="the_workplace_01.htm">Page 1</option>');
	document.write('    <option value="the_workplace_02.htm">Page 2</option>');  
	document.write('    <option value="the_workplace_03.htm">Page 3</option>');  
	document.write('    <option value="the_workplace_04.htm">Page 4</option>');  
	document.write('    <option value="the_workplace_05.htm">Page 5</option>');  
	document.write('    <option value="the_workplace_06.htm" selected>Page 6</option>');  
	document.write('    <option value="the_workplace_07.htm">Page 7</option>');  
	document.write('    <option value="the_workplace_08.htm">Page 8</option>');  
	document.write('    <option value="the_workplace_09.htm">Page 9</option>');  
	document.write('    <option value="the_workplace_10.htm">Page 10</option>'); 
	document.write('    <option value="the_workplace_11.htm">Page 11</option>');
	document.write('    <option value="the_workplace_12.htm">Page 12</option>');  
	document.write('    <option value="the_workplace_13.htm">Page 13</option>');  
	document.write(' </select>');
}
else if (currPage.indexOf('the_workplace_07.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="the_workplace_01.htm">Page 1</option>');
	document.write('    <option value="the_workplace_02.htm">Page 2</option>');  
	document.write('    <option value="the_workplace_03.htm">Page 3</option>');  
	document.write('    <option value="the_workplace_04.htm">Page 4</option>');  
	document.write('    <option value="the_workplace_05.htm">Page 5</option>');  
	document.write('    <option value="the_workplace_06.htm">Page 6</option>');  
	document.write('    <option value="the_workplace_07.htm" selected>Page 7</option>');  
	document.write('    <option value="the_workplace_08.htm">Page 8</option>');  
	document.write('    <option value="the_workplace_09.htm">Page 9</option>');  
	document.write('    <option value="the_workplace_10.htm">Page 10</option>'); 
	document.write('    <option value="the_workplace_11.htm">Page 11</option>');
	document.write('    <option value="the_workplace_12.htm">Page 12</option>');  
	document.write('    <option value="the_workplace_13.htm">Page 13</option>');  
	document.write(' </select>');
}
else if (currPage.indexOf('the_workplace_08.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="the_workplace_01.htm">Page 1</option>');
	document.write('    <option value="the_workplace_02.htm">Page 2</option>');  
	document.write('    <option value="the_workplace_03.htm">Page 3</option>');  
	document.write('    <option value="the_workplace_04.htm">Page 4</option>');  
	document.write('    <option value="the_workplace_05.htm">Page 5</option>');  
	document.write('    <option value="the_workplace_06.htm">Page 6</option>');  
	document.write('    <option value="the_workplace_07.htm">Page 7</option>');  
	document.write('    <option value="the_workplace_08.htm" selected>Page 8</option>');  
	document.write('    <option value="the_workplace_09.htm">Page 9</option>');  
	document.write('    <option value="the_workplace_10.htm">Page 10</option>'); 
	document.write('    <option value="the_workplace_11.htm">Page 11</option>');
	document.write('    <option value="the_workplace_12.htm">Page 12</option>');  
	document.write('    <option value="the_workplace_13.htm">Page 13</option>');  
	document.write(' </select>');
}
else if (currPage.indexOf('the_workplace_09.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="the_workplace_01.htm">Page 1</option>');
	document.write('    <option value="the_workplace_02.htm">Page 2</option>');  
	document.write('    <option value="the_workplace_03.htm">Page 3</option>');  
	document.write('    <option value="the_workplace_04.htm">Page 4</option>');  
	document.write('    <option value="the_workplace_05.htm">Page 5</option>');  
	document.write('    <option value="the_workplace_06.htm">Page 6</option>');  
	document.write('    <option value="the_workplace_07.htm">Page 7</option>');  
	document.write('    <option value="the_workplace_08.htm">Page 8</option>');  
	document.write('    <option value="the_workplace_09.htm" selected>Page 9</option>');  
	document.write('    <option value="the_workplace_10.htm">Page 10</option>'); 
	document.write('    <option value="the_workplace_11.htm">Page 11</option>');
	document.write('    <option value="the_workplace_12.htm">Page 12</option>');  
	document.write('    <option value="the_workplace_13.htm">Page 13</option>');  
	document.write(' </select>');
}
else if (currPage.indexOf('the_workplace_10.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="the_workplace_01.htm">Page 1</option>');
	document.write('    <option value="the_workplace_02.htm">Page 2</option>');  
	document.write('    <option value="the_workplace_03.htm">Page 3</option>');  
	document.write('    <option value="the_workplace_04.htm">Page 4</option>');  
	document.write('    <option value="the_workplace_05.htm">Page 5</option>');  
	document.write('    <option value="the_workplace_06.htm">Page 6</option>');  
	document.write('    <option value="the_workplace_07.htm">Page 7</option>');  
	document.write('    <option value="the_workplace_08.htm">Page 8</option>');  
	document.write('    <option value="the_workplace_09.htm">Page 9</option>');  
	document.write('    <option value="the_workplace_10.htm" selected>Page 10</option>'); 
	document.write('    <option value="the_workplace_11.htm">Page 11</option>');
	document.write('    <option value="the_workplace_12.htm">Page 12</option>');  
	document.write('    <option value="the_workplace_13.htm">Page 13</option>');  
	document.write(' </select>');
}
else if (currPage.indexOf('the_workplace_11.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="the_workplace_01.htm">Page 1</option>');
	document.write('    <option value="the_workplace_02.htm">Page 2</option>');  
	document.write('    <option value="the_workplace_03.htm">Page 3</option>');  
	document.write('    <option value="the_workplace_04.htm">Page 4</option>');  
	document.write('    <option value="the_workplace_05.htm">Page 5</option>');  
	document.write('    <option value="the_workplace_06.htm">Page 6</option>');  
	document.write('    <option value="the_workplace_07.htm">Page 7</option>');  
	document.write('    <option value="the_workplace_08.htm">Page 8</option>');  
	document.write('    <option value="the_workplace_09.htm">Page 9</option>');  
	document.write('    <option value="the_workplace_10.htm">Page 10</option>'); 
	document.write('    <option value="the_workplace_11.htm" selected>Page 11</option>');
	document.write('    <option value="the_workplace_12.htm">Page 12</option>');  
	document.write('    <option value="the_workplace_13.htm">Page 13</option>');  
	document.write(' </select>');
}
else if (currPage.indexOf('the_workplace_12.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="the_workplace_01.htm">Page 1</option>');
	document.write('    <option value="the_workplace_02.htm">Page 2</option>');  
	document.write('    <option value="the_workplace_03.htm">Page 3</option>');  
	document.write('    <option value="the_workplace_04.htm">Page 4</option>');  
	document.write('    <option value="the_workplace_05.htm">Page 5</option>');  
	document.write('    <option value="the_workplace_06.htm">Page 6</option>');  
	document.write('    <option value="the_workplace_07.htm">Page 7</option>');  
	document.write('    <option value="the_workplace_08.htm">Page 8</option>');  
	document.write('    <option value="the_workplace_09.htm">Page 9</option>');  
	document.write('    <option value="the_workplace_10.htm">Page 10</option>'); 
	document.write('    <option value="the_workplace_11.htm">Page 11</option>');
	document.write('    <option value="the_workplace_12.htm" selected>Page 12</option>');  
	document.write('    <option value="the_workplace_13.htm">Page 13</option>');  
	document.write(' </select>');
}
else if (currPage.indexOf('the_workplace_13.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="the_workplace_01.htm">Page 1</option>');
	document.write('    <option value="the_workplace_02.htm">Page 2</option>');  
	document.write('    <option value="the_workplace_03.htm">Page 3</option>');  
	document.write('    <option value="the_workplace_04.htm">Page 4</option>');  
	document.write('    <option value="the_workplace_05.htm">Page 5</option>');  
	document.write('    <option value="the_workplace_06.htm">Page 6</option>');  
	document.write('    <option value="the_workplace_07.htm">Page 7</option>');  
	document.write('    <option value="the_workplace_08.htm">Page 8</option>');  
	document.write('    <option value="the_workplace_09.htm">Page 9</option>');  
	document.write('    <option value="the_workplace_10.htm">Page 10</option>'); 
	document.write('    <option value="the_workplace_11.htm">Page 11</option>');
	document.write('    <option value="the_workplace_12.htm">Page 12</option>');  
	document.write('    <option value="the_workplace_13.htm" selected>Page 13</option>');  
	document.write(' </select>');
}

else if (currPage.indexOf('our_impact_in_the_marketplace_01.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="our_impact_in_the_marketplace_01.htm" selected>Page 1</option>');  
	document.write('    <option value="our_impact_in_the_marketplace_02.htm">Page 2</option>'); 
	document.write('    <option value="our_impact_in_the_marketplace_03.htm">Page 3</option>'); 
	document.write('    <option value="our_impact_in_the_marketplace_04.htm">Page 4</option>'); 
	document.write(' </select>');
}
else if (currPage.indexOf('our_impact_in_the_marketplace_02.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="our_impact_in_the_marketplace_01.htm">Page 1</option>');  
	document.write('    <option value="our_impact_in_the_marketplace_02.htm" selected>Page 2</option>'); 
	document.write('    <option value="our_impact_in_the_marketplace_03.htm">Page 3</option>'); 
	document.write('    <option value="our_impact_in_the_marketplace_04.htm">Page 4</option>'); 
	document.write(' </select>');
}
else if (currPage.indexOf('our_impact_in_the_marketplace_03.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="our_impact_in_the_marketplace_01.htm" selected>Page 1</option>');  
	document.write('    <option value="our_impact_in_the_marketplace_02.htm">Page 2</option>'); 
	document.write('    <option value="our_impact_in_the_marketplace_03.htm" selected>Page 3</option>'); 
	document.write('    <option value="our_impact_in_the_marketplace_04.htm">Page 4</option>'); 
	document.write(' </select>');
}
else if (currPage.indexOf('our_impact_in_the_marketplace_04.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="our_impact_in_the_marketplace_01.htm" selected>Page 1</option>');  
	document.write('    <option value="our_impact_in_the_marketplace_02.htm">Page 2</option>'); 
	document.write('    <option value="our_impact_in_the_marketplace_03.htm">Page 3</option>'); 
	document.write('    <option value="our_impact_in_the_marketplace_04.htm" selected>Page 4</option>'); 
	document.write(' </select>');
}

else if (currPage.indexOf('committed_to_caring_for_the_environment_01.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="committed_to_caring_for_the_environment_01.htm" selected>Page 1</option>');  
	document.write('    <option value="committed_to_caring_for_the_environment_02.htm">Page 2</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_03.htm">Page 3</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_04.htm">Page 4</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_05.htm">Page 5</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_06.htm">Page 6</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_07.htm">Page 7</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_08.htm">Page 8</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_09.htm">Page 9</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_10.htm">Page 10</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_11.htm">Page 11</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_12.htm">Page 12</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_13.htm">Page 13</option>'); 
	document.write(' </select>');
}
else if (currPage.indexOf('committed_to_caring_for_the_environment_02.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="committed_to_caring_for_the_environment_01.htm">Page 1</option>');  
	document.write('    <option value="committed_to_caring_for_the_environment_02.htm" selected>Page 2</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_03.htm">Page 3</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_04.htm">Page 4</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_05.htm">Page 5</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_06.htm">Page 6</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_07.htm">Page 7</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_08.htm">Page 8</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_09.htm">Page 9</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_10.htm">Page 10</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_11.htm">Page 11</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_12.htm">Page 12</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_13.htm">Page 13</option>'); 
	document.write(' </select>');
}
else if (currPage.indexOf('committed_to_caring_for_the_environment_03.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="committed_to_caring_for_the_environment_01.htm">Page 1</option>');  
	document.write('    <option value="committed_to_caring_for_the_environment_02.htm">Page 2</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_03.htm" selected>Page 3</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_04.htm">Page 4</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_05.htm">Page 5</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_06.htm">Page 6</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_07.htm">Page 7</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_08.htm">Page 8</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_09.htm">Page 9</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_10.htm">Page 10</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_11.htm">Page 11</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_12.htm">Page 12</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_13.htm">Page 13</option>'); 
	document.write(' </select>');
}
else if (currPage.indexOf('committed_to_caring_for_the_environment_04.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="committed_to_caring_for_the_environment_01.htm">Page 1</option>');  
	document.write('    <option value="committed_to_caring_for_the_environment_02.htm">Page 2</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_03.htm">Page 3</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_04.htm" selected>Page 4</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_05.htm">Page 5</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_06.htm">Page 6</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_07.htm">Page 7</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_08.htm">Page 8</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_09.htm">Page 9</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_10.htm">Page 10</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_11.htm">Page 11</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_12.htm">Page 12</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_13.htm">Page 13</option>'); 
	document.write(' </select>');
}
else if (currPage.indexOf('committed_to_caring_for_the_environment_05.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="committed_to_caring_for_the_environment_01.htm">Page 1</option>');  
	document.write('    <option value="committed_to_caring_for_the_environment_02.htm">Page 2</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_03.htm">Page 3</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_04.htm">Page 4</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_05.htm" selected>Page 5</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_06.htm">Page 6</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_07.htm">Page 7</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_08.htm">Page 8</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_09.htm">Page 9</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_10.htm">Page 10</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_11.htm">Page 11</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_12.htm">Page 12</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_13.htm">Page 13</option>'); 
	document.write(' </select>');
}
else if (currPage.indexOf('committed_to_caring_for_the_environment_06.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="committed_to_caring_for_the_environment_01.htm">Page 1</option>');  
	document.write('    <option value="committed_to_caring_for_the_environment_02.htm">Page 2</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_03.htm">Page 3</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_04.htm">Page 4</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_05.htm">Page 5</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_06.htm" selected>Page 6</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_07.htm">Page 7</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_08.htm">Page 8</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_09.htm">Page 9</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_10.htm">Page 10</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_11.htm">Page 11</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_12.htm">Page 12</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_13.htm">Page 13</option>'); 
	document.write(' </select>');
}
else if (currPage.indexOf('committed_to_caring_for_the_environment_07.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="committed_to_caring_for_the_environment_01.htm">Page 1</option>');  
	document.write('    <option value="committed_to_caring_for_the_environment_02.htm">Page 2</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_03.htm">Page 3</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_04.htm">Page 4</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_05.htm">Page 5</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_06.htm">Page 6</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_07.htm" selected>Page 7</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_08.htm">Page 8</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_09.htm">Page 9</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_10.htm">Page 10</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_11.htm">Page 11</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_12.htm">Page 12</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_13.htm">Page 13</option>'); 
	document.write(' </select>');
}
else if (currPage.indexOf('committed_to_caring_for_the_environment_08.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="committed_to_caring_for_the_environment_01.htm">Page 1</option>');  
	document.write('    <option value="committed_to_caring_for_the_environment_02.htm">Page 2</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_03.htm">Page 3</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_04.htm">Page 4</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_05.htm">Page 5</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_06.htm">Page 6</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_07.htm">Page 7</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_08.htm" selected>Page 8</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_09.htm">Page 9</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_10.htm">Page 10</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_11.htm">Page 11</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_12.htm">Page 12</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_13.htm">Page 13</option>'); 
	document.write(' </select>');
}
else if (currPage.indexOf('committed_to_caring_for_the_environment_09.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="committed_to_caring_for_the_environment_01.htm">Page 1</option>');  
	document.write('    <option value="committed_to_caring_for_the_environment_02.htm">Page 2</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_03.htm">Page 3</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_04.htm">Page 4</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_05.htm">Page 5</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_06.htm">Page 6</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_07.htm">Page 7</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_08.htm">Page 8</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_09.htm" selected>Page 9</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_10.htm">Page 10</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_11.htm">Page 11</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_12.htm">Page 12</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_13.htm">Page 13</option>'); 
	document.write(' </select>');
}
else if (currPage.indexOf('committed_to_caring_for_the_environment_10.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="committed_to_caring_for_the_environment_01.htm">Page 1</option>');  
	document.write('    <option value="committed_to_caring_for_the_environment_02.htm">Page 2</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_03.htm">Page 3</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_04.htm">Page 4</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_05.htm">Page 5</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_06.htm">Page 6</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_07.htm">Page 7</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_08.htm">Page 8</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_09.htm">Page 9</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_10.htm" selected>Page 10</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_11.htm">Page 11</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_12.htm">Page 12</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_13.htm">Page 13</option>'); 
	document.write(' </select>');
}
else if (currPage.indexOf('committed_to_caring_for_the_environment_11.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="committed_to_caring_for_the_environment_01.htm">Page 1</option>');  
	document.write('    <option value="committed_to_caring_for_the_environment_02.htm">Page 2</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_03.htm">Page 3</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_04.htm">Page 4</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_05.htm">Page 5</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_06.htm">Page 6</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_07.htm">Page 7</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_08.htm">Page 8</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_09.htm">Page 9</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_10.htm">Page 10</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_11.htm" selected>Page 11</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_12.htm">Page 12</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_13.htm">Page 13</option>'); 
	document.write(' </select>');
}
else if (currPage.indexOf('committed_to_caring_for_the_environment_12.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="committed_to_caring_for_the_environment_01.htm">Page 1</option>');  
	document.write('    <option value="committed_to_caring_for_the_environment_02.htm">Page 2</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_03.htm">Page 3</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_04.htm">Page 4</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_05.htm">Page 5</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_06.htm">Page 6</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_07.htm">Page 7</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_08.htm">Page 8</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_09.htm">Page 9</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_10.htm">Page 10</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_11.htm">Page 11</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_12.htm" selected>Page 12</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_13.htm">Page 13</option>'); 
	document.write(' </select>');
}
else if (currPage.indexOf('committed_to_caring_for_the_environment_13.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="committed_to_caring_for_the_environment_01.htm">Page 1</option>');  
	document.write('    <option value="committed_to_caring_for_the_environment_02.htm">Page 2</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_03.htm">Page 3</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_04.htm">Page 4</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_05.htm">Page 5</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_06.htm">Page 6</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_07.htm">Page 7</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_08.htm">Page 8</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_09.htm">Page 9</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_10.htm">Page 10</option>'); 
	document.write('    <option value="committed_to_caring_for_the_environment_11.htm">Page 11</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_12.htm">Page 12</option>');
	document.write('    <option value="committed_to_caring_for_the_environment_13.htm" selected>Page 13</option>'); 
	document.write(' </select>');
}

else if (currPage.indexOf('society_and_community_as_stakeholders_01.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="society_and_community_as_stakeholders_01.htm" selected>Page 1</option>');  
	document.write('    <option value="society_and_community_as_stakeholders_02.htm">Page 2</option>'); 
	document.write('    <option value="society_and_community_as_stakeholders_03.htm">Page 3</option>'); 
	document.write('    <option value="society_and_community_as_stakeholders_04.htm">Page 4</option>'); 
	document.write('    <option value="society_and_community_as_stakeholders_05.htm">Page 5</option>'); 
	document.write('    <option value="society_and_community_as_stakeholders_06.htm">Page 6</option>');
	document.write('    <option value="society_and_community_as_stakeholders_07.htm">Page 7</option>');
	document.write(' </select>');
}
else if (currPage.indexOf('society_and_community_as_stakeholders_02.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="society_and_community_as_stakeholders_01.htm">Page 1</option>');  
	document.write('    <option value="society_and_community_as_stakeholders_02.htm" selected>Page 2</option>'); 
	document.write('    <option value="society_and_community_as_stakeholders_03.htm">Page 3</option>'); 
	document.write('    <option value="society_and_community_as_stakeholders_04.htm">Page 4</option>'); 
	document.write('    <option value="society_and_community_as_stakeholders_05.htm">Page 5</option>'); 
	document.write('    <option value="society_and_community_as_stakeholders_06.htm">Page 6</option>');
	document.write('    <option value="society_and_community_as_stakeholders_07.htm">Page 7</option>');
	document.write(' </select>');
}
else if (currPage.indexOf('society_and_community_as_stakeholders_03.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="society_and_community_as_stakeholders_01.htm">Page 1</option>');  
	document.write('    <option value="society_and_community_as_stakeholders_02.htm">Page 2</option>'); 
	document.write('    <option value="society_and_community_as_stakeholders_03.htm" selected>Page 3</option>'); 
	document.write('    <option value="society_and_community_as_stakeholders_04.htm">Page 4</option>'); 
	document.write('    <option value="society_and_community_as_stakeholders_05.htm">Page 5</option>'); 
	document.write('    <option value="society_and_community_as_stakeholders_06.htm">Page 6</option>');
	document.write('    <option value="society_and_community_as_stakeholders_07.htm">Page 7</option>');
	document.write(' </select>');
}
else if (currPage.indexOf('society_and_community_as_stakeholders_04.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="society_and_community_as_stakeholders_01.htm">Page 1</option>');  
	document.write('    <option value="society_and_community_as_stakeholders_02.htm">Page 2</option>'); 
	document.write('    <option value="society_and_community_as_stakeholders_03.htm">Page 3</option>'); 
	document.write('    <option value="society_and_community_as_stakeholders_04.htm" selected>Page 4</option>'); 
	document.write('    <option value="society_and_community_as_stakeholders_05.htm">Page 5</option>'); 
	document.write('    <option value="society_and_community_as_stakeholders_06.htm">Page 6</option>');
	document.write('    <option value="society_and_community_as_stakeholders_07.htm">Page 7</option>');
	document.write(' </select>');
}
else if (currPage.indexOf('society_and_community_as_stakeholders_05.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="society_and_community_as_stakeholders_01.htm">Page 1</option>');  
	document.write('    <option value="society_and_community_as_stakeholders_02.htm">Page 2</option>'); 
	document.write('    <option value="society_and_community_as_stakeholders_03.htm">Page 3</option>'); 
	document.write('    <option value="society_and_community_as_stakeholders_04.htm">Page 4</option>'); 
	document.write('    <option value="society_and_community_as_stakeholders_05.htm" selected>Page 5</option>'); 
	document.write('    <option value="society_and_community_as_stakeholders_06.htm">Page 6</option>');
	document.write('    <option value="society_and_community_as_stakeholders_07.htm">Page 7</option>');
	document.write(' </select>');
}
else if (currPage.indexOf('society_and_community_as_stakeholders_06.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="society_and_community_as_stakeholders_01.htm">Page 1</option>');  
	document.write('    <option value="society_and_community_as_stakeholders_02.htm">Page 2</option>'); 
	document.write('    <option value="society_and_community_as_stakeholders_03.htm">Page 3</option>'); 
	document.write('    <option value="society_and_community_as_stakeholders_04.htm">Page 4</option>'); 
	document.write('    <option value="society_and_community_as_stakeholders_05.htm">Page 5</option>'); 
	document.write('    <option value="society_and_community_as_stakeholders_06.htm" selected>Page 6</option>');
	document.write('    <option value="society_and_community_as_stakeholders_07.htm">Page 7</option>');
	document.write(' </select>');
}
else if (currPage.indexOf('society_and_community_as_stakeholders_07.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="society_and_community_as_stakeholders_01.htm">Page 1</option>');  
	document.write('    <option value="society_and_community_as_stakeholders_02.htm">Page 2</option>'); 
	document.write('    <option value="society_and_community_as_stakeholders_03.htm">Page 3</option>'); 
	document.write('    <option value="society_and_community_as_stakeholders_04.htm">Page 4</option>'); 
	document.write('    <option value="society_and_community_as_stakeholders_05.htm">Page 5</option>'); 
	document.write('    <option value="society_and_community_as_stakeholders_06.htm">Page 6</option>');
	document.write('    <option value="society_and_community_as_stakeholders_07.htm" selected>Page 7</option>');
	document.write(' </select>');
}

else if (currPage.indexOf('reference_to_gri_g3_guidelines_01.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="reference_to_gri_g3_guidelines_01.htm" selected>Page 1</option>');  
	document.write('    <option value="reference_to_gri_g3_guidelines_02.htm">Page 2</option>'); 
	document.write('    <option value="reference_to_gri_g3_guidelines_03.htm">Page 3</option>'); 
	document.write('    <option value="reference_to_gri_g3_guidelines_04.htm">Page 4</option>'); 
	document.write('    <option value="reference_to_gri_g3_guidelines_05.htm">Page 5</option>'); 
	document.write('    <option value="reference_to_gri_g3_guidelines_06.htm">Page 6</option>');
	document.write('    <option value="reference_to_gri_g3_guidelines_07.htm">Page 7</option>');
	document.write(' </select>');	
}
else if (currPage.indexOf('reference_to_gri_g3_guidelines_02.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="reference_to_gri_g3_guidelines_01.htm">Page 1</option>');  
	document.write('    <option value="reference_to_gri_g3_guidelines_02.htm" selected>Page 2</option>'); 
	document.write('    <option value="reference_to_gri_g3_guidelines_03.htm">Page 3</option>'); 
	document.write('    <option value="reference_to_gri_g3_guidelines_04.htm">Page 4</option>'); 
	document.write('    <option value="reference_to_gri_g3_guidelines_05.htm">Page 5</option>'); 
	document.write('    <option value="reference_to_gri_g3_guidelines_06.htm">Page 6</option>');
	document.write('    <option value="reference_to_gri_g3_guidelines_07.htm">Page 7</option>');
	document.write(' </select>');	
}
else if (currPage.indexOf('reference_to_gri_g3_guidelines_03.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="reference_to_gri_g3_guidelines_01.htm">Page 1</option>');  
	document.write('    <option value="reference_to_gri_g3_guidelines_02.htm">Page 2</option>'); 
	document.write('    <option value="reference_to_gri_g3_guidelines_03.htm" selected>Page 3</option>'); 
	document.write('    <option value="reference_to_gri_g3_guidelines_04.htm">Page 4</option>'); 
	document.write('    <option value="reference_to_gri_g3_guidelines_05.htm">Page 5</option>'); 
	document.write('    <option value="reference_to_gri_g3_guidelines_06.htm">Page 6</option>');
	document.write('    <option value="reference_to_gri_g3_guidelines_07.htm">Page 7</option>');
	document.write(' </select>');	
}
else if (currPage.indexOf('reference_to_gri_g3_guidelines_04.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="reference_to_gri_g3_guidelines_01.htm">Page 1</option>');  
	document.write('    <option value="reference_to_gri_g3_guidelines_02.htm">Page 2</option>'); 
	document.write('    <option value="reference_to_gri_g3_guidelines_03.htm">Page 3</option>'); 
	document.write('    <option value="reference_to_gri_g3_guidelines_04.htm" selected>Page 4</option>'); 
	document.write('    <option value="reference_to_gri_g3_guidelines_05.htm">Page 5</option>'); 
	document.write('    <option value="reference_to_gri_g3_guidelines_06.htm">Page 6</option>');
	document.write('    <option value="reference_to_gri_g3_guidelines_07.htm">Page 7</option>');
	document.write(' </select>');	
}
else if (currPage.indexOf('reference_to_gri_g3_guidelines_05.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="reference_to_gri_g3_guidelines_01.htm">Page 1</option>');  
	document.write('    <option value="reference_to_gri_g3_guidelines_02.htm">Page 2</option>'); 
	document.write('    <option value="reference_to_gri_g3_guidelines_03.htm">Page 3</option>'); 
	document.write('    <option value="reference_to_gri_g3_guidelines_04.htm">Page 4</option>'); 
	document.write('    <option value="reference_to_gri_g3_guidelines_05.htm" selected>Page 5</option>'); 
	document.write('    <option value="reference_to_gri_g3_guidelines_06.htm">Page 6</option>');
	document.write('    <option value="reference_to_gri_g3_guidelines_07.htm">Page 7</option>');
	document.write(' </select>');	
}
else if (currPage.indexOf('reference_to_gri_g3_guidelines_06.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="reference_to_gri_g3_guidelines_01.htm">Page 1</option>');  
	document.write('    <option value="reference_to_gri_g3_guidelines_02.htm">Page 2</option>'); 
	document.write('    <option value="reference_to_gri_g3_guidelines_03.htm">Page 3</option>'); 
	document.write('    <option value="reference_to_gri_g3_guidelines_04.htm">Page 4</option>'); 
	document.write('    <option value="reference_to_gri_g3_guidelines_05.htm">Page 5</option>'); 
	document.write('    <option value="reference_to_gri_g3_guidelines_06.htm" selected>Page 6</option>');
	document.write('    <option value="reference_to_gri_g3_guidelines_07.htm">Page 7</option>');
	document.write(' </select>');	
}
else if (currPage.indexOf('reference_to_gri_g3_guidelines_07.htm') > 0) {
	document.write('  <select name="page1" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write('    <option value="reference_to_gri_g3_guidelines_01.htm">Page 1</option>');  
	document.write('    <option value="reference_to_gri_g3_guidelines_02.htm">Page 2</option>'); 
	document.write('    <option value="reference_to_gri_g3_guidelines_03.htm">Page 3</option>'); 
	document.write('    <option value="reference_to_gri_g3_guidelines_04.htm">Page 4</option>'); 
	document.write('    <option value="reference_to_gri_g3_guidelines_05.htm">Page 5</option>'); 
	document.write('    <option value="reference_to_gri_g3_guidelines_06.htm">Page 6</option>');
	document.write('    <option value="reference_to_gri_g3_guidelines_07.htm" selected>Page 7</option>');
	document.write(' </select>');	
}

else {
}
document.write('</form>');
document.write(' </div>');
