// *****************************************************************************// **                                SETTINGS                                 **// *****************************************************************************// 'linka' use this if part of the URL is the same in ALL the links// In this example all the files are in a subfolder called 'pages'linka='pages/';// the filename of the page the menu appears in eg 'menu.html'thisPage='wpleft.html';// Do you want to use images for the category bullets?// If so then specify the path to your images folder from the menu pageimgPath='images/';// do you want to use images for the category bullets?lev1img='yes';					// insert yes or no// give image names and dimensionslev1OpName='open.gif';			// open image namelev1OpHeight='10';				// image heightlev1OpWidth='10';				// image widthlev1ClosName='closed.gif';		// closed image namelev1ClosHeight='10';			// image heightlev1ClosWidth='10';				// image width// do you want to use images for the sub-category bullets?lev2img='yes';		// insert yes or no// give image names and dimensionslev2Name='bullet.gif';			// image namelev2Height='10';				// image heightlev2Width='16';					// image width// do you want to use a text character for the sub-category bullets?lev2Char='no';		// insert yes or no// set bullet character for level 2 bulletsbullet = '&#155; ';// base target - the frame that the links are targettingbase = 'wpbod';// *****************************************************************************// **                             END OF SETTINGS                             **// *****************************************************************************// pulls 'page' variable out of URL - do not alter	var x = 0	page = location.search.substr(1).split("?")	for (x=0;x<=page.length;x++) {		eval(page)		}page = escape(page);page = page.slice(7);// do not alter this bitfunction subMenu(name,linkb) { this.name = name; this.linkb = linkb;}document.write('<BASE target="' + base + '">');// *****************************************************************************// **                             BUILD MENU DATA                             **// *****************************************************************************// Civils & Drainage Menuif (page=='civ') {thisMenu = new Array();thisMenu[0] = new subMenu('January','wp1.html');thisMenu[1] = new subMenu('February','wp2.html');thisMenu[2] = new subMenu('March','wp3.html');thisMenu[3] = new subMenu('','wp4.html');thisMenu[4] = new subMenu('May','wp5.html');thisMenu[5] = new subMenu('June','wp6.html');thisMenu[6] = new subMenu('July','wp7.html');thisMenu[7] = new subMenu('August','wp8.html');thisMenu[8] = new subMenu('September','wp9.html');thisMenu[9] = new subMenu('October','wp10.html');thisMenu[10] = new subMenu('November','wp11.html');thisMenu[11] = new subMenu('December','wp11.html'); }// Clothing Menuif (page=='cloth') {thisMenu = new Array();thisMenu[0] = new subMenu('January','wp12.html');thisMenu[1] = new subMenu('February','wp13.html');thisMenu[2] = new subMenu('March','wp14.html');thisMenu[3] = new subMenu('April','wp15.html');thisMenu[4] = new subMenu('May','wp16.html');thisMenu[5] = new subMenu('June','wp17.html');thisMenu[6] = new subMenu('July','wp18.html');thisMenu[7] = new subMenu('August','wp19.html');thisMenu[8] = new subMenu('September','wp20.html');thisMenu[9] = new subMenu('October','wp21.html');thisMenu[10] = new subMenu('November','wp22.html');thisMenu[11] = new subMenu('December','wp23.html');}// Decorating Menuif (page=='dec') {thisMenu = new Array();thisMenu[0] = new subMenu('January','wp24.html');thisMenu[1] = new subMenu('February','wp25.html');thisMenu[2] = new subMenu('March','wp26.html');thisMenu[3] = new subMenu('April','wp27.html');thisMenu[4] = new subMenu('May','wp28.html');thisMenu[5] = new subMenu('June','wp29.html');thisMenu[6] = new subMenu('July','wp30.html');thisMenu[7] = new subMenu('August','wp31.html');thisMenu[8] = new subMenu('September','wp32.html');thisMenu[9] = new subMenu('October','wp33.html');thisMenu[10] = new subMenu('November','wp34.html');thisMenu[11] = new subMenu('December','wp35.html');}// Menuif (page=='2003') {thisMenu = new Array();thisMenu[0] = new subMenu('January','wp36.html');thisMenu[1] = new subMenu('February','wp37.html');thisMenu[2] = new subMenu('March','wp38.html');thisMenu[3] = new subMenu('April','wp39.html');thisMenu[4] = new subMenu('May','wp40.html');thisMenu[5] = new subMenu('June','wp41.html');thisMenu[6] = new subMenu('July','wp42.html');thisMenu[7] = new subMenu('Aug','wp43.html');thisMenu[8] = new subMenu('Sept','wp44.html');thisMenu[9] = new subMenu('Oct','wp45.html');thisMenu[10] = new subMenu('Nov','wp46.html');thisMenu[11] = new subMenu('Dec','wp47.html');}// Menuif (page=='2004') {thisMenu = new Array();thisMenu[0] = new subMenu('January','wp48.html');thisMenu[1] = new subMenu('February','wp49.html');thisMenu[2] = new subMenu('March','wp50.html');thisMenu[3] = new subMenu('April','wp51.html');thisMenu[4] = new subMenu('May','wp52.html');thisMenu[5] = new subMenu('June','wp53.html');thisMenu[6] = new subMenu('July','wp54.html');thisMenu[7] = new subMenu('Aug','wp55.html');thisMenu[8] = new subMenu('Sept','wp56.html');thisMenu[9] = new subMenu('Oct','wp57.html');thisMenu[10] = new subMenu('Nov','wp58.html');thisMenu[11] = new subMenu('Dec','wp59.html');}// Menuif (page=='2005') {thisMenu = new Array();thisMenu[0] = new subMenu('January','wp60.html');thisMenu[1] = new subMenu('February','wp61.html');thisMenu[2] = new subMenu('March','wp62.html');thisMenu[3] = new subMenu('April','wp63.html');thisMenu[4] = new subMenu('May','wp64.html');thisMenu[5] = new subMenu('June','wp65.html');thisMenu[6] = new subMenu('July','wp66.html');thisMenu[7] = new subMenu('Aug','wp67.html');thisMenu[8] = new subMenu('Sept','wp68.html');thisMenu[9] = new subMenu('Oct','wp69.html');thisMenu[10] = new subMenu('Nov','wp70.html');thisMenu[11] = new subMenu('Dec','wp71.html');}

