//Menu object creation
GalleryMenu=new makeCM("GalleryMenu") //Making the menu object. Argument: menuname

//Menu properties
GalleryMenu.frames=0   
GalleryMenu.pxBetween=0
GalleryMenu.fromLeft=-2
GalleryMenu.fromTop=237
GalleryMenu.rows=0
GalleryMenu.menuPlacement="left"
GalleryMenu.offlineRoot="/win/jewel/website/"
GalleryMenu.onlineRoot="" 
GalleryMenu.resizeCheck=1 
GalleryMenu.wait=700
GalleryMenu.fillImg=""
GalleryMenu.zIndex=-1

//Background bar properties
GalleryMenu.useBar=1
GalleryMenu.barWidth="menu"
GalleryMenu.barHeight="menu" 
GalleryMenu.barClass="GalleryMenuBar"
GalleryMenu.barX="menu" 
GalleryMenu.barY="menu"
GalleryMenu.barBorderX=0
GalleryMenu.barBorderY=0
GalleryMenu.barBorderClass="GalleryMenuBarBorder"

//Level properties - ALL properties have to be spesified in level 0
GalleryMenu.level[0]=new cm_makeLevel() //Add this for each new level
GalleryMenu.level[0].width=120
GalleryMenu.level[0].height=16
GalleryMenu.level[0].regClass="GalleryMenuLevel0"
GalleryMenu.level[0].overClass="GalleryMenuLevel0over"
GalleryMenu.level[0].borderX=0
GalleryMenu.level[0].borderY=0
GalleryMenu.level[0].borderClass="GalleryMenuLevel0border"
GalleryMenu.level[0].offsetX=-1
GalleryMenu.level[0].offsetY=-1
GalleryMenu.level[0].rows=0
GalleryMenu.level[0].align="right"
GalleryMenu.level[0].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.4)" 

//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
GalleryMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
GalleryMenu.level[1].regClass="GalleryMenuLevel1"
GalleryMenu.level[1].overClass="GalleryMenuLevel1over"
GalleryMenu.level[1].borderX=1
GalleryMenu.level[1].borderY=1
GalleryMenu.level[1].borderClass="GalleryMenuLevel1border"
GalleryMenu.level[1].arrow="images/arrow_right.gif"
GalleryMenu.level[1].arrowWidth="12"
GalleryMenu.level[1].arrowHeight="12"
GalleryMenu.level[1].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.4)" 


/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/
GalleryMenu.makeMenu('top01','','Home','home.php','','','','images/menu/menu_01.png','images/menu/menu_01_over.png','','','','','','','window.status="Homepage";','window.status="www.jewelgallery.nu";')	
GalleryMenu.makeMenu('top02','','News','','','','','images/menu/menu_02.png','images/menu/menu_02_over.png','','','','','','','window.status="News";','window.status="www.jewelgallery.nu";')	
	GalleryMenu.makeMenu('sub02_01','top02','Latest News','news.php','',100,'','','','','','','','','','window.status="Latest News";','window.status="www.jewelgallery.nu";')	
	GalleryMenu.makeMenu('sub02_02','top02','News Archive','','',100,'','','','','','','','','','window.status="News archive";','window.status="www.jewelgallery.nu";')	
		GalleryMenu.makeMenu('sub02_02_01','sub02_02','By Month/Year','news.php?view=date','',90,'','','','','','','','','','window.status="News archive";','window.status="www.jewelgallery.nu";')	
		GalleryMenu.makeMenu('sub02_02_02','sub02_02','By Category','news.php?view=cat','',90,'','','','','','','','','','window.status="News archive";','window.status="www.jewelgallery.nu";')	
	GalleryMenu.makeMenu('sub02_03','top02','Last updates','updates.php','',100,'','','','','','','','','','window.status="Last Updates";','window.status="www.jewelgallery.nu";')	
GalleryMenu.makeMenu('top03','','Biography','biography01.php','','','','images/menu/menu_03.png','images/menu/menu_03_over.png','','','','','','','window.status="Biography";','window.status="www.jewelgallery.nu";')	
GalleryMenu.makeMenu('top04','','Discography','','','','','images/menu/menu_04.png','images/menu/menu_04_over.png','','','','','','','window.status="Discography";','window.status="www.jewelgallery.nu";')	
	GalleryMenu.makeMenu('sub04_01','top04','Albums','discography.php?dType=album','',115,'','','','','','','','','','window.status="Albums";','window.status="www.jewelgallery.nu";')	
	GalleryMenu.makeMenu('sub04_02','top04','Singles','discography.php?dType=single','',115,'','','','','','','','','','window.status="Singles";','window.status="www.jewelgallery.nu";')	
	GalleryMenu.makeMenu('sub04_03','top04','Books','discography.php?dType=book','',115,'','','','','','','','','','window.status="Books";','window.status="www.jewelgallery.nu";')	
	GalleryMenu.makeMenu('sub04_04','top04','DVD and others','discography.php?dType=various','',115,'','','','','','','','','','window.status="DVD and others";','window.status="www.jewelgallery.nu";')	
