//*********************************************************
//                   
//*********************************************************/

// number of chapters & pages
var num_chapters = 5;
var chapter_details_array = [ // pages per chapter, chapter name
					[2, "Introduction"],                           // introduction
				  	[1, "Accession in perspective"],    // chapter 1 
				  	[5, "The basic rules"], // chapter 2
				  	[4, "Technical assistance and training for acceding countries"],   // chapter 3
				  	[12, "The accession process &mdash; the procedures and how they have been applied"],   // chapter 4
				  	[16, "Substance of accession negotiations"]   // chapter 5
				    ];

// arrays of questions for the quiz 
// each array item consists of the following fields: 
//   - the chapter to which the question belongs, 
//   - the question, 
//   - the number of the correct answer (starting from 1), 
//   - the page containing the explanation of the answer to the question, 
//   - the answers in order
var question_array = new Array();
question_array[1] = [2, "Which of the following statements concerning accession is NOT true?", 2, "c2s1p1_e.htm", "Article XII of the Marrakesh Agreement gives no guidance on the terms to be agreed.", "Only States may accede to the WTO.", "Decisions on accession are taken by the Ministerial Conference or in between two Ministerial Conferences, by the General Council."];
question_array[2] = [2, "In practice, decisions on accession are taken...", 3, "c2s2p1_e.htm", "by a two-thirds majority of the Members of the WTO.", "by simple majority voting.", "by consensus."];
question_array[3] = [2, "What is the aim of the Guidelines on Accession of Least-Developed Countries?", 3, "c2s4p1_e.htm", "to give priority to least-developed countries in the process of accession.", "to enable least-developed countries to become Members of the WTO within four years from request of membership.", "to facilitate and accelerate the accession negotiations for least-developed countries."];
question_array[4] = [2, "Which of the following sentences on the Guidelines on Accession of Least-Developed Countries is NOT true?", 3, "c2s4p1_e.htm", "Technical assistance and capacity building shall be provided on a priority basis to assist acceding least-developed countries.", "The implementation of the guidelines is reviewed regularly.", "Commitments to accede to any of the plurilateral trade agreements and sectoral market-access initiatives shall be a precondition for accession to the Multilateral Trade Agreements."];
question_array[5] = [3, "The priority given to technical assistance for acceding least-developed countries was made explicit in the Doha Declaration.", 1, "c3s1p1_e.htm", "True", "False"];
question_array[6] = [3, "Which is the maximum duration of WTO Trade Policy Courses?", 1, "c3s2p1_e.htm", "Twelve weeks.", "Twelve days.", "Three weeks."];
question_array[7] = [3, "What is the Integrated Framework for Trade-Related Technical Assistance (IF)?", 2, "c3s3p1_e.htm", "A programme of SPS, TBT and dispute settlement courses.", "A multi-agency programme that provides technical assistance to least-developed countries.", "Guidelines for technical assistance."];
question_array[8] = [3, "What is the Geneva week?", 1, "c3s2p1_e.htm", "A one week event for delegations that do not have a representation in Geneva.", "An interactive course provided over the internet, which takes one week to be completed.", "None of the above."];
question_array[9] = [3, "What are WTO reference centres?", 2, "c3s2p1_e.htm", "Centres where courses on dispute settlement, SPS and TBT take place.", "Centres to brief users on how to access WTO-related technical and legal documentation.", "Centres providing online introduction courses on WTO rules and obligations."];
question_array[10] = [4, "The role of Accession Working Parties is...", 2, "c4s2p2_e.htm", "to forward the acceding government's application to the General Council/Ministerial Conference.", "to examine the application of the acceding government and to submit  recommendations to the General Council/Ministerial Conference.", "to examine the application of the acceding government and appoint its Chairperson."];
question_array[11] = [4, "The Memorandum on the foreign trade regime is...", 2, "c4s4p1_e.htm", "a document containing the questions submitted by WTO Members after the first Working Party meeting.", "submitted by the applicant in one of the official languages of the WTO which describes its trade-related rules and practices.", "another expression to indicate the draft Report."];
question_array[12] = [4, "What do accession multilateral negotiations cover?", 1, "c4s6p1_e.htm", "The WTO rules and disciplines contained in the WTO Agreements.", "tariff bindings and specific commitments in services.", "Both, WTO rules and market access for goods and services."];
question_array[13] = [4, "The applicant is invited to accede on the terms set out in...?", 3, "c4s10p1_e.htm", "its legislation", "the Working Party Report", "the Protocol of Accession"];