// 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 = "#9ea374";					// default = #000000 (black)
	var chapter_font_color = "#9ea374";						// 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] = "Reports";						chapter_pages[2] = "2";
	chapter_names[3] = "Financial statements";			chapter_pages[3] = "13";
	chapter_names[4] = "Shareholder information";		chapter_pages[4] = "36";



// THESE SETTINGS DEFINE THE SUB CHAPTERS IN THE MENU
		
	
	sub_chapter_names[0] = "Operational and financial highlights";		sub_chapter_pages[0] = "2";			sub_chapter_parents[0] = "2";		sub_chapter_read_pages[0] = "";
	sub_chapter_names[1] = "Chief executive's review";					sub_chapter_pages[1] = "2";			sub_chapter_parents[1] = "2";		sub_chapter_read_pages[1] = "";
	sub_chapter_names[2] = "Group performance overview";				sub_chapter_pages[2] = "4";			sub_chapter_parents[2] = "2";		sub_chapter_read_pages[2] = "2";
	sub_chapter_names[3] = "Supplementary Group financials";	    	sub_chapter_pages[3] = "7";			sub_chapter_parents[3] = "2";		sub_chapter_read_pages[3] = "7";
	sub_chapter_names[4] = "Directors' responsibility statement";		sub_chapter_pages[4] = "10";		sub_chapter_parents[4] = "2";		sub_chapter_read_pages[4] = "8";
	sub_chapter_names[5] = "Independent review report to the members of Mondi Limited";		sub_chapter_pages[5] = "10";		sub_chapter_parents[5] = "2";		sub_chapter_read_pages[5] = "9";
	sub_chapter_names[6]  =	"Independent review report to the members of Mondi plc";		sub_chapter_pages[6] = "12";		sub_chapter_parents[6] = "2";		sub_chapter_read_pages[6] = "10";
	
	sub_chapter_names[7]  =	"Condensed combined and consolidated income statement";		    				sub_chapter_pages[7] = "13";		sub_chapter_parents[7] = "3";		sub_chapter_read_pages[7] = "11";
	sub_chapter_names[8]  =	"Condensed combined and consolidated statement of comprehensive income";		sub_chapter_pages[8] = "14";		sub_chapter_parents[8] = "3";		sub_chapter_read_pages[8]  = "12";
	sub_chapter_names[9]  =	"Condensed combined and consolidated statement of financial position";			sub_chapter_pages[9] = "15";		sub_chapter_parents[9] = "3";		sub_chapter_read_pages[9]  = "13";
	sub_chapter_names[10] =	"Condensed combined and consolidated statement of cash flows";		            sub_chapter_pages[10] = "16";		sub_chapter_parents[10]	= "3";		sub_chapter_read_pages[10] = "14";
	sub_chapter_names[11] =	"Condensed combined and consolidated statement of changes in equity";		    sub_chapter_pages[11] =	"17";		sub_chapter_parents[11]	= "3";		sub_chapter_read_pages[11] = "15";
	sub_chapter_names[12] =	"Notes to the condensed combined and consolidated financial information";		sub_chapter_pages[12] =	"18";		sub_chapter_parents[12]	= "3";		sub_chapter_read_pages[12] = "16";
	sub_chapter_names[13] =	"Exchange rates";																sub_chapter_pages[13] =	"34";		sub_chapter_parents[13]	= "3";		sub_chapter_read_pages[13] = "32";
	sub_chapter_names[14] =	"Production statistics";														sub_chapter_pages[14] =	"35";		sub_chapter_parents[14]	= "3";		sub_chapter_read_pages[14] = "33";
	
	sub_chapter_names[15] =	"Shareholder information";														sub_chapter_pages[15] =	"36";		sub_chapter_parents[15]	= "4";		sub_chapter_read_pages[15] = "34";
	sub_chapter_names[16] =	"Glossary of financial terms";													sub_chapter_pages[16] =	"38";		sub_chapter_parents[16]	= "4";		sub_chapter_read_pages[16] = "36";