GalleryMenu.makeMenu('top05','','Lyrics','lyrics.php','','','','images/menu/menu_05.png','images/menu/menu_05_over.png','','','','','','','window.status="Lyrics";','window.status="www.jewelgallery.nu";')	
GalleryMenu.makeMenu('top06','','Poetry','poetry.php','','','','images/menu/menu_06.png','images/menu/menu_06_over.png','','','','','','','window.status="Poetry";','window.status="www.jewelgallery.nu";')	
GalleryMenu.makeMenu('top07','','Guestbook','','','','','images/menu/menu_07.png','images/menu/menu_07_over.png','','','','','','','window.status="Guestbook";','window.status="www.jewelgallery.nu";')	
	GalleryMenu.makeMenu('sub07_01','top07','Sign Guestbook','guestbook.php?action=sign','',100,'','','','','','','','','','window.status="Sign the Guestbook";','window.status="www.jewelgallery.nu";')	
	GalleryMenu.makeMenu('sub07_02','top07','View Guestbook','guestbook.php?action=view','',100,'','','','','','','','','','window.status="View the Guestbook";','window.status="www.jewelgallery.nu";')	
GalleryMenu.makeMenu('top08','','Polls','poll.php','','','','images/menu/menu_08.png','images/menu/menu_08_over.png','','','','','','','window.status="Poll";','window.status="www.jewelgallery.nu";')	
GalleryMenu.makeMenu('top09','','Links','link.php','','','','images/menu/menu_09.png','images/menu/menu_09_over.png','','','','','','','window.status="Links";','window.status="www.jewelgallery.nu";')	
GalleryMenu.makeMenu('top10','','Gallery Menu','','','',24,'images/menu/menu_10.png','','','','','','','','window.status="Gallery Menu";','window.status="www.jewelgallery.nu";')	
GalleryMenu.makeMenu('top11','','New pictures','gallery.php?pId=1&gId=58','','','','images/menu/menu_11.png','images/menu/menu_11_over.png','','','','','','','window.status="New pictures";','window.status="www.jewelgallery.nu";')	
GalleryMenu.makeMenu('top12','','Music videos','','','','','images/menu/menu_12.png','images/menu/menu_12_over.png','GalleryMenuNoLink','GalleryMenuNoLinkOver','','','','','window.status="Videos";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub12_01','top12','Who Will Save Your Soul','gallery.php?pId=1&gId=137','',150,'','','','','','','','','','window.status="Who Will Save Your Soul";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub12_02','top12','Standing Still','gallery.php?pId=1&gId=136','',150,'','','','','','','','','','window.status="Standing Still";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub12_03','top12','Jupiter','gallery.php?pId=1&gId=135','',150,'','','','','','','','','','window.status="Jupiter";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub12_04','top12','Stand','gallery.php?pId=1&gId=154','',150,'','','','','','','','','','window.status="Stand";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub12_05','top12','You Were Meant For Me','gallery.php?pId=1&gId=138','',150,'','','','','','','','','','window.status="You Were Meant For Me";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub12_06','top12','Hands','gallery.php?pId=1&gId=134','',150,'','','','','','','','','','window.status="Hands";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub12_07','top12','Down So Long','gallery.php?pId=1&gId=132','',150,'','','','','','','','','','window.status="Down So Long";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub12_08','top12','Break Me','gallery.php?pId=1&gId=131','',150,'','','','','','','','','','window.status="Break Me";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub12_09','top12','Foolish Games','gallery.php?pId=1&gId=133','',150,'','','','','','','','','','window.status="Foolish Games";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub12_10','top12','Intuition','gallery.php?pId=1&gId=157','',150,'','','','','','','','','','window.status="Intuition";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub12_11','top12','Again and Again','gallery.php?pId=1&gId=190','',150,'','','','','','','','','','window.status="Again and Again";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub12_12','top12','Good Day','gallery.php?pId=1&gId=191','',150,'','','','','','','','','','window.status="Good Day";','window.status="www.jewelgallery.nu";')
GalleryMenu.makeMenu('top13','','Posed','gallery.php?pId=1&gId=60','','','','images/menu/menu_13.png','images/menu/menu_13_over.png','','','','','','','window.status="Posed";','window.status="www.jewelgallery.nu";')	
GalleryMenu.makeMenu('top14','','Live on stage','','','','','images/menu/menu_14.png','images/menu/menu_14_over.png','GalleryMenuNoLink','GalleryMenuNoLinkOver','','','','','window.status="Live";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub14_01','top14','Hardford','gallery.php?pId=1&gId=15','',110,'','','','','','','','','','window.status="Hardford";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub14_02','top14','This Way Tour','','',110,'','','','','','','','','','window.status="This Way Tour";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub14_02_01','sub14_02','Manchester','gallery.php?pId=1&gId=35','',85,'','','','','','','','','','window.status="Manchester";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub12_02_02','sub14_02','Rock Am Ring','gallery.php?pId=1&gId=40','',85,'','','','','','','','','','window.status="Rock Am Ring";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub14_02_03','sub14_02','Interlochen','gallery.php?pId=1&gId=31','',85,'','','','','','','','','','window.status="Interlochen";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub14_02_04','sub14_02','Lodon','','',85,'','','','','','','','','','window.status="Lodon";','window.status="www.jewelgallery.nu";')
			GalleryMenu.makeMenu('sub14_02_04_01','sub14_02_04','February 26th 2002','gallery.php?pId=1&gId=32','',120,'','','','','','','','','','window.status="February 26th 2002";','window.status="www.jewelgallery.nu";')
			GalleryMenu.makeMenu('sub14_02_04_02','sub14_02_04','May 27th 2002','gallery.php?pId=1&gId=33','',120,'','','','','','','','','','window.status="May 27th 2002";','window.status="www.jewelgallery.nu";')
			GalleryMenu.makeMenu('sub14_02_04_03','sub14_02_04','May 28th 2002','gallery.php?pId=1&gId=34','',120,'','','','','','','','','','window.status="May 28th 2002";','window.status="www.jewelgallery.nu";')			
		GalleryMenu.makeMenu('sub14_02_05','sub14_02','Pinkpop','gallery.php?pId=1&gId=37','',85,'','','','','','','','','','window.status="Pinkpop";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub14_02_06','sub14_02','Amsterdam','gallery.php?pId=1&gId=28','',85,'','','','','','','','','','window.status="Amsterdam";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub14_02_07','sub14_02','Toledo','gallery.php?pId=1&gId=42','',85,'','','','','','','','','','window.status="Toledo";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub14_02_08','sub14_02','Portsmouth','gallery.php?pId=1&gId=38','',85,'','','','','','','','','','window.status="Portsmouth";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub14_02_09','sub14_02','Frankfurt','gallery.php?pId=1&gId=30','',85,'','','','','','','','','','window.status="Frankfurt";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub14_02_10','sub14_02','Rochester','gallery.php?pId=1&gId=39','',85,'','','','','','','','','','window.status="Rochester";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub14_02_11','sub14_02','Chicago','gallery.php?pId=1&gId=29','',85,'','','','','','','','','','window.status="Chicago";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub14_02_12','sub14_02','Minneapolis','gallery.php?pId=1&gId=36','',85,'','','','','','','','','','window.status="Minneapolis";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub14_02_13','sub14_02','Stuttgart','gallery.php?pId=1&gId=151','',85,'','','','','','','','','','window.status="Stuttgart";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub14_02_14','sub14_02','Wantaugh','gallery.php?pId=1&gId=43','',85,'','','','','','','','','','window.status="Wantaugh";','window.status="www.jewelgallery.nu";')		
		GalleryMenu.makeMenu('sub14_02_15','sub14_02','Birmingham','gallery.php?pId=1&gId=146','',85,'','','','','','','','','','window.status="Birmingham";','window.status="www.jewelgallery.nu";')		
		GalleryMenu.makeMenu('sub14_02_16','sub14_02','Singapore','gallery.php?pId=1&gId=150','',85,'','','','','','','','','','window.status="Singapore";','window.status="www.jewelgallery.nu";')		
		GalleryMenu.makeMenu('sub14_02_17','sub14_02','Indiana','gallery.php?pId=1&gId=152','',85,'','','','','','','','','','window.status="Indiana";','window.status="www.jewelgallery.nu";')		
	GalleryMenu.makeMenu('sub14_03','top14','104 KRBE','gallery.php?pId=1&gId=17','',110,'','','','','','','','','','window.status="104 KRBE";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub14_04','top14','Woodstock &acute;99','gallery.php?pId=1&gId=51','',110,'','','','','','','','','','window.status="Woodstock 99";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub14_05','top14','Atlanta','gallery.php?pId=1&gId=12','',110,'','','','','','','','','','window.status="Atlanta";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub14_06','top14','Paris','gallery.php?pId=1&gId=21','',110,'','','','','','','','','','window.status="Paris";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub14_07','top14','Earth day','gallery.php?pId=1&gId=156','',110,'','','','','','','','','','window.status="Paris";','window.status="www.jewelgallery.nu";')	
	GalleryMenu.makeMenu('sub14_08','top14','Spirit Tour','','',110,'','','','','','','','','','window.status="Spirit Tour";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub14_08_01','sub14_08','Belfast','gallery.php?pId=1&gId=22','',90,'','','','','','','','','','window.status="Belfast";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub14_08_02','sub14_08','London','gallery.php?pId=1&gId=25','',90,'','','','','','','','','','window.status="London";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub14_08_03','sub14_08','Manchester','gallery.php?pId=1&gId=26','',90,'','','','','','','','','','window.status="Manchester";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub14_08_04','sub14_08','Southhampton','gallery.php?pId=1&gId=27','',90,'','','','','','','','','','window.status="Southhampton";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub14_08_05','sub14_08','Cambridge','gallery.php?pId=1&gId=23','',90,'','','','','','','','','','window.status="Cambridge";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub14_08_06','sub14_08','Glasgow','gallery.php?pId=1&gId=24','',90,'','','','','','','','','','window.status="Glasgow";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub14_09','top14','World Series 2001','gallery.php?pId=1&gId=52','',110,'','','','','','','','','','window.status="World Series 2001";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub14_10','top14','UK Tour 1997','','',110,'','','','','','','','','','window.status="UK Tour 1997";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub14_10_01','sub14_10','Manchester','gallery.php?pId=1&gId=49','',75,'','','','','','','','','','window.status="Manchester";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub14_10_02','sub14_10','London','','',75,'','','','','','','','','','window.status="London";','window.status="www.jewelgallery.nu";')
			GalleryMenu.makeMenu('sub14_10_02_01','sub14_10_02','May 28th','gallery.php?pId=1&gId=46','',95,'','','','','','','','','','window.status="May 28th";','window.status="www.jewelgallery.nu";')
			GalleryMenu.makeMenu('sub14_10_02_02','sub14_10_02','October 19th','gallery.php?pId=1&gId=47','',95,'','','','','','','','','','window.status="October 19th";','window.status="www.jewelgallery.nu";')
			GalleryMenu.makeMenu('sub14_10_02_03','sub14_10_02','November 14th','gallery.php?pId=1&gId=48','',95,'','','','','','','','','','window.status="November 14th";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub14_10_03','sub14_10','Birmingham','gallery.php?pId=1&gId=44','',75,'','','','','','','','','','window.status="Birmingham";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub14_10_04','sub14_10','Glasgow','gallery.php?pId=1&gId=45','',75,'','','','','','','','','','window.status="Glasgow";','window.status="www.jewelgallery.nu";')	
	GalleryMenu.makeMenu('sub14_11','top14','Panten&eacute; Provoice','gallery.php?pId=1&gId=20','',110,'','','','','','','','','','window.status="Pantene Provoice";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub14_12','top14','Netaid &acute;99','gallery.php?pId=1&gId=18','',110,'','','','','','','','','','window.status="Netaid 99";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub14_13','top14','Chicago','gallery.php?pId=1&gId=13','',110,'','','','','','','','','','window.status="Chicago";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub14_14','top14','KFDM','gallery.php?pId=1&gId=16','',110,'','','','','','','','','','window.status="KFDM";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub14_15','top14','Woman in Rock','gallery.php?pId=1&gId=50','',110,'','','','','','','','','','window.status="Woman in Rock";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub14_16','top14','Rockfest','gallery.php?pId=1&gId=54','',110,'','','','','','','','','','window.status="Rockfest";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub14_17','top14','Z 100','gallery.php?pId=1&gId=53','',110,'','','','','','','','','','window.status="Z 100";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub14_18','top14','New Hampshire','gallery.php?pId=1&gId=14','',110,'','','','','','','','','','window.status="New Hampshire";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub14_19','top14','Washington','gallery.php?pId=1&gId=147','',110,'','','','','','','','','','window.status="Washington";','window.status="www.jewelgallery.nu";')	
	GalleryMenu.makeMenu('sub14_20','top14','Jingle Ball','gallery.php?pId=1&gId=148','',110,'','','','','','','','','','window.status="Jingle Ball";','window.status="www.jewelgallery.nu";')	
	GalleryMenu.makeMenu('sub14_21','top14','Sunset Sessions','gallery.php?pId=1&gId=162','',110,'','','','','','','','','','window.status="Sunset Session";','window.status="www.jewelgallery.nu";')	
	GalleryMenu.makeMenu('sub14_22','top14','Swiss Day','gallery.php?pId=1&gId=163','',110,'','','','','','','','','','window.status="Swiss Nation Day";','window.status="www.jewelgallery.nu";')	
	GalleryMenu.makeMenu('sub14_23','top14','Other','gallery.php?pId=1&gId=19','',110,'','','','GalleryMenuMore','GalleryMenuMoreOver','','','','','window.status="Other";','window.status="www.jewelgallery.nu";')
