//(c) Ger Versluis 2000 version 4.15, 9 July 2002
// Notation of PopMenu1 is different from PopMenu2. The result is the same. PopMenu1 is more understandable. PopMenu2 loads faster.

	// Globals
	var PopNoOffMenus=3;
	var PopWebMasterCheck=0;
	var BaseHref="";

	function P_BeforeStart(){return}
	function P_AfterBuild(){return}
	function P_BeforeFirstOpen(){return}
	function P_AfterCloseAll(){return}

PopMenu1=new Array(42);
	PopMenu1[0]=3;			// number of main items
	PopMenu1[1]=200;		// Left position
	PopMenu1[2]=2;			// Top position
	PopMenu1[3]="";			// Normal font color
	PopMenu1[4]="";			// Normal back color
	PopMenu1[5]="";			// High font color
	PopMenu1[6]="";			// High back color
	PopMenu1[7]="";			// Border color
	PopMenu1[8]="arial";		// Fontfamily
	PopMenu1[9]=0;			// Bold
	PopMenu1[10]=0;			// Italic
	PopMenu1[11]=9;			// Font size
	PopMenu1[12]=1;			// First line horizontal
	PopMenu1[13]=1;			// First line permanent visible
	PopMenu1[14]=0;			// Border width
	PopMenu1[15]="left";		// Text align "left", "center" or "right"
	PopMenu1[16]=0;			// Horizontal overlap
	PopMenu1[17]=0;			// Vertical overlap
	PopMenu1[18]=500;		// Delay
	PopMenu1[19]=0;			// Right to left unfold
	PopMenu1[20]="";		// Target div
	PopMenu1[21]="0";		// Border between elements
	PopMenu1[22]="left";		// Menu horizontal centered "left", "center" or "right"
	PopMenu1[23]="top";		// Menu vertical centered "top", "center" or "bottom"
	PopMenu1[24]="darkslategray";	// Normal fontcolor sub items
	PopMenu1[25]="white";		// Normal back color sub items
	PopMenu1[26]="red";		// High font color sub items
	PopMenu1[27]="";		// High back color sub items
	PopMenu1[28]="";		// Border color sub items
	PopMenu1[29]="";		// Arrow right
	PopMenu1[30]=0;			// Arrow Width
	PopMenu1[31]=0;			// Arrow Height
	PopMenu1[32]="";		// Arrow down
	PopMenu1[33]=0;			// Arrow Width
	PopMenu1[34]=0;			// Arrow Height
	PopMenu1[35]="";		// Arrow left
	PopMenu1[36]=0;			// Arrow Width
	PopMenu1[37]=0;			// Arrow Height
	PopMenu1[38]=1;			// Keep selected path highlighted
	PopMenu1[39]=0;			// Top padding
	PopMenu1[40]=11;		// Left padding
	PopMenu1[41]=0;			// Unfold On Click



//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width);
//	For rollover images ItemText format is:  "rollover?Image1.jpg?Image2.jpg"

	PopMenu1_1=new Array("<img src=index_files/aim.gif border=0>","","",3,20,145);
		PopMenu1_1_1=new Array("constitution","constitution.html","",0,16,145);
		PopMenu1_1_2=new Array("core time agreement","core.html","",0,16,145);
		PopMenu1_1_3=new Array("business plans","bus_plans.html","",0,16,145);
	PopMenu1_2=new Array("<img src=index_files/history.gif border=0>","","",3,20,150);
		PopMenu1_2_1=new Array("origins of RESPECT","origins.html","",0,16,160);
		PopMenu1_2_2=new Array("official launch","launch.html","",0,16,160);
		PopMenu1_2_3=new Array("annual national conference","anc.html","",0,16,160);

	PopMenu1_3=new Array("<img src=index_files/people.gif border=0>","","",5,20,145);
		PopMenu1_3_1=new Array("paul haughton","haughton.html","",0,16,145);
		PopMenu1_3_2=new Array("jaswinder singh nagra","jsn.html","",0,16,145);
		PopMenu1_3_3=new Array("lord herman ouseley","ouseley.html","",0,16,145);
		PopMenu1_3_4=new Array("director general","dg.html","",0,16,145);
		PopMenu1_3_5=new Array("paul goggins","goggins.html","",0,16,145);

PopMenu2=new Array(9,0,0,"","","","","","",0,0,0,0,1,21,"","","",0,0,"",1,"left","top","","","","","","",0,0,"",0,0,"",0,0,1,0,0,0);
	PopMenu2_1=new Array("<img src=index_files/logo.gif border=0>","index.html","",0,110,144);
	PopMenu2_2=new Array("<img src=index_files/home.gif border=0>","index.html","",0,20,160);
	PopMenu2_3=new Array("<img src=index_files/join.gif border=0>","join.html","",0,20,160);
	PopMenu2_4=new Array("<img src=index_files/involved.gif border=0>","get_involved.html","",0,20,160);
	PopMenu2_5=new Array("<img src=index_files/area.gif border=0>","area.html","",0,20,160);
	PopMenu2_6=new Array("<img src=index_files/support.gif border=0>","support.html","",0,20,160);
	PopMenu2_7=new Array("<img src=index_files/word.gif border=0>","word.html","",0,20,160);
	PopMenu2_8=new Array("<img src=index_files/useful.gif border=0>","useful.html","",0,20,160);
	PopMenu2_9=new Array("<img src=index_files/contact.gif border=0>","contact.html","",0,20,160);
	
PopMenu3=new Array(1,638,0,"","","","","","",0,0,0,0,1,0,"","","",0,0,"",1,"left","top","","","","","","",0,0,"",0,0,"",0,0,1,0,0,0);
	PopMenu3_1=new Array("<img src=index_files/hmps.gif border=0>","javascript:window.open('http://www.hmprisonservice.gov.uk','_blank')","",0,83,140);
	



