// THESE SETTINGS DEFINE THE LOOK-AND-FEEL OF THE REPORT
	
	var body_background = "#";							// default = #FFFFFF (white)
	var container_background = "#";
	var border_image_left = "images/border_l.gif";					// default = none
	var border_image_right = "images/border_r.gif";					// default = none

	var contents_header_text = "";				// default = none
	var contents_header_font_color = "#f78f1e";					// default = #000000 (black)
	var chapter_font_color = "#f78f1e";						// default = #000000 (black)
	var sub_chapter_font_color = "#000000";						// default = #000000 (black)
	var sub_chapter_number_font_color = "#000000";					// default = #000000 (black)

	var pages_width = "";								// default depends on settings in eRez
	var pages_height = "";								// default depends on settings in eRez

	var dotted_line_right = "";							// default = 725px
	var dotted_line_width = "";							// default = 0px
	var dotted_line_top = "";							// default = 33px
	var dotted_line_height = ""; 							// default = 467px


// THESE SETTINGS DEFINE THE CHAPTERS IN THE MENU
			
	
	chapter_names[1] = "Home";	chapter_pages[1] = "1";
	chapter_names[2] = "Financial summary";	chapter_pages[2] = "2";
	chapter_names[3] = "Group performance overview";		chapter_pages[3] = "3";
	chapter_names[4] = "Finanical statements Mondi Group";		chapter_pages[4] = "8";
	chapter_names[5] = "Additional information";		chapter_pages[5] = "28";



// THESE SETTINGS DEFINE THE SUB CHAPTERS IN THE MENU
		
	
	sub_chapter_names[0] = "Group performance overview";						                sub_chapter_pages[0] = "3";			sub_chapter_parents[0] = "3";		sub_chapter_read_pages[0] = "01";
	sub_chapter_names[1] = "Supplementary Group financials";					                sub_chapter_pages[1] = "4";			sub_chapter_parents[1] = "3";		sub_chapter_read_pages[1] = "02";
	sub_chapter_names[2] = "Directors' responsibility statement";					                sub_chapter_pages[2] = "7";			sub_chapter_parents[2] = "3";		sub_chapter_read_pages[2] = "05";
	sub_chapter_names[3] = "Independent review report to the members of Mondi Limited";	    	                sub_chapter_pages[3] = "8";			sub_chapter_parents[3] = "4";		sub_chapter_read_pages[3] = "06";
	sub_chapter_names[4] = "Independent review report to the members of Mondi plc";					sub_chapter_pages[4] = "9";			sub_chapter_parents[4] = "4";		sub_chapter_read_pages[4] = "07";
	sub_chapter_names[5] = "Condensed combined and consolidated income statement";		                        sub_chapter_pages[5] = "10";			sub_chapter_parents[5] = "4";		sub_chapter_read_pages[5] = "08";
	sub_chapter_names[6]  =	"Condensed combined and	consolidated balance sheet";			                sub_chapter_pages[6] =	"11";			sub_chapter_parents[6] = "4";		sub_chapter_read_pages[6]  = "09";
	sub_chapter_names[7]  =	"Condensed combined and	consolidated cash flow statement";		                sub_chapter_pages[7] =	"12";			sub_chapter_parents[7] = "4";		sub_chapter_read_pages[7]  = "10";
	sub_chapter_names[8]  =	"Condensed combined and	consolidated statement of recognised income and	expense";	sub_chapter_pages[8] =	"13";			sub_chapter_parents[8] = "4";		sub_chapter_read_pages[8]  = "11";
	sub_chapter_names[9]  =	"Notes to the condensed	combined and consolidated financial information";		sub_chapter_pages[9] =	"14";			sub_chapter_parents[9] = "4";		sub_chapter_read_pages[9]  = "12";
	sub_chapter_names[10] =	"Production statistics";		                                                sub_chapter_pages[10] =	"28";			sub_chapter_parents[10]	= "5";		sub_chapter_read_pages[10] = "26";
	sub_chapter_names[11] =	"Exchange rates";		                                                        sub_chapter_pages[11] =	"29";			sub_chapter_parents[11]	= "5";		sub_chapter_read_pages[11] = "27";
	sub_chapter_names[12] =	"Shareholder information";						                sub_chapter_pages[12] =	"30";			sub_chapter_parents[12]	= "5";		sub_chapter_read_pages[12] = "28";
	sub_chapter_names[13] =	"Glossary of financial terms";						                sub_chapter_pages[13] =	"31";			sub_chapter_parents[13]	= "5";		sub_chapter_read_pages[13] = "29";
	sub_chapter_names[14] =	"Registered and head office addresses";						        sub_chapter_pages[14] =	"32";			sub_chapter_parents[14]	= "5";		sub_chapter_read_pages[14] = "30";