GalleryMenu.makeMenu('top15','','Wallpapers','','','','','images/menu/menu_15.png','images/menu/menu_15_over.png','GalleryMenuNoLink','GalleryMenuNoLinkOver','','','','','window.status="Wallpapers";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub15_01','top15','Made by Fenix Brazil','gallery.php?pId=1&gId=139','',130,'','','','','','','','','','window.status="Made by Fenix Brazil";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub15_02','top15','Made by Micheal','gallery.php?pId=1&gId=165','',130,'','','','','','','','','','window.status="Made by Micheal";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub15_03','top15','Made by JKF Members ','gallery.php?pId=1&gId=164','',130,'','','','','','','','','','window.status="Made JKF Members";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub15_04','top15','Made by others','gallery.php?pId=1&gId=140','',130,'','','','','','','','','','window.status="Made by other artists";','window.status="www.jewelgallery.nu";')
GalleryMenu.makeMenu('top16','','Misc','gallery.php?pId=1&gId=57','','','','images/menu/menu_16.png','images/menu/menu_16_over.png','','','','','','','window.status="Misc";','window.status="www.jewelgallery.nu";')	
GalleryMenu.makeMenu('top17','','TV','','','','','images/menu/menu_17.png','images/menu/menu_17_over.png','GalleryMenuNoLink','GalleryMenuNoLinkOver','','','','','window.status="TV";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub17_01','top17','Lifetime','gallery.php?pId=1&gId=97','',160,'','','','','','','','','','window.status="Lifetime";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub17_02','top17','The View','','',160,'','','','','','','','','','window.status="The View";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_02_01','sub17_02','April 19th 1998','gallery.php?pId=1&gId=125','',125,'','','','','','','','','','window.status="April 19th 1998";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_02_02','sub17_02','December 16th 1998','gallery.php?pId=1&gId=126','',125,'','','','','','','','','','window.status="December 16th 1998";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_02_03','sub17_02','Januari 16th 2001','gallery.php?pId=1&gId=127','',125,'','','','','','','','','','window.status="Januari 16th 2001";','window.status="www.jewelgallery.nu";')		
	GalleryMenu.makeMenu('sub17_03','top17','The Late Show','','',160,'','','','','','','','','','window.status="The Late Show";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_03_01','sub17_03','Februari 22nd 1996','gallery.php?pId=1&gId=70','',125,'','','','','','','','','','window.status="Februari 22nd 1996";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_03_02','sub17_03','September 3rd 1996','gallery.php?pId=1&gId=71','',125,'','','','','','','','','','window.status="September 3rd 1996";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_03_03','sub17_03','Somewere in 1997','gallery.php?pId=1&gId=72','',125,'','','','','','','','','','window.status="Somewere in 1997";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_03_04','sub17_03','Januari 30th 1997','gallery.php?pId=1&gId=73','',125,'','','','','','','','','','window.status="Januari 30th 1997";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_03_05','sub17_03','November 26th 1998','gallery.php?pId=1&gId=74','',125,'','','','','','','','','','window.status="November 26th 1998";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_03_06','sub17_03','Februari 18th 1999','gallery.php?pId=1&gId=75','',125,'','','','','','','','','','window.status="Februari 18th 1999";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_03_07','sub17_03','June 10th 1999','gallery.php?pId=1&gId=76','',125,'','','','','','','','','','window.status="June 10th 1999";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_03_08','sub17_03','November 1999','gallery.php?pId=1&gId=77','',125,'','','','','','','','','','window.status="November 1999";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_03_09','sub17_03','October 6th 2000','gallery.php?pId=1&gId=78','',125,'','','','','','','','','','window.status="October 6th 2000";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_03_10','sub17_03','October 2001','gallery.php?pId=1&gId=79','',125,'','','','','','','','','','window.status="October 2001";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_03_11','sub17_03','Januari 15th 2002','gallery.php?pId=1&gId=80','',125,'','','','','','','','','','window.status="Januari 15th 2002";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_03_12','sub17_03','Januari 16th 2002','gallery.php?pId=1&gId=81','',125,'','','','','','','','','','window.status="Januari 16th 2002";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub17_04','top17','Humpphrey&acute;s By the Bay','gallery.php?pId=1&gId=85','',160,'','','','','','','','','','window.status="Humpphrey s By the Bay";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub17_05','top17','Pinkpop','gallery.php?pId=1&gId=104','',160,'','','','','','','','','','window.status="Pinkpop";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub17_06','top17','Charlie Rose Show','','',160,'','','','','','','','','','window.status="Charlie Rose Show";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_06_01','sub17_06','March 3rd 1997','gallery.php?pId=1&gId=64','',100,'','','','','','','','','','window.status="March 3rd 1997";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_06_02','sub17_06','June 5th 1997','gallery.php?pId=1&gId=65','',100,'','','','','','','','','','window.status="June 5th 1997";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub17_07','top17','The Tonight Show','','',160,'','','','','','','','','','window.status="The Tonight Show";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_07_01','sub17_07','December 22nd 1995','gallery.php?pId=1&gId=87','',125,'','','','','','','','','','window.status="December 22nd 1995";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_07_02','sub17_07','March 7th 1997','gallery.php?pId=1&gId=88','',125,'','','','','','','','','','window.status="March 7th 1997";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_07_03','sub17_07','November 19th 1998','gallery.php?pId=1&gId=89','',125,'','','','','','','','','','window.status="November 19th 1998";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_07_04','sub17_07','April 26th 1999','gallery.php?pId=1&gId=90','',125,'','','','','','','','','','window.status="April 26th 1999";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_07_05','sub17_07','Somewere in 2001','gallery.php?pId=1&gId=91','',125,'','','','','','','','','','window.status="Somewere in 2001";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_07_06','sub17_07','November 13th 2001','gallery.php?pId=1&gId=92','',125,'','','','','','','','','','window.status="November 13th 2001";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_07_07','sub17_07','March 14 th 2002','gallery.php?pId=1&gId=93','',125,'','','','','','','','','','window.status="March 14 th 2002";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_07_08','sub17_07','Other shows','gallery.php?pId=1&gId=94','',125,'','','','','','','','','','window.status="Other shows";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub17_08','top17','MTV','','',160,'','','','','','','','','','window.status="MTV";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_08_01','sub17_08','MTV Cribs','gallery.php?pId=1&gId=98','',95,'','','','','','','','','','window.status="MTV Cribs";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_08_02','sub17_08','MTV Unplugged','gallery.php?pId=1&gId=99','',95,'','','','','','','','','','window.status="MTV Unplugged";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_08_03','sub17_08','Unknown','gallery.php?pId=1&gId=159','',95,'','','','','','','','','','window.status="MTV Unplugged";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub17_09','top17','Graig Kilborn','gallery.php?pId=1&gId=145','',160,'','','','','','','','','','window.status="Graig Kilborn";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub17_10','top17','Garth Brook Special','gallery.php?pId=1&gId=84','',160,'','','','','','','','','','window.status="Garth Brook Special";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub17_11','top17','Laat de Leeuw','','',160,'','','','','','','','','','window.status="Laat de Leeuw";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_11_01','sub17_11','1997','gallery.php?pId=1&gId=95','',40,'','','','','','','','','','window.status="1997";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_11_02','sub17_11','1999','gallery.php?pId=1&gId=96','',40,'','','','','','','','','','window.status="1999";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub17_12','top17','VH1 Network','','',160,'','','','','','','','','','window.status="VH1 Network";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_12_01','sub17_12','Hard Rock Caf&eacute;','gallery.php?pId=1&gId=121','',135,'','','','','','','','','','window.status="Hard Rock Cafe";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_12_02','sub17_12','Rock The Rockies','gallery.php?pId=1&gId=122','',135,'','','','','','','','','','window.status="Rock The Rockies";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_12_03','sub17_12','My VH1 Music Awards','gallery.php?pId=1&gId=124','',135,'','','','','','','','','','window.status="My VH1 Music Awards";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_12_04','sub17_12','Divas','gallery.php?pId=1&gId=155','',135,'','','','','','','','','','window.status="Storytellers";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_12_05','sub17_12','Crossroads','gallery.php?pId=1&gId=120','',135,'','','','','','','','','','window.status="Crossroads";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_12_06','sub17_12','Storytellers','gallery.php?pId=1&gId=123','',135,'','','','','','','','','','window.status="Storytellers";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub17_13','top17','Farmaid &acute;96','gallery.php?pId=1&gId=83','',160,'','','','','','','','','','window.status="Farmaid 96";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub17_14','top17','Regis &amp; Kelly','','',160,'','','','','','','','','','window.status="Regis and Kelly";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_14_01','sub17_14','December 1st 1998','gallery.php?pId=1&gId=105','',125,'','','','','','','','','','window.status="December 1st 1998";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_14_02','sub17_14','Januari 21st 2002','gallery.php?pId=1&gId=106','',125,'','','','','','','','','','window.status="Januari 21st 2002";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_14_03','sub17_14','Other','gallery.php?pId=1&gId=158','',125,'','','','','','','','','','window.status="Januari 21st 2002";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub17_15','top17','Superbowl XXXII','gallery.php?pId=1&gId=116','',160,'','','','','','','','','','window.status="Superbowl XXXII";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub17_16','top17','Saturday Night Live','','',160,'','','','','','','','','','window.status="Saturday Night Live";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_16_01','sub17_16','September 27th 1997','gallery.php?pId=1&gId=114','',130,'','','','','','','','','','window.status="September 27th 1997";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_16_02','sub17_16','November 11th 1998','gallery.php?pId=1&gId=115','',130,'','','','','','','','','','window.status="November 11th 1998";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub17_17','top17','Rosie O&acute;Donnel Show','','',160,'','','','','','','','','','window.status="Rosie O Donnel Show";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_17_01','sub17_17','Februari 2nd 1998','gallery.php?pId=1&gId=109','',125,'','','','','','','','','','window.status="Februari 2nd 1998";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_17_02','sub17_17','November 18th 1998','gallery.php?pId=1&gId=110','',125,'','','','','','','','','','window.status="November 18th 1998";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_17_03','sub17_17','December 5th 2001','gallery.php?pId=1&gId=111','',125,'','','','','','','','','','window.status="December 5th 2001";','window.status="www.jewelgallery.nu";')		
	GalleryMenu.makeMenu('sub17_18','top17','The Early Show','gallery.php?pId=1&gId=82','',160,'','','','','','','','','','window.status="The Early Show";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub17_19','top17','Conan O&acute;Brein','','',160,'','','','','','','','','','window.status="Conan O Brein";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_19_01','sub17_19','April 2001','gallery.php?pId=1&gId=67','',125,'','','','','','','','','','window.status="April 2001";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_19_02','sub17_19','November 23rd 2001','gallery.php?pId=1&gId=68','',125,'','','','','','','','','','window.status="November 23rd 2001";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_19_03','sub17_19','Other shows','gallery.php?pId=1&gId=69','',125,'','','','','','','','','','window.status="Other shows";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub17_20','top17','The Today Show','','',160,'','','','GalleryMenuNoLink','GalleryMenuNoLinkOver','','','','','window.status="The Today Show";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_20_01','sub17_20','December 1998','gallery.php?pId=1&gId=117','',100,'','','','','','','','','','window.status="December 1998";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_20_02','sub17_20','Other shows','gallery.php?pId=1&gId=118','',100,'','','','','','','','','','window.status="Other shows";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub17_21','top17','More','','',160,'','','','','','lefttop','','','','window.status="More";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_21_01','sub17_21','Other','gallery.php?pId=1&gId=103','',150,'','','','GalleryMenuMore','GalleryMenuMoreOver','','','','','window.status="Other";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_21_02','sub17_21','Trans Siberian Orchestra','gallery.php?pId=1&gId=119','',150,'','','','','','','','','','window.status="Trans Siberian Orchestra";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_21_03','sub17_21','Chrismas in NY','gallery.php?pId=1&gId=101','',150,'','','','','','','','','','window.status="Chrismas in NY";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_21_04','sub17_21','Screencollections','gallery.php?pId=1&gId=112','',150,'','','','','','','','','','window.status="Screencollections";','window.status="www.jewelgallery.nu";')	
		GalleryMenu.makeMenu('sub17_21_05','sub17_21','The Roseanne Show','gallery.php?pId=1&gId=108','',150,'','','','','','','','','','window.status="The Roseanne Show";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_21_06','sub17_21','CNN','gallery.php?pId=1&gId=66','',150,'','','','','','','','','','window.status="CNN";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_21_07','sub17_21','Netaid &acute;99','gallery.php?pId=1&gId=100','',150,'','','','','','','','','','window.status="Netaid 99";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_21_08','sub17_21','2 op 1','gallery.php?pId=1&gId=62','',150,'','','','','','','','','','window.status="2 op 1";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_21_09','sub17_21','Last Call','gallery.php?pId=1&gId=63','',150,'','','','','','','','','','window.status="Last Call";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_21_10','sub17_21','The Wizard of Oz','gallery.php?pId=1&gId=128','',150,'','','','','','','','','','window.status="The Wizard of Oz";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_21_11','sub17_21','NHL All Star Game','gallery.php?pId=1&gId=102','',150,'','','','','','','','','','window.status="NHL All Star Game";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_21_12','sub17_21','Rockfest &acute;97','gallery.php?pId=1&gId=107','',150,'','','','','','','','','','window.status="Rockfest 97";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_21_13','sub17_21','Intimate &amp; interactive','gallery.php?pId=1&gId=86','',150,'','','','','','','','','','window.status="Intimate and interactive";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_21_14','sub17_21','Seventeen','gallery.php?pId=1&gId=113','',150,'','','','','','','','','','window.status="Seventeen";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_21_15','sub17_21','Woodstock','gallery.php?pId=1&gId=129','',150,'','','','','','','','','','window.status="Woodstock";','window.status="www.jewelgallery.nu";')
		GalleryMenu.makeMenu('sub17_21_16','sub17_21','World Series 2001','gallery.php?pId=1&gId=130','',150,'','','','','','','','','','window.status="World Series 2001";','window.status="www.jewelgallery.nu";')
