//UDMv3.5
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.5 by Brothercake
//  This is a special version for Dynamic Drive (http://www.dynamicdrive.com)
//
//  Link-wrapping routine by Brendan Armstrong
//  Original KDE modifications by David Joham
//  Opera reload/resize based on a routine by Michael Wallner
//  Select-element hiding routine by Huy Do
//
///////////////////////////////////////////////////////////////////////////



// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "left";		// alignment
var absLEFT = 	13;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	147; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = false;		// show empty cells
var showBORDERS = false;		// show empty cell borders

var baseHREF = "";	// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"white";	// main nav cell color
var rCOLOR = 	"gold";	// main nav cell rollover color
var bSIZE = 	0;		// main nav border size
var bCOLOR = 	"black"	// main nav border color
var aLINK = 	"darkblue";	// main nav link color
var aHOVER = 	"";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial";	// main nav font face
var fSIZE = 	11;		// main nav font size (pixels)
var fWEIGHT = 	"bold"		// main nav font weight
var tINDENT = 	7;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	7;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var keepLIT =	true;		// keep rollover color when browsing menu
var vOFFSET = 	5;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"lightblue";	// submenu cell color

var srCOLOR = 	"red";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"black"	// submenu border color
var saLINK = 	"black";	// submenu link color
var saHOVER = 	"";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial";// submenu font face
var sfSIZE = 	11;		// submenu font size (pixels)
var sfWEIGHT = 	"normal"	// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 1;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	2;		// submenu drop shadow size
var shCOLOR =	"#cccccc";	// submenu drop shadow color
var shOPACITY = 75;		// submenu drop shadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = -12;		// shift the child menus vertically
var chhOFFSET = 7;		// shift the child menus horizontally

var openTIMER = 10;		// [** new **] menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 20;	// [** new **] child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 330;		// menu closing delay time

var cellCLICK = true;		// links activate on TD click
var aCURSOR = "hand";		// cursor for active links (not ns4 or opera)

var altDISPLAY = "";		// where to display alt text
var allowRESIZE = mu;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 760;		// override grid width
var gridHEIGHT = 500;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = false;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in gecko browsers
var allowPRINTING = false;	// allow the navbar and menus to print (not ns4)

var arrWIDTH = 13;		// [** new **] arrow width (not ns4/op5/op6)
var arrHEIGHT = 13;		// [** new **] arrow height (not ns4/op5/op6)

var arrHOFFSET = -1;		// [** new **] arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = -3;		// [** new **] arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "middle";	// [** new **] arrow vertical align (not ns4/op5/op6)

var arrLEFT = "<";		// [** new **] left arrow (not ns4/op5/op6)
var arrRIGHT = ">";		// [** new **] right arrow (not ns4/op5/op6)



//** LINKS ***********************************************************


// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER") [** last four are new **]
addMainItem("http://www.philjens.plus.com/pistols/pistols/pistols_news.html","Sex Pistols News / Information",185,"center","","",0,0,"","#ffeeee","#ffeecc","#000066","#660066");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
	defineSubmenuProperties(155,"left","left",-4,0,"","#ffddaa","#eeeeee","#660000","#eebbbb","#660000","#770033");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_news.html","Latest News","","");
	
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/daybyday_index.htm","Day By Day 1971 - 78","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(80,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/daybyday_earlyyears.htm","1971-74","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/daybyday_1975.htm","1975","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/daybyday_1976_1.htm","1976 Part 1","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/daybyday_1976_2.htm","1976 Part 2","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/daybyday_1977_1.htm","1977 Part 1","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/daybyday_1977_2.htm","1977 Part 2","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/daybyday_1978_1.htm","1978 Part 1","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/daybyday_1978_2.htm","1978 Part 2","","");
		
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/daybyday_index_2.htm","Day By Day 1996 - 07","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(80,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/daybyday_1996_1.htm","1996","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/daybyday_2002.htm","2001 - 02","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/daybyday_2003.htm","2003","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/daybyday_2007.htm","2007","","");
		
	addSubmenuItem("","Full Story","","");
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(135,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/john_audition.htm","John Lydon's Audition","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_origins.html","Origins","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_wally.htm","Wally Nightingale","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/salter_connection.htm","Salter Connection","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_grundy.html","Bill Grundy Show","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/caerphilly_apology.html","Caerphilly Apology 35 Yrs","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/AandM_ContractMarch77.html","A&M Contract 1977","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/press_pack_01.html","Virgin Press Pack 1977","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_payout.html","Pay Out 1986","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/halloffame.htm","Hall Of Fame 2006","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_story.html","Band Biography","","");
		
		
	addSubmenuItem("","Exclusive Interviews","","");
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(105,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.philjens.plus.com/rattle/glen_conversation_180810.htm","Glen Matlock 2010","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pete_silverton_interview.htm","Pete Silverton 2010","","");
		addChildmenuItem("http://www.philjens.plus.com/rattle/glen_conversation_121009.htm","Glen Matlock 2009","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/professionals_riot_montreal.htm","Decca Wade 2009","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/RayMcVeighNovember2008.htm","Ray McVeigh 2008","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/julien_temple_140208.htm","Julien Temple 2008","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/paul_myers_250307.htm","Paul Myers 2007","","");
		addChildmenuItem("http://www.philjens.plus.com/rattle/glen_conversation_011006.htm","Glen Matlock 2006","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/paul_cook_interview250505.htm","Paul Cook 2005","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_PUNKattitude_interview.htm","Don Letts 2005","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_tudorpole.htm","Ed Tudor-Pole 2005","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/steve_interview_041204.htm","Steve Jones 2004","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/paul_cook_march04.htm","Paul Cook 2004","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/steve_interview_010703.htm","Steve Jones 2003","","");
		addChildmenuItem("http://www.philjens.plus.com/rattle/glen_conversation_0703.htm","Glen Matlock 2003","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_mike_thorne.htm","Mike Thorne 2002","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/steve_interview_070502.htm","Steve Jones 2002","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_mark_helfond.htm","Mark Helfond 2002","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_marco.htm","Marco Pirroni 2002","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/rory_johnston_interview.htm","Rory Johnston 2001","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/steve_interview_150201.htm","Steve Jones 2001","","");
		addChildmenuItem("http://www.philjens.plus.com/rattle/glen_interviews.html","Glen Matlock 2000","","");
		
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_lyrics.htm","Lyrics","","");
	
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/press_cuttings_index.html","Press Cuttings Archive","","");
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(125,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/press_cuttings_index.html","Classic Press Features","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/press_cuttings_index.html","Extensive Section","","");
		
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/press_german_index.html","German Cuttings Archive","","");
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(130,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/press_german_index.html","Magazine/Press Features","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/press_german_index.html","Extensive Section","","");
		
 	addSubmenuItem("","Fashion","","");
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(100,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_2003_keanan.htm","Keanan Duffty","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/paul_gorman.htm","Paul Gorman","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/perfume.html","Eau de Parfum","","");
		
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/punkrockmovie_premier.html","Punk Rock Movie Premier 77","","");
		
	addSubmenuItem("","Rock 'N' Roll Swindle","","");
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(130,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_swindle.html","Swindle Files","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_draft_swindle.html","Draft Swindle Script","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_biggs.html","Ronnie Biggs","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/swindle_temple79.htm","Julien Temple 1979","","");
				
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_filth_movie.html","The Filth And The Fury","","");
	
	addSubmenuItem("","There'll Always... England","","");
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(110,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/julien_temple_140208.htm","Temple Interview","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/EnglandDVD.htm","DVD Review","","");
		
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_swear.html","I Swear I Was There","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/chaos.htm","Chaos! Pistols Secret History","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_PUNKattitude.htm","Punk Attitude - Movie","","");
	
	
		addSubmenuItem("","Rare Magazines / Posters","","");
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(130,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")			
	addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/FootballProgrammesAnarchy.htm","Football Programmes","","");
	addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/penetration_fanzine.htm","Penetration Fanzine 76","","");
	addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/poster_punk_magazine.htm","Punk Poster Mag 77","","");
	addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/john_holland_poster.html","Dutch Johnny Poster","","");
	addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/press_cuttings_punk_mag_Mar77_01.html","Punk Magazine 77 (US)","","");
	addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/press_cuttings_hightimes.htm","High Times 77 (US)","","");
	addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/press_cuttings_rolling_stone_oct77_1.html","Rolling Stone 77 (US)","","");
	addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/press_cuttings_punk_mag_feb78_01.html","Punk Rock Mag 78 (US)","","");
	addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/comic_book_french2010.html","La Grande Escroquerie","","");
	
addSubmenuItem("","Reviews","","");
	
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(150,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_reviews_latest.html","Latest","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_reviews_books.html","Books","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/reviews_events.htm","Events","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_reviews_punk.htm","Punk Rock","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_reviews_cd.html","Archive Record Reviews","","");
		
// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER") [** last four are new **]
addMainItem("","On Record",70,"center","","",0,0,"","#ffeeee","#ffeecc","#000066","#660066");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
	defineSubmenuProperties(170,"left","left",-4,0,"","#ffddaa","#eeeeee","#660000","#eebbbb","#660000","#770033");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("","Studio Sessions","","");
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(145,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_recording_sessions.htm","The Complete Sessions","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_recording_sessions_ssheet.htm","Sessions Spreadsheet","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_goodman.htm","Dave Goodman","","");
	
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/disco_official_singles.htm","Official UK Singles","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/disco_official_albums.htm","Official UK Albums","","");
	
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/singles_worldwide_index.htm","Singles Worldwide Guide","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(120,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/singles_worldwide_index.htm#anarchy","Anarchy In The UK","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/singles_worldwide_index.htm#gstq","God Save The Queen","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/singles_worldwide_index.htm#vacant","Pretty Vacant","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/singles_worldwide_index.htm#holidays","Holidays In the Sun","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/singles_worldwide_index.htm#Innocent","No One Is Innocent","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/singles_worldwide_index.htm#SomethingElse","Something Else","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/singles_worldwide_index.htm#SillyThing","Silly Thing","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/singles_worldwide_index.htm#CMonEverybody","C'Mon Everybody","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/singles_worldwide_index.htm#Swindle","Rock N Roll Swindle","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/singles_worldwide_index.htm#SteppingStone","Stepping Stone","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/singles_worldwide_index.htm#WhoKilledBambi","Who Killed Bambi","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/singles_worldwide_index.htm#miscellaneous","Miscellaneous","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/singles_anarchy_usa_bootleg.html","Belsen/Anarchy USA","","");
		
			addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/nmtb_worldwide_index.htm#NMTBUK","Never Mind The Bollocks UK","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(130,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/nmtb_worldwide_index.htm#NMTBUK","NMTB UK 16 Pressings","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_nmtb.htm","Full UK Story","","");
			
		
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/nmtb_worldwide_index.htm","NMTB Worldwide Guide","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(130,"left","left",0,-20,"","","","","","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/nmtb_worldwide_index.htm","Over 20 countries","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/nmtb_worldwide_index.htm","Over 80 pressings","","");

	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/nmtb_posters.htm","NMTB UK/US Posters","","");
    addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/nmtb_platinum_disc.html","Steve Jones' Platinum NMTB","","");
	
	addSubmenuItem("","Russian Flexi Discs","","");
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(145,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem ("http://www.philjens.plus.com/pistols/pistols/russian_flexidiscs_index.htm","Sex Pistols Flexi Discs (30+)","","");
		addChildmenuItem ("http://www.philjens.plus.com/pistols/pistols/russian_flexidiscs_sid_index.htm","Sid Vicious Flexi Discs","","");
		addChildmenuItem ("http://www.philjens.plus.com/pistols/pistols/russian_flexidiscs_professionals_index.htm","Professionals Flexi Discs","","");
		
	addSubmenuItem("","Sex Pack Singles","","");
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(100,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem ("http://www.philjens.plus.com/pistols/pistols/worldwide_packuk.htm","Sex Pack UK","","");
		addChildmenuItem ("http://www.philjens.plus.com/pistols/pistols/sexpack_france_idx.html","Sex Pack France","","");
		addChildmenuItem ("http://www.philjens.plus.com/pistols/pistols/worldwide_packgk.htm","Sex Pack Greece","","");
		
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_releases_french.htm","Complete French Vinyl Guide","","");
	
	addSubmenuItem("","Vinyl Series 2007","","");
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(130,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/album_2007_review.htm","NMTB Review / Notes","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/album_2007.htm","NMTB Sleeve / Poster","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/album_2007_2.htm","NMTB Labels","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/singles_2007.htm","Singles Sleeves / Labels","","");
		
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/japaneseCDs_1999.htm","Japanese 1999 CD Series","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/japaneseCDs_2007.htm","Japanese 2007 CD Series","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/verybestof.htm","Japanese Very Best Of LP","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/Swindle_Worldwide_Index.html","Swindle WorldWide LP Guide","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/Swindle_Australian_Rare.html","Swindle Aussie LP Rare Takes","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/Swindle_Japanese_Rare.html","Swindle Japan LP Unique Tracks","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/SwindleUSCDMisPress.htm","Swindle USA CD Mis-Press","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/VirginPromoLPProsPiL.html","Virgin Sample LP","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_album_information.htm","Sex Box 2002","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/sex_box_promoCDs.html","Sex Box Promo CDs","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/spunk.htm","Spunk","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/LondonOutrageBoxSet.html","London's Outrage Box Set","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/shampistols_nbk.htm","Sham Pistols","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_disco_semiofficial.html","Unofficial Releases","","");	
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_bootlegs.html","Bootleg Guide","","");
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(100,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_bootlegs_vinyl.htm","Pistols Vinyl","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_bootlegs_cd.htm","Pistols CDs","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_bootlegs_sid.htm","Sid Vicious Vinyl","","");
			
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/counterfeit_index.htm","Counterfeit Vinyl","","");
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(150,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/counterfeit_anarchy_picdisc.html","Anarchy Picture Disc","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/counterfeit_gstq_picdisc.html","GSTQ Picture Disc","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/counterfeit_miscellaneous_anarchy_french12cover.html","Anarchy French 12 Sleeve","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/singles_gstq_uk_am_ace.html","GSTQ A&M Acetate","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/counterfeit_vacant_jap.html","Vacant Japanese Colour","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/counterfeit_miscellaneous_anarchy_french.htm","Anarchy French Pink","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/counterfeit_miscellaneous_anarchy_german.htm","Anarchy German EMI","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/counterfeit_miscellaneous_thai.htm","Thailand EPs","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/counterfeit_miscellaneous.htm","Bodies / EMI Singles","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/counterfeit_gstq.htm","God Save The Queen A&M","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_nmtb_bootleg.htm","Never Mind The Bollocks","","");
		
   addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/Pistols_live%20_resource.htm","Live Tape Resource","","");
	
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(100,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_live%20_resource76.htm","Pistols 1976","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_live%20_resource77.htm","Pistols 1977","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_live%20_resource78.htm","Pistols 1978","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_live%20_resource96.htm","Pistols 1996","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_live%20_resource_sid78.htm","Sid Vicious 1978","","");
	
// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER") [** last four are new **]
addMainItem("","On Stage",65,"center","","",0,0,"","#ffeeee","#ffeecc","#000066","#660066");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
	defineSubmenuProperties(165,"left","left",-4,0,"","#ffddaa","#eeeeee","#660000","#eebbbb","#660000","#770033");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_dates.html","Live Dates 75 - 08","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_classicgigs.html","Classic Gigs Reviewed","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/Flyer_NashvilleRoomsApril76.html","Nashville Rooms 29 April 76","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/100_clubflyer29June76.html","100 Club Flyer Summer 76","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/Sheffield_76_interview.html","Sheffield 4 July 76","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/poster_LFTH2_76.html","Manchester 29 July 76","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/lodestar.htm","Lodestar Hotel 18 Aug 76","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/ChaletduLac_Index.htm","Chalet du Lac 3, 5 Sept 76","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/100club_memories.htm","100 Club Festival 20, 21 Sept 76","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/poster_torquay76.html","Torquay 5 Oct 76","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/Flyer_LeicesterSquareNov76.html","Notre Dame Hall 15 Nov 76","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/Lanchester_Poly_live76.htm","Lanchester Poly 29 Nov 76","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/liverpool_anarchy_cancellations.htm","Liverpool Cancelled Dec 76","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/posters_roxy_notre.htm","Rare Roxy 76 / Notre D 77","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/brunel_t.html","I've Seen 'Em Brunel 16 Dec 77","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/rochdale77_01.html","Rochdale Cancelled 22 Dec 77","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/cromer_plaque.html","Cromer 24 Dec 77","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/ticket_25Dec77.html","Huddersfield 25 Dec 77","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/alexandria78.html","Virginia Cancelled 3 Jan 78","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/ticket_cancelled_20Jan78.html","Stockholm Cancelled 20 Jan 78","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/Pistols_live%20_resource.htm","Live Tape Resource","","");
	
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(100,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_live%20_resource76.htm","Pistols 1976","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_live%20_resource77.htm","Pistols 1977","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_live%20_resource78.htm","Pistols 1978","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_live%20_resource96.htm","Pistols 1996","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_live%20_resource_sid78.htm","Sid Vicious 1978","","");

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER") [** last four are new **]
addMainItem("","Reunions",65,"center","","",0,0,"","#ffeeee","#ffeecc","#000066","#660066");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
	defineSubmenuProperties(155,"left","left",-4,0,"","#ffddaa","#eeeeee","#660000","#eebbbb","#660000","#770033");

	// add submenu link items ("url","Link name","_target","alt text")
addSubmenuItem("","Combine Harvester Tour 08","","");
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(135,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/2008_combine_index.htm","Special Mega Section","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/2008_france_PressConference.htm","John's Bobital Conference","","");
		
	addSubmenuItem("","Holidays Tour 2007","","");
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(135,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/2007_index.htm","Special 50 Page Section","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/press_fence.htm","Lydon's Press Conference","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/press_fence_transcript.htm","Full Conference Transcript","","");
	
	addSubmenuItem("","Piss Off Tour 2003","","");
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(135,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_2003_index.htm","Full Tour / Jimmy Kimmel","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_2003_index_pix.htm","Live Pictures","","");
		
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_jubilee_index.htm","Pistols Jubilee 2002","","");
	
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(140,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/jubilee_cobden.htm","Cobden Club","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/jubilee_rehearsals_1.htm","Rehearsals","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_jubilee_palace_review.htm","Crystal Palace","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/jubilee_palace_1.htm","Palace Pictures","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/Flyer_CrystalPalaceJult02.html","Palace Vodka Poster","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_jubilee_inland_review.htm","Inland Invasion","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/jubilee_inland_invasion.htm","Invasion Pictures","","");
	
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_press_lucre.html","Filthy Lucre Press / Reviews","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/lucre_laminate.html","Filthy Lucre Laminate","","");

	
	// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER") [** last four are new **]
addMainItem("","In Pictures",70,"center","","",0,0,"","#ffeeee","#ffeecc","#000066","#660066");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
	defineSubmenuProperties(155,"left","left",-4,0,"","#ffddaa","#eeeeee","#660000","#eebbbb","#660000","#770033");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.philjens.plus.com/inpix/index.html","Photographers section","_blank","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/ChaletduLac_Index.htm","Chalet du Lac - Exclusive","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/100club_index.htm","100 Club 1976 - Exclusive","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/caerphilly_index.htm","Caerphilly - Exclusive","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/oslo_index.html","Oslo 20 July 1977","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/Trondheim_1.html","Trondheim 21 July 1977","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/sweden_stockholm_jurek_index.htm","Stockholm 27 July 1977","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/winterland_index.htm","San Francisco 1978 1","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/winterland_rp1.htm","San Francisco 1978 2","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_netherlands_index.htm","Netherlands 40+ Pages","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_netherlands_arnhem_hansindex.htm","Arnhem In Colour","","");		
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_pictures_rarities_vol1.htm","Rarities - Various","","");
		
		addSubmenuItem("","Tourist Attractions","","");
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(150,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/BerlinHardRock.html","Berlin HR Cafe / M Tussauds","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/FloridaHardRock_01.html","Florida Hard Rock Cafe","","");
	

addMainItem("","John",40,"center","","",0,0,"","","","","");

	defineSubmenuProperties(175,"left","left",-4,0,"","","","","","","");
	
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/pil_2011_dates.html","PiL 2011 Dates/Pix","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/john_birminghamMailbox2011.html","John Birmingham March 2011","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/pil_2010_dates.html","PiL 2010 Index Reviews/Pix","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/lydon_interview_10.html","PiL / John 2010 Interview","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/pil_2009_index.html","PiL 2009 Index","","");
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(150,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")

		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pil_2009_index.html","2009 Commemoration","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pil_manchester191209_critque.htm","2009 Critique","","");
	
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/MetalBoxTour_Index.htm","Metal Box 30 Yr Commemoration","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/PIL_ogwt_01.htm","PiL OGWT Publicity Stills 79","","");
	addSubmenuItem("","Public Image Limited History","","");
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(150,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")

		
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/Pil_1987_pix_01.html","Live Chippenham '87","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/john_pil_EdinburghMay86_1.htm","John Edinburgh '86","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/john_pil_paris.htm","Live Paris '83","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/john_pil_newcastleNov83.html","Live Newcastle '83","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/john_pil_memories.htm","Live Manchester '83","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pil_futurama.html","Live Futurama Leeds '79","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/john_pil_classic1.htm","Classic Live PiL Pix","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/john_nmtpublicimage.htm","Never Mind... PiL CD","","");
		
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/john_SONNERAVNORGE.html","Sonner Av Norge 2011","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/john_oslo_2010.html","Theory & Practice 2010","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/john_letter_Jan78.htm","John Fan Letter Jan 78","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/2008_france_PressConference.htm","John's Bobital Conference 08","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/press_fence.htm","John's Press Conference 07","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/press_fence_transcript.htm","Full Conference Transcript 07","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/John_virgin_index.htm","Virgin Publicity Stills 77 - 83","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/john_jumpingjack.htm","Johnny Jumping Jack 77","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/john_holland_poster.html","Dutch Johnny Poster","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/john_best_of_1.htm","Best Of British £1 Notes","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/john_kimmel_index.htm","Jimmy Kimmel Live","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/john_megabugs.htm","Megabugs","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/john_belgian_index.htm","Rotten & Reynebeau","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/john_jungle.htm","I'm A Celebrity","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/john_noirish.htm","No Irish No Blacks No Dogs","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/john_books.htm","Book Archive","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/john_war_worlds.htm","War Of The Worlds Art","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/john_discography.htm","Discography","","");


addMainItem("","Glen",40,"center","","",0,0,"","","","","");

	defineSubmenuProperties(160,"left","left",-4,0,"","","","","","","");

	addSubmenuItem("http://www.philjens.plus.com/rattle/born_running_index.html","Born Running Album Index","","");
	addSubmenuItem("http://www.philjens.plus.com/rattle/born_running_debutshow.html","Born Running Launch Show","","");
	addSubmenuItem("http://www.philjens.plus.com/rattle/born_running_canadaCD.html","Born Running Canadian Digipak","","");
	addSubmenuItem("http://www.philjens.plus.com/rattle/glen_philistines_onsomething_index.htm","On Something Index","","");
	addSubmenuItem("http://www.philjens.plus.com/rattle/gathering290111.html","'Rich Kids' 2011","","");
	
	addSubmenuItem("http://www.philjens.plus.com/rattle/richkids_hungonyou_index.html","Rich Kids 2010 Index","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(155,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.philjens.plus.com/rattle/richkids_hungonyou_index.html","Hung On You: For 1 Night Only","","");
		addChildmenuItem("http://www.philjens.plus.com/rattle/richkids_hungonyou070110.htm","Gig Review","","");
		
	addSubmenuItem("http://www.philjens.plus.com/rattle/steve_new.html","Steve New Remembered","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(105,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
	    addChildmenuItem("http://www.philjens.plus.com/rattle/steve_new.html","Steve Remembered","","");
		addChildmenuItem("http://www.philjens.plus.com/rattle/steve_new2.html","Steve Pictured","","");
		addChildmenuItem("http://www.philjens.plus.com/rattle/steve_new110610.html","Steve's Funeral","","");
		
	addSubmenuItem("","Exclusive Interviews","","");
	
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(95,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.philjens.plus.com/rattle/glen_conversation_180810.htm","Interview 2010","","");
		addChildmenuItem("http://www.philjens.plus.com/rattle/glen_conversation_121009.htm","Interview 2009","","");
		addChildmenuItem("http://www.philjens.plus.com/rattle/glen_conversation_011006.htm","Interview 2006","","");
		addChildmenuItem("http://www.philjens.plus.com/rattle/glen_conversation_0703.htm","Interview 2003","","");
		addChildmenuItem("http://www.philjens.plus.com/rattle/glen_interviews.html","Interview 2000","","");
		
	addSubmenuItem("http://www.philjens.plus.com/rattle/glen_live_reviews_2011Wrexham.htm","Wrexham Show 2011","","");
	addSubmenuItem("http://www.philjens.plus.com/rattle/glen_live_reviews_2010.htm","Live Reviews: Past to Present","","");
	addSubmenuItem("http://www.philjens.plus.com/rattle/joolsholland100811.html","Jools Holland 2011","","");
	addSubmenuItem("http://www.philjens.plus.com/rattle/InternationalSwingers_Sydney_Dec11.html","International Swingers 2011","","");
	addSubmenuItem("http://www.philjens.plus.com/rattle/king_mob_album_review.html","King Mob: Force 9 LP 2011","","");
	
	addSubmenuItem("","Excl. Live Photographs","","");
	
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(135,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.philjens.plus.com/rattle/Philistines_Brooklyn110911_2.html","Philistines Brooklyn 2011","","");
		addChildmenuItem("http://www.philjens.plus.com/rattle/voewood2011.html","With Adam Ant 2011","","");
		addChildmenuItem("http://www.philjens.plus.com/rattle/Philistines_Rebellion070811.html","Philistines Rebellion 2011","","");
		addChildmenuItem("http://www.philjens.plus.com/rattle/Faces_Fuji_July11.html","Faces Japan 2011","","");
		addChildmenuItem("http://www.philjens.plus.com/rattle/Stockholm11March2011.html","Philistines Stockholm 2011","","");
		addChildmenuItem("http://www.philjens.plus.com/rattle/Philistines_TorontoDec10.html","Philistines Toronto 2010","","");
		addChildmenuItem("http://www.philjens.plus.com/rattle/SilverMachine_pics_01.html","The Silver Machine 2010","","");
		addChildmenuItem("http://www.philjens.plus.com/rattle/robertgordonband_3April10.html","RGB Sydney 2010","","");
		addChildmenuItem("http://www.philjens.plus.com/rattle/westruislip.htm","Solo West Ruislip 2007","","");
		addChildmenuItem("http://www.philjens.plus.com/rattle/glen_philistines_index.htm","Philistines 2002/04","","");
		addChildmenuItem("http://www.philjens.plus.com/rattle/glen_pictures.html","Various 2000","","");
	
	addSubmenuItem("http://www.philjens.plus.com/rattle/glen_xfm_manchester_2006.htm","XFM Manchester 2006","","");
	addSubmenuItem("http://www.philjens.plus.com/rattle/glen_beyond.html","Beyond The Valley: Post Pistols","","");
	addSubmenuItem("http://www.philjens.plus.com/rattle/richkids_legibus.htm","Rich Kids Le Gibus 1977","","");
	addSubmenuItem("http://www.philjens.plus.com/rattle/richkids_single_sleeves.htm","Rich Kids Sleeves","","");
	addSubmenuItem("","Rich Kids History","","");
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(120,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")

		addChildmenuItem("http://www.philjens.plus.com/rattle/glen_richkids.html","Biography / Live","","");
		addChildmenuItem("http://www.philjens.plus.com/rattle/glen_poster_mag.html","Poster Magazine","","");
		
	addSubmenuItem("http://www.philjens.plus.com/rattle/glen_reviews.html","CD Reviews","","");
	addSubmenuItem("http://www.philjens.plus.com/rattle/glen_production.htm","Zooparty","","");
	
	addSubmenuItem("","Former Groups","","");
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(120,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")

		addChildmenuItem("http://www.philjens.plus.com/rattle/glen_iggy.html","Iggy Pop","","");
		addChildmenuItem("http://www.philjens.plus.com/rattle/glen_spectres.html","Specters","","");
		addChildmenuItem("http://www.philjens.plus.com/rattle/glen_bulletproof.html","C.B.I","","");
		addChildmenuItem("http://www.philjens.plus.com/rattle/glen_thunders.html","Johnny Thunders","","");
		addChildmenuItem("http://www.philjens.plus.com/rattle/glen_philistines.html","Original Philistines","","");
		addChildmenuItem("http://www.philjens.plus.com/rattle/glen_dmw_index.htm","Dead Men Walking","","");
		
	addSubmenuItem("http://www.philjens.plus.com/rattle/glen_interview_88.htm","Record Collector 1988","","");
	addSubmenuItem("http://www.philjens.plus.com/rattle/glen_swinging.htm","Glen's London","","");
	addSubmenuItem("http://www.philjens.plus.com/rattle/glen_dreaming.html","England's Dreaming","","");
	addSubmenuItem("http://www.philjens.plus.com/rattle/glen_pistol.html","Teenage Sex Pistol","","");
	addSubmenuItem("http://www.philjens.plus.com/rattle/glen_discography.html","Discography","","");
	
	addSubmenuItem("http://thephilistinesuk.com","thephilistinesuk.com","_blank","");
		
	
addMainItem("http://www.cookandjones.co.uk","Steve 'n' Paul",85,"center","_blank","",0,0,"","","","","");

	defineSubmenuProperties(230,"left","center",-4,0,"","","","","","","");

	addSubmenuItem("http://www.cookandjones.co.uk","Kick Down The Doors - The Cook 'n' Jones Site","_blank","");
	

addMainItem("","Sid",40,"center","","",0,0,"","","","","");

	defineSubmenuProperties(130,"left","left",-4,0,"","","","","","","");

	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_sid_myway.htm","My Way Sessions","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/Sid_contractDec77.html","US Rider Dec 77","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/sid_sings.htm","Sid Sings","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/press_Cuttingsid_sings_NME_15Dec79.html","Sid Sings NME Advert","","");
	addSubmenuItem("http://www.philjens.plus.com/vicious/MemorialFeb1980.htm","1980 Sid Memorial","","");
	addSubmenuItem("http://www.philjens.plus.com/vicious/bday_index.htm","50th Birthday","","");
	addSubmenuItem("http://www.philjens.plus.com/vicious/sidspeaks77.html","Sid Speaks 77","","");
	addSubmenuItem("http://www.philjens.plus.com/vicious/sidspeaks78.html","Sid Speaks 78","","");
	addSubmenuItem("http://www.philjens.plus.com/vicious/victim.html","Villian Or Victim","","");
	addSubmenuItem("http://www.philjens.plus.com/vicious/oct78.html","Oct 78 - Feb 79","","");
	addSubmenuItem("http://www.philjens.plus.com/vicious/sohonews.html","SoHo News","","");
	addSubmenuItem("http://www.philjens.plus.com/vicious/nancy.html","Nancy","","");
	addSubmenuItem("http://www.philjens.plus.com/vicious/jronsv.html","JR On SV","","");
	addSubmenuItem("http://www.philjens.plus.com/vicious/lovekills.html","Sid & Nancy Film","","");
	addSubmenuItem("http://www.philjens.plus.com/vicious/cox.html","Alex Cox Interview","","");
	addSubmenuItem("http://www.philjens.plus.com/vicious/sidsings.html","Sid On Record","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/russian_flexidiscs_sid_index.htm","Russian Sid Flexi Discs","","");
	addSubmenuItem("http://www.philjens.plus.com/vicious/sidbooks.html","Sid Books","","");
	addSubmenuItem("http://www.philjens.plus.com/vicious/art.htm","Vicious Art","","");
		
		

addMainItem("http://www.godsave.blogspot.com/","Editorial",60,"center","_blank","",0,0,"","","","","");

	defineSubmenuProperties(110,"left","center",-4,0,"","","","","","","");


	addSubmenuItem("http://www.godsave.blogspot.com/","Editorial","_blank","");



addMainItem("http://www.youtube.com/sexpistolstv","Videos",55,"center","_blank","",0,0,"","","","","");

	defineSubmenuProperties(110,"right","center",-4,0,"","","","","","","");


	addSubmenuItem("http://www.youtube.com/sexpistolstv","sexpistolstv","_blank","");

addMainItem("http://www.philjens.plus.com/pistols/pistols/about.html","About",50,"center","","",0,0,"","","","","");

	defineSubmenuProperties(110,"right","center",-4,0,"","","","","","","");


	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/about.html","Site Origins","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/phil_teletext1.html","TeleText Interview","","");

addMainItem("mailto:godsave@sex-pistols.net","Contact",55,"center","_blank","",0,0,"","","","","");

	defineSubmenuProperties(110,"right","center",-4,0,"","","","","","","");


	addSubmenuItem("mailto:godsave@sex-pistols.net","Email","_blank","");

addMainItem("http://www.philjens.plus.com/pistols/pistols/store.htm","Store",45,"center","","",0,0,"","","","","");

	defineSubmenuProperties(110,"right","center",-4,0,"","","","","","","");


	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/store.htm","Store","","");
	
addMainItem("http://www.philjens.plus.com/pistols/pistols/links.html","Links",45,"center","","",0,0,"","","","","");

	defineSubmenuProperties(110,"right","center",-4,0,"","","","","","","");


	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/links.html","Links","","");
	



//**DO NOT EDIT THIS *****
}//***********************
//************************

