//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 / Info",140,"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 71 - 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 96 - 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/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/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("","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(110,"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","","");
		
	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 79","","");
				
	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_filth_movie.html","The Filth And The Fury","","");
	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("http://www.philjens.plus.com/pistols/pistols/FootballProgrammesAnarchy.htm","Anarchy Football","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/penetration_fanzine.htm","Penetration Fanzine","","");
	
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",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(160,"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","","");
		
			addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_nmtb_index.htm","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/pistols_nmtb.htm","Full UK Guide","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_nmtb_2.htm","Sleeve Variations Pt 1","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_nmtb_5.htm","Sleeve Variations Pt 2","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_nmtb_3.htm","Label Variations Pt 1","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_nmtb_4.htm","Label Variations Pt 2","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_nmtb_index.htm","Picture Disc","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_nmtb_6.htm","21st Anniversary Edition","","");
		
	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 50 pressings","","");

	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/nmtb_posters.htm","NMTB UK/US Posters","","");
	
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/russian_flexidiscs_index.htm","Russian Flexi Discs (30+)","","");
	// 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 **]
					
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/worldwide_packuk.htm","Pistols 6 Pack UK","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/worldwide_packgk.htm","Pistols 6 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_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/spunk.htm","Spunk","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/pistols_album_information.htm","Sex Box","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/SwindleUSCDMisPress.htm","Swindle USA CD Mis-Press","","");
	
	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_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(135,"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/ChaletduLac_Index.htm","Chalet du Lac 76","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/100club_memories.htm","100 Club Festival 76","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/liverpool_anarchy_cancellations.htm","Liverpool Anarchy 76","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/lodestar.htm","Lodestar Hotel 76","","");
	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/Lanchester_Poly_live76.htm","Lanchester Poly 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/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(135,"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/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 96","","");

	
	// 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",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("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/sweden_stockholm_jurek_index.htm","Stockholm 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","","");
	
	

addMainItem("","John",35,"center","","",0,0,"","","","","");

	defineSubmenuProperties(160,"left","left",-4,0,"","","","","","","");

	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/john_news.htm","John News","","");
	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_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("","Public Image Limited","","");
	
	// 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/john_pil_paris.htm","Pictured live in Paris '83","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/john_pil_memories.htm","Live Manchester '83","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/john_pil_classic1.htm","PIL Classic Live","","");
		addChildmenuItem("http://www.philjens.plus.com/pistols/pistols/john_nmtpublicimage.htm","Never Mind... PiL CD","","");
	
	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",35,"center","","",0,0,"","","","","");

	defineSubmenuProperties(150,"left","left",-4,0,"","","","","","","");

	addSubmenuItem("http://www.philjens.plus.com/rattle/glen_news.html","Glen News","","");
	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_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_philistines_onsomething_index.htm","On Something","","");
	addSubmenuItem("http://www.philjens.plus.com/rattle/glen_xfm_manchester_2006.htm","XFM Manchester","","");
	addSubmenuItem("http://www.philjens.plus.com/rattle/glen_beyond.html","Beyond The Valley","","");
	addSubmenuItem("http://www.philjens.plus.com/rattle/richkids_legibus.htm","Rich Kids Le Gibus 77","","");
	addSubmenuItem("http://www.philjens.plus.com/rattle/glen_philistines_index.htm","Philistines Pictured","","");
	addSubmenuItem("http://www.philjens.plus.com/rattle/westruislip.htm","West Ruislip 07 Pictured","","");
	addSubmenuItem("http://www.philjens.plus.com/rattle/glen_live_reviews_2007.htm","Live Reviews","","");
	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("","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_interview_88.htm","Record Collector 88","","");
	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_pictures.html","Pictures","","");
	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",80,"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",30,"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_sings.htm","Sid Sings","","");
	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/WhoKilledNancy.htm","Who Killed Nancy?","","");
	addSubmenuItem("http://www.philjens.plus.com/vicious/sidsings.html","Sid On Record","","");
	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",55,"center","_blank","",0,0,"","","","","");

	defineSubmenuProperties(110,"left","center",-4,0,"","","","","","","");


	addSubmenuItem("http://www.godsave.blogspot.com/","Editorial","_blank","");

addMainItem("http://ccgi.sex-pistols.net/board/","Forum",45,"center","_blank","",0,0,"","","","","");

	defineSubmenuProperties(110,"left","center",-4,0,"","","","","","","");


	addSubmenuItem("http://ccgi.sex-pistols.net/board/","Forum","_blank","");
	
addMainItem("http://www.myspace.com/philsingleton","MySpace",60,"center","_blank","",0,0,"","","","","");

	defineSubmenuProperties(110,"right","center",-4,0,"","","","","","","");


	addSubmenuItem("http://www.myspace.com/philsingleton","MySpace","_blank","");

addMainItem("http://www.youtube.com/sexpistolstv","Videos",50,"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 Us",55,"center","","",0,0,"","","","","");

	defineSubmenuProperties(110,"right","center",-4,0,"","","","","","","");


	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/about.html","About Us","","");

addMainItem("mailto:godsave@sex-pistols.net","Contact",50,"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",40,"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",40,"center","","",0,0,"","","","","");

	defineSubmenuProperties(110,"right","center",-4,0,"","","","","","","");


	addSubmenuItem("http://www.philjens.plus.com/pistols/pistols/links.html","Links","","");
	



//**DO NOT EDIT THIS *****
}//***********************
//************************