GalleryMenu.makeMenu('top18','','Magazines','','','','','images/menu/menu_18.png','images/menu/menu_18_over.png','GalleryMenuNoLink','GalleryMenuNoLinkOver','','','','','window.status="Magazines";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub18_01','top18','Magazine covers','gallery.php?pId=1&gId=56','',115,'','','','','','','','','','window.status="Covers";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('sub18_02','top18','Magazine articles','gallery.php?pId=1&gId=55','',115,'','','','','','','','','','window.status="Articles";','window.status="www.jewelgallery.nu";')
GalleryMenu.makeMenu('top19','','Events','','','','','images/menu/menu_19.png','images/menu/menu_19_over.png','GalleryMenuNoLink','GalleryMenuNoLinkOver','','','','','window.status="Black white";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('top19_01','top19','Award Shows','','',145,'','','','','','','','','','window.status="AMA Awards";','window.status="www.jewelgallery.nu";')
	       GalleryMenu.makeMenu('top19_01_01','top19_01','American Music Awards','gallery.php?pId=1&gId=169','',195,'','','','','','','','','','window.status="American Music Awards";','window.status="www.jewelgallery.nu";')
	       GalleryMenu.makeMenu('top19_01_02','top19_01','ASCAP Awards','gallery.php?pId=1&gId=171','',195,'','','','','','','','','','window.status="ASCAP Awards";','window.status="www.jewelgallery.nu";')
	       GalleryMenu.makeMenu('top19_01_03','top19_01','My VH1 Awards','gallery.php?pId=1&gId=166','',195,'','','','','','','','','','window.status="My VH1 Awards";','window.status="www.jewelgallery.nu";')
	       GalleryMenu.makeMenu('top19_01_04','top19_01','MTV Music Awards','gallery.php?pId=1&gId=173','',195,'','','','','','','','','','window.status="MTV Music Awards";','window.status="www.jewelgallery.nu";')
	       GalleryMenu.makeMenu('top19_01_05','top19_01','CMT Music Awards','gallery.php?pId=1&gId=174','',195,'','','','','','','','','','window.status="CMT Music Awards";','window.status="www.jewelgallery.nu";')
	       GalleryMenu.makeMenu('top19_01_06','top19_01','Grammy Awards','gallery.php?pId=1&gId=167','',195,'','','','','','','','','','window.status="Grammy Awards";','window.status="www.jewelgallery.nu";')
	       GalleryMenu.makeMenu('top19_01_07','top19_01','Country Music Awards','gallery.php?pId=1&gId=172','',195,'','','','','','','','','','window.status="Country Music Awards";','window.status="www.jewelgallery.nu";')
	       GalleryMenu.makeMenu('top19_01_08','top19_01','Academy Awards','gallery.php?pId=1&gId=170','',195,'','','','','','','','','','window.status="Academy Awards";','window.status="www.jewelgallery.nu";')
	       GalleryMenu.makeMenu('top19_01_09','top19_01','MTV Movie Awards','gallery.php?pId=1&gId=168','',195,'','','','','','','','','','window.status="MTV Movie Awards";','window.status="www.jewelgallery.nu";')
	       GalleryMenu.makeMenu('top19_01_10','top19_01','Radio Music Awards 2003','gallery.php?pId=1&gId=180','',195,'','','','','','','','','','window.status="Radio Music Awards";','window.status="www.jewelgallery.nu";')
	       GalleryMenu.makeMenu('top19_01_11','top19_01','Radio Music Awards 2004','gallery.php?pId=1&gId=186','',195,'','','','','','','','','','window.status="Radio Music Awards";','window.status="www.jewelgallery.nu";')
	       GalleryMenu.makeMenu('top19_01_12','top19_01','Crest Whitestrips Style Awards','gallery.php?pId=1&gId=183','',195,'','','','','','','','','','window.status="Crest Whitestrips Style Awards";','window.status="www.jewelgallery.nu";')
	       GalleryMenu.makeMenu('top19_01_13','top19_01','Rodeo drive walk of style Awards','gallery.php?pId=1&gId=184','',195,'','','','','','','','','','window.status="Rodeo drive walk of style awards";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('top19_02','top19','Premiere Sleepy Hollow','gallery.php?pId=1&gId=176','',145,'','','','','','','','','','window.status="Premiere Sleepy Hollow";','window.status="www.jewelgallery.nu";')	
	GalleryMenu.makeMenu('top19_03','top19','17 Nichtclub','gallery.php?pId=1&gId=177','',145,'','','','','','','','','','window.status="17 Nightclub";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('top19_04','top19','0304 signing NY','gallery.php?pId=1&gId=182','',145,'','','','','','','','','','window.status="0304 Signing NY";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('top19_05','top19','Vanity Fair Party','gallery.php?pId=1&gId=175','',145,'','','','','','','','','','window.status="Fanity Fiar Party";','window.status="www.jewelgallery.nu";')	
	GalleryMenu.makeMenu('top19_06','top19','Helping Hands','gallery.php?pId=1&gId=179','',145,'','','','','','','','','','window.status="Helping Hands";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('top19_07','top19','Hall of Fame','gallery.php?pId=1&gId=178','',145,'','','','','','','','','','window.status="Hall of Fame";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('top19_08','top19','Opening Time Warner','gallery.php?pId=1&gId=181','',145,'','','','','','','','','','window.status="Time Warner Ceter";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('top19_09','top19','Rodeo drive walk of style','gallery.php?pId=1&gId=189','',145,'','','','','','','','','','window.status="Rodeo drive walk of style";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('top19_10','top19','Candie Foundation','gallery.php?pId=1&gId=188','',145,'','','','','','','','','','window.status="Candie Foundation";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('top19_12','top19','Famous fashionistas','gallery.php?pId=1&gId=185','',145,'','','','','','','','','','window.status="Famous fashionistas";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('top19_13','top19','Cartier 25y','gallery.php?pId=1&gId=187','',145,'','','','','','','','','','window.status="Cartier 25y";','window.status="www.jewelgallery.nu";')
GalleryMenu.makeMenu('top20','','Black &amp; white','gallery.php?pId=1&gId=8','','','','images/menu/menu_20.png','images/menu/menu_20_over.png','','','','','','','window.status="Black white";','window.status="www.jewelgallery.nu";')
GalleryMenu.makeMenu('top21','','Young','gallery.php?pId=1&gId=144','','','','images/menu/menu_21.png','images/menu/menu_21_over.png','','','','','','','window.status="Young";','window.status="www.jewelgallery.nu";')
GalleryMenu.makeMenu('top22','','With..','','','','','images/menu/menu_22.png','images/menu/menu_22_over.png','GalleryMenuNoLink','GalleryMenuNoLinkOver','','','','','window.status="With..";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('top22_01','top22','Her Mom','gallery.php?pId=1&gId=143','',65,'','','','','','','','','','window.status="Her Mom";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('top22_02','top22','Her Fans','gallery.php?pId=1&gId=141','',65,'','','','','','','','','','window.status="Her Fans";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('top22_03','top22','Her Horse','gallery.php?pId=1&gId=142','',65,'','','','','','','','','','window.status="Her Horse";','window.status="www.jewelgallery.nu";')
GalleryMenu.makeMenu('top23','','Other','gallery.php?pId=1&gId=59','','','','images/menu/menu_23.png','images/menu/menu_23_over.png','','','','','','','window.status="Other";','window.status="www.jewelgallery.nu";')
GalleryMenu.makeMenu('top24','','CD&acute;s','','','','','images/menu/menu_24.png','images/menu/menu_24_over.png','GalleryMenuNoLink','GalleryMenuNoLinkOver','','','','','window.status="CDs";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('top24_01','top24','Spirit','gallery.php?pId=1&gId=10','',175,'','','','','','','','','','window.status="Spirit";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('top24_02','top24','This Way','gallery.php?pId=1&gId=11','',175,'','','','','','','','','','window.status="This Way";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('top24_03','top24','0304','gallery.php?pId=1&gId=153','',175,'','','','','','','','','','window.status="0304";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('top24_04','top24','Goodbye Alice in Wonderland','gallery.php?pId=1&gId=161','',175,'','','','','','','','','','window.status="Goodbye Alice in Wonderland";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('top24_05','top24','Piecies Of You','gallery.php?pId=1&gId=160','',175,'','','','','','','','','','window.status="Pieces Of you";','window.status="www.jewelgallery.nu";')
	GalleryMenu.makeMenu('top24_06','top24','Other','gallery.php?pId=1&gId=9','',175,'','','','','','','','','','window.status="Other";','window.status="www.jewelgallery.nu";')
GalleryMenu.makeMenu('top25','','Artwork','gallery.php?pId=1&gId=1','','','','images/menu/menu_25.png','images/menu/menu_25_over.png','','','','','','','window.status="Artwork";','window.status="www.jewelgallery.nu";')
GalleryMenu.makeMenu('top26','','RWTD','gallery.php?pId=1&gId=61','','','','images/menu/menu_26.png','images/menu/menu_26_over.png','','','','','','','window.status="RWTD";','window.status="www.jewelgallery.nu";')
GalleryMenu.makeMenu('top27','','','','','',262,'images/menu/menu_27.png','','GalleryMenuNoLink','GalleryMenuNoLinkOver','','','','','window.status="www.jewelgallery.nu";','window.status="www.jewelgallery.nu";')

//Leave this line - it constructs the menu
GalleryMenu.construct()		