// Menuif (page=='2006') {thisMenu = new Array();thisMenu[0] = new subMenu('January','wp72.html');thisMenu[1] = new subMenu('February','wp73.html');thisMenu[2] = new subMenu('March','wp74.html');thisMenu[3] = new subMenu('April','wp75.html');thisMenu[4] = new subMenu('May','wp76.html');thisMenu[5] = new subMenu('June','wp77.html');thisMenu[6] = new subMenu('July','wp78.html');thisMenu[7] = new subMenu('Aug','wp79.html');thisMenu[8] = new subMenu('Sept','wp80.html');thisMenu[9] = new subMenu('Oct','wp81.html');thisMenu[10] = new subMenu('Nov','wp82.html');thisMenu[11] = new subMenu('Dec','wp83.html');}

// Menuif (page=='2007') {thisMenu = new Array();thisMenu[0] = new subMenu('January','wp84.html');thisMenu[1] = new subMenu('February','wp85.html');thisMenu[2] = new subMenu('March','wp86.html');thisMenu[3] = new subMenu('April','wp86.html');thisMenu[4] = new subMenu('May','wp87.html');thisMenu[5] = new subMenu('June','wp87.html');thisMenu[6] = new subMenu('July','wp88.html');thisMenu[7] = new subMenu('Aug','wp89.html');thisMenu[8] = new subMenu('Sept','wp90.html');thisMenu[9] = new subMenu('Oct','wp91.html');thisMenu[10] = new subMenu('Nov','wp92.html');thisMenu[11] = new subMenu('Dec','wp93.html');}

// Menuif (page=='2008') {thisMenu = new Array();thisMenu[0] = new subMenu('January','wp94.html');thisMenu[1] = new subMenu('February','wp95.html');thisMenu[2] = new subMenu('March','wp96.html');thisMenu[3] = new subMenu('April','wp97.html');thisMenu[4] = new subMenu('May','wp98.html');thisMenu[5] = new subMenu('June','wp99.html');//thisMenu[6] = new subMenu('July','wp100.html');//thisMenu[7] = new subMenu('Aug','wp101.html');//thisMenu[8] = new subMenu('Sept','wp102.html');//thisMenu[9] = new subMenu('Oct','wp103.html');//thisMenu[10] = new subMenu('Nov','wp104.html');//thisMenu[11] = new subMenu('Dec','wp105.html');}
// Menuif (page=='2009') {thisMenu = new Array();thisMenu[0] = new subMenu('January','wp106.html');thisMenu[1] = new subMenu('February','wp107.html');thisMenu[2] = new subMenu('March','wp109.html');thisMenu[3] = new subMenu('April','wp110.html');thisMenu[4] = new subMenu('May','wp111.html');thisMenu[5] = new subMenu('June','wp112.html');thisMenu[6] = new subMenu('Pacific Islands Forum PIF','wp113.html');thisMenu[7] = new subMenu('July','wp114.html');thisMenu[8] = new subMenu('Aug','wp115.html');thisMenu[9] = new subMenu('Sept','wp116.html');thisMenu[10] = new subMenu('Oct','wp117.html');thisMenu[11] = new subMenu('Nov','wp118.html');thisMenu[12] = new subMenu('Dec','wp119.html');}
