// 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 = "#002664";					// default = #000000 (black)
	var chapter_font_color = "#002664";						// 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] = "Overview";							chapter_pages[2] = "3";
	chapter_names[3] = "Business review";					chapter_pages[3] = "8";
	chapter_names[4] = "Management and governance";			chapter_pages[4] = "20";
	chapter_names[5] = "Financial statements and notes";	chapter_pages[5] = "28";
	chapter_names[6] = "Additional information";			chapter_pages[6] = "72";




// THESE SETTINGS DEFINE THE SUB CHAPTERS IN THE MENU
		
	
	sub_chapter_names[0] = "Highlights of the year";							sub_chapter_pages[0] = "3";			sub_chapter_parents[0] = "2";		sub_chapter_read_pages[0] = "01";
	sub_chapter_names[1] = "Chairman's statement";					    		sub_chapter_pages[1] = "4";			sub_chapter_parents[1] = "2";		sub_chapter_read_pages[1] = "02";
	sub_chapter_names[2] = "Our markets";					        			sub_chapter_pages[2] = "7";			sub_chapter_parents[2] = "2";		sub_chapter_read_pages[2] = "05";

	sub_chapter_names[3] = "Chief Executive Officer's review";	    			sub_chapter_pages[3] = "8";			sub_chapter_parents[3] = "3";		sub_chapter_read_pages[3] = "06";
	sub_chapter_names[4] = "Corporate and social responsibility";				sub_chapter_pages[4] = "16";		sub_chapter_parents[4] = "3";		sub_chapter_read_pages[4] = "14";
	sub_chapter_names[5] = "Financial review";		                			sub_chapter_pages[5] = "18";		sub_chapter_parents[5] = "3";		sub_chapter_read_pages[5] = "16";
	
	sub_chapter_names[6]  =	"Board of directors";			        			sub_chapter_pages[6] =	"20";		sub_chapter_parents[6] = "4";		sub_chapter_read_pages[6]  = "18";
	sub_chapter_names[7]  =	"Directors' report";		    					sub_chapter_pages[7] =	"22";		sub_chapter_parents[7] = "4";		sub_chapter_read_pages[7]  = "20";
	
	sub_chapter_names[8]  =	"Independent Auditors' report to the shareholders of Gas Turbine Efficiency plc";					sub_chapter_pages[8] =	"28";		sub_chapter_parents[8] = "5";		sub_chapter_read_pages[8]  = "26";
	sub_chapter_names[9]  =	"Consolidated statement of income";					sub_chapter_pages[9] =	"29";		sub_chapter_parents[9] = "5";		sub_chapter_read_pages[9]  = "27";
	sub_chapter_names[10] =	"Consolidated balance sheet";		       			sub_chapter_pages[10] =	"30";		sub_chapter_parents[10]	= "5";		sub_chapter_read_pages[10] = "28";
	sub_chapter_names[11] =	"Consolidated statement of cash flows";				sub_chapter_pages[11] =	"32";		sub_chapter_parents[11]	= "5";		sub_chapter_read_pages[11] = "30";
	sub_chapter_names[12] =	"Consolidated statement of changes in equity";		sub_chapter_pages[12] =	"33";		sub_chapter_parents[12]	= "5";		sub_chapter_read_pages[12] = "31";
	sub_chapter_names[13] =	"Accounting policies";								sub_chapter_pages[13] =	"34";		sub_chapter_parents[13]	= "5";		sub_chapter_read_pages[13] = "32";
	sub_chapter_names[14] =	"Notes to the financial statements";				sub_chapter_pages[14] =	"42";		sub_chapter_parents[14]	= "5";		sub_chapter_read_pages[14] = "40";
	sub_chapter_names[15] =	"Parent Company balance sheet";						sub_chapter_pages[15] =	"64";		sub_chapter_parents[15]	= "5";		sub_chapter_read_pages[15] = "62";
	sub_chapter_names[16] =	"Parent Company statement of cash flows";			sub_chapter_pages[16] =	"65";		sub_chapter_parents[16]	= "5";		sub_chapter_read_pages[16] = "63";
	sub_chapter_names[17] =	"Parent Company statement of changes in equity";	sub_chapter_pages[17] =	"66";		sub_chapter_parents[17]	= "5";		sub_chapter_read_pages[17] = "64";
	sub_chapter_names[18] =	"Parent Company accounting polices";				sub_chapter_pages[18] =	"67";		sub_chapter_parents[18]	= "5";		sub_chapter_read_pages[18] = "65";
	sub_chapter_names[19] =	"Notes to the Parent Company financial statements";	sub_chapter_pages[19] =	"68";		sub_chapter_parents[19]	= "5";		sub_chapter_read_pages[19] = "66";

	sub_chapter_names[20] =	"Consolidated four-year summary";					sub_chapter_pages[20] =	"72";		sub_chapter_parents[20]	= "6";		sub_chapter_read_pages[20] = "70";
	sub_chapter_names[21] =	"Shareholder information";							sub_chapter_pages[21] =	"73";		sub_chapter_parents[21]	= "6";		sub_chapter_read_pages[21] = "71";
	sub_chapter_names[22] =	"Offices";											sub_chapter_pages[22] =	"74";		sub_chapter_parents[22]	= "6";		sub_chapter_read_pages[22] = "72";

