/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#EBEBEB';			// Background color when mouse is over
	var HighSubBgColor='#EBEBEB';			// Background color when mouse is over on subs
	var FontLowColor='#0000A0';			// Font color when mouse is not over
	var FontSubLowColor='#0000A0';			// Font color subs when mouse is not over
	var FontHighColor='#0000A0';			// Font color when mouse is over
	var FontSubHighColor='#0000A0';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=69;				// Menu offset x coordinate
	var StartLeft=10;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['http://www.nehoc.com.au/pics/arrow.gif',7,5,'http://www.nehoc.com.au/pics/arrowdown.gif',5,7,'http://www.nehoc.com.au/pics/arrowleft.gif',7,5];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Products","http://www.nehoc.com.au","",9,20,80);
	Menu1_1=new Array("Homepage","http://www.nehoc.com.au/products","",0,20,130);	
	Menu1_2=new Array("Screen Printing","http://www.nehoc.com.au/screenprinting","",6);
		Menu1_2_1=new Array("Homepage","http://www.nehoc.com.au/screenprinting","",0,20,150);
		Menu1_2_2=new Array("Packages","http://www.nehoc.com.au/screenprinting/packages","",0);
		Menu1_2_3=new Array("Inks","http://www.nehoc.com.au/screenprinting/ink","",0);
		Menu1_2_4=new Array("Jigs","http://www.nehoc.com.au/screenprinting/jigs","",0);
		Menu1_2_5=new Array("ScreenMaster","http://www.nehoc.com.au/products/screenmaster","",0);
		Menu1_2_6=new Array("Supplies & accessories","http://www.nehoc.com.au/screenprinting/supplies","",0);
	Menu1_3=new Array("Ceramics","http://www.nehoc.com.au/info/ceramics","",3);
		Menu1_3_1=new Array("Homepage","http://www.nehoc.com.au/info/ceramics","",0,20,100);
		Menu1_3_2=new Array("Inks","http://www.nehoc.com.au/info/ceramics","",0);
		Menu1_3_3=new Array("Systems","http://www.nehoc.com.au/info/ceramics/systems","",0);
	Menu1_4=new Array("PRINT GOCCO","http://www.nehoc.com.au/printgocco","",3);
		Menu1_4_1=new Array("Homepage","http://www.nehoc.com.au/printgocco","",0,20,120);
		Menu1_4_2=new Array("Systems","http://www.nehoc.com.au/printgocco/systems","",4);
				Menu1_4_2_1=new Array("PG-5","http://www.nehoc.com.au/printgocco/systems/pg5","",0,20,120);
				Menu1_4_2_2=new Array("PG-11","http://www.nehoc.com.au/printgocco/systems/pg11","",0);
				Menu1_4_2_3=new Array("PG Arts","http://www.nehoc.com.au/printgocco/systems/pgarts","",0);
				Menu1_4_2_4=new Array("Older models","http://www.nehoc.com.au/printgocco/systems/b6","",6);
					Menu1_4_2_4_1=new Array("Stamp Kit","http://www.nehoc.com.au/printgocco/systems/stampkit","",0,20,120);
					Menu1_4_2_4_2=new Array("B6","http://www.nehoc.com.au/printgocco/systems/b6","",0);
					Menu1_4_2_4_3=new Array("B5","http://www.nehoc.com.au/printgocco/systems/b5","",0);
					Menu1_4_2_4_4=new Array("MG-11","http://www.nehoc.com.au/products/screenfax/mg11.htm","",0);
					Menu1_4_2_4_5=new Array("CD Printer","http://www.nehoc.com.au/printgocco/systems/cdprinter","",0);
					Menu1_4_2_4_6=new Array("Digital","http://www.nehoc.com.au/printgocco/systems/digital","",0);
		Menu1_4_3=new Array("Supplies","http://www.nehoc.com.au/printgocco/supplies","",6);
				Menu1_4_3_1=new Array("Homepage","http://www.nehoc.com.au/printgocco/supplies/index.htm","",0,20,150);
				Menu1_4_3_2=new Array("Artwork accessories","http://www.nehoc.com.au/printgocco/supplies/artwork/index.htm","",9);
					Menu1_4_3_2_1=new Array("S-021  Carbon pen","http://www.nehoc.com.au/printgocco/supplies/artwork/index.htm#Pens","",0,20,200);
					Menu1_4_3_2_2=new Array("S-023  Carbon pen","http://www.nehoc.com.au/printgocco/supplies/artwork/index.htm#Pens","",0);
					Menu1_4_3_2_3=new Array("S-344  Carbon pen","http://www.nehoc.com.au/printgocco/supplies/artwork/index.htm#Pens","",0);
					Menu1_4_3_2_4=new Array("S-035  Layout sheets","http://www.nehoc.com.au/printgocco/supplies/artwork/index.htm#S-035","",0);
					Menu1_4_3_2_5=new Array("S-138  Photo dot screen","http://www.nehoc.com.au/printgocco/supplies/artwork/index.htm#S-138","",0);
					Menu1_4_3_2_6=new Array("S-155  Clean-up paper","http://www.nehoc.com.au/printgocco/supplies/artwork/index.htm#S-155","",0);
					Menu1_4_3_2_7=new Array("S-242  B6 blue filter","http://www.nehoc.com.au/printgocco/supplies/artwork/index.htm#filter","",0);
					Menu1_4_3_2_8=new Array("S-250  B5 blue filter","http://www.nehoc.com.au/printgocco/supplies/artwork/index.htm#filter","",0);
					Menu1_4_3_2_9=new Array("S-310  Drawing paper","http://www.nehoc.com.au/printgocco/supplies/artwork/index.htm#S-310","",0);
				Menu1_4_3_3=new Array("Print Lamps","http://www.nehoc.com.au/printgocco/supplies/index.htm#S-105","",0);
				Menu1_4_3_4=new Array("Print Masters","http://www.nehoc.com.au/printgocco/supplies/index.htm#masters","",3);
					Menu1_4_3_4_1=new Array("S-180  B5 print masters","http://www.nehoc.com.au/printgocco/supplies/index.htm#S-180","",0,20,200);
					Menu1_4_3_4_2=new Array("S-481  MG-11 masters","http://www.nehoc.com.au/printgocco/supplies/index.htm#S-481","",0);
					Menu1_4_3_4_3=new Array("S-489  B6 print masters","http://www.nehoc.com.au/printgocco/supplies/index.htm#S-489","",0);
				Menu1_4_3_5=new Array("Inks","http://www.nehoc.com.au/printgocco/inks/","",8);
					Menu1_4_3_5_1=new Array("Standard","http://www.nehoc.com.au/printgocco/inks/index.htm#Standard","",7,20,150);
						Menu1_4_3_5_1_1=new Array("S-492  Black","http://www.nehoc.com.au/printgocco/inks/index.htm#Standard","",0,20,100);
						Menu1_4_3_5_1_2=new Array("S-493  Blue","http://www.nehoc.com.au/printgocco/inks/index.htm#Standard","",0);
						Menu1_4_3_5_1_3=new Array("S-494  Red","http://www.nehoc.com.au/printgocco/inks/index.htm#Standard","",0);
						Menu1_4_3_5_1_4=new Array("S-495  Green","http://www.nehoc.com.au/printgocco/inks/index.htm#Standard","",0);
						Menu1_4_3_5_1_5=new Array("S-496  Brown","http://www.nehoc.com.au/printgocco/inks/index.htm#Standard","",0);
						Menu1_4_3_5_1_6=new Array("S-497  Yellow","http://www.nehoc.com.au/printgocco/inks/index.htm#Standard","",0);
						Menu1_4_3_5_1_7=new Array("S-498  White","http://www.nehoc.com.au/printgocco/inks/index.htm#Standard","",0);
					Menu1_4_3_5_2=new Array("Traditional","http://www.nehoc.com.au/printgocco/inks/index.htm#Traditional","",11);
						Menu1_4_3_5_2_1=new Array("S-732  Orange","http://www.nehoc.com.au/printgocco/inks/index.htm#Traditional","",0,20,160);
						Menu1_4_3_5_2_2=new Array("S-779  Lime green","http://www.nehoc.com.au/printgocco/inks/index.htm#Traditional","",0);
						Menu1_4_3_5_2_3=new Array("S-791  Indigo blue","http://www.nehoc.com.au/printgocco/inks/index.htm#Traditional","",0);
						Menu1_4_3_5_2_4=new Array("S-5099  Burgundy red","http://www.nehoc.com.au/printgocco/inks/index.htm#Traditional","",0);
						Menu1_4_3_5_2_5=new Array("S-5100  Teal green","http://www.nehoc.com.au/printgocco/inks/index.htm#Traditional","",0);
						Menu1_4_3_5_2_6=new Array("S-5177  Mustard yellow","http://www.nehoc.com.au/printgocco/inks/index.htm#Traditional","",0);
						Menu1_4_3_5_2_7=new Array("S-5178  Olive green","http://www.nehoc.com.au/printgocco/inks/index.htm#Traditional","",0);
						Menu1_4_3_5_2_8=new Array("S-5179  Purple","http://www.nehoc.com.au/printgocco/inks/index.htm#Traditional","",0);
						Menu1_4_3_5_2_9=new Array("S-5345  Mauve","http://www.nehoc.com.au/printgocco/inks/index.htm#Traditional","",0);
						Menu1_4_3_5_2_10=new Array("S-5346  Slate blue","http://www.nehoc.com.au/printgocco/inks/index.htm#Traditional","",0);
						Menu1_4_3_5_2_11=new Array("S-5347  Khaki green","http://www.nehoc.com.au/printgocco/inks/index.htm#Traditional","",0);
					Menu1_4_3_5_3=new Array("Metallic","http://www.nehoc.com.au/printgocco/inks/index.htm#Metallic","",5);
						Menu1_4_3_5_3_1=new Array("S-297  Gold","http://www.nehoc.com.au/printgocco/inks/index.htm#Metallic","",0,20,150);
						Menu1_4_3_5_3_2=new Array("S-298  Silver","http://www.nehoc.com.au/printgocco/inks/index.htm#Metallic","",0);
						Menu1_4_3_5_3_3=new Array("S-299  Bronze","http://www.nehoc.com.au/printgocco/inks/index.htm#Metallic","",0);
						Menu1_4_3_5_3_4=new Array("S-412  Pearl green","http://www.nehoc.com.au/printgocco/inks/index.htm#Metallic","",0);
						Menu1_4_3_5_3_5=new Array("S-413  Pearl red","http://www.nehoc.com.au/printgocco/inks/index.htm#Metallic","",0);
					Menu1_4_3_5_4=new Array("Fluorescent","http://www.nehoc.com.au/printgocco/inks/index.htm#Fluro","",0);
					Menu1_4_3_5_5=new Array("Pastel","http://www.nehoc.com.au/printgocco/inks/index.htm#Pastel","",6);
						Menu1_4_3_5_5_1=new Array("S-5481  Pink","http://www.nehoc.com.au/printgocco/inks/index.htm#Pastel","",0,20,120);
						Menu1_4_3_5_5_2=new Array("S-5482  Blue","http://www.nehoc.com.au/printgocco/inks/index.htm#Pastel","",0);
						Menu1_4_3_5_5_3=new Array("S-5483  Green","http://www.nehoc.com.au/printgocco/inks/index.htm#Pastel","",0);
						Menu1_4_3_5_5_4=new Array("S-5484  Yellow","http://www.nehoc.com.au/printgocco/inks/index.htm#Pastel","",0);
						Menu1_4_3_5_5_5=new Array("S-5485  Brown","http://www.nehoc.com.au/printgocco/inks/index.htm#Pastel","",0);
						Menu1_4_3_5_5_6=new Array("S-5486  Grey","http://www.nehoc.com.au/printgocco/inks/index.htm#Pastel","",0);
					Menu1_4_3_5_6=new Array("Watercolour","http://www.nehoc.com.au/printgocco/inks/index.htm#Watercolour","",6);
						Menu1_4_3_5_6_1=new Array("S-5101  'Baby' blue","http://www.nehoc.com.au/printgocco/inks/index.htm#Watercolour","",0,20,160);
						Menu1_4_3_5_6_2=new Array("S-5102  'Shell' pink","http://www.nehoc.com.au/printgocco/inks/index.htm#Watercolour","",0);
						Menu1_4_3_5_6_3=new Array("S-5103  'Apple' green","http://www.nehoc.com.au/printgocco/inks/index.htm#Watercolour","",0);
						Menu1_4_3_5_6_4=new Array("S-5104  'Camel' brown","http://www.nehoc.com.au/printgocco/inks/index.htm#Watercolour","",0);
						Menu1_4_3_5_6_5=new Array("S-5105  'Lemon' yellow","http://www.nehoc.com.au/printgocco/inks/index.htm#Watercolour","",0);
						Menu1_4_3_5_6_6=new Array("S-5106  'Moon' grey","http://www.nehoc.com.au/printgocco/inks/index.htm#Watercolour","",0);
					Menu1_4_3_5_7=new Array("Stamp Inks for Cloth","http://www.nehoc.com.au/printgocco/inks/cloth","",7);
						Menu1_4_3_5_7_1=new Array("S-271  Black","http://www.nehoc.com.au/printgocco/inks/cloth","",0,20,100);
						Menu1_4_3_5_7_2=new Array("S-272  Red","http://www.nehoc.com.au/printgocco/inks/cloth","",0);
						Menu1_4_3_5_7_3=new Array("S-273  Blue","http://www.nehoc.com.au/printgocco/inks/cloth","",0);
						Menu1_4_3_5_7_4=new Array("S-274  Yellow","http://www.nehoc.com.au/printgocco/inks/cloth","",0);
						Menu1_4_3_5_7_5=new Array("S-287  Green","http://www.nehoc.com.au/printgocco/inks/cloth","",0);
						Menu1_4_3_5_7_6=new Array("S-288  Brown","http://www.nehoc.com.au/printgocco/inks/cloth","",0);
						Menu1_4_3_5_7_7=new Array("S-289  White","http://www.nehoc.com.au/printgocco/inks/cloth","",0);
					Menu1_4_3_5_8=new Array("Colours on dark card","http://www.nehoc.com.au/printgocco/inks/dark.htm","",0);
				Menu1_4_3_6=new Array("Printing accessories","http://www.nehoc.com.au/printgocco/supplies/printing/","",15);
					Menu1_4_3_6_1=new Array("S-024  Plastic knife","http://www.nehoc.com.au/printgocco/supplies/printing/index.htm#S-024","",0,20,200);
					Menu1_4_3_6_2=new Array("S-025  Ink mixing bottle","http://www.nehoc.com.au/printgocco/supplies/printing/index.htm#S-025","",0);
					Menu1_4_3_6_3=new Array("S-026  Heavy duty knife","http://www.nehoc.com.au/printgocco/supplies/printing/index.htm#S-026","",0);
					Menu1_4_3_6_4=new Array("S-028  Colour wheel - pocket","http://www.nehoc.com.au/printgocco/supplies/printing/index.htm#S-028","",0);
					Menu1_4_3_6_5=new Array("S-029  Colour wheel - large","http://www.nehoc.com.au/printgocco/supplies/printing/index.htm#S-028","",0);
					Menu1_4_3_6_6=new Array("S-182  PG cleaner","http://www.nehoc.com.au/printgocco/supplies/printing/index.htm#S-182","",0);
					Menu1_4_3_6_7=new Array("S-147  Card rack","http://www.nehoc.com.au/printgocco/supplies/printing/index.htm#S-147","",0);
					Menu1_4_3_6_8=new Array("S-150  Ink blocking","http://www.nehoc.com.au/printgocco/supplies/printing/index.htm#S-150","",0);
					Menu1_4_3_6_9=new Array("S-181  Adhesive boards","http://www.nehoc.com.au/printgocco/supplies/printing/index.htm#S-181","",0);
					Menu1_4_3_6_10=new Array("S-237  PG master pad","http://www.nehoc.com.au/printgocco/supplies/printing/index.htm#S-237","",0);
					Menu1_4_3_6_11=new Array("S-243  Tube wringer","http://www.nehoc.com.au/printgocco/supplies/printing/index.htm#S-243","",0);
					Menu1_4_3_6_12=new Array("S-245  Ink cones","http://www.nehoc.com.au/printgocco/supplies/printing/index.htm#S-245","",0);
					Menu1_4_3_6_13=new Array("S-767  Correction fluid","http://www.nehoc.com.au/printgocco/supplies/printing/index.htm#S-767","",0);
					Menu1_4_3_6_14=new Array("S-9111  Ink mixing plate","http://www.nehoc.com.au/printgocco/supplies/printing/index.htm#S-9111","",0);
					Menu1_4_3_6_15=new Array("T36  Screen blocking tape","http://www.nehoc.com.au/printgocco/supplies/printing/index.htm#T36","",0);
				Menu1_4_3_7=new Array("Books & manuals","http://www.nehoc.com.au/printgocco/supplies/books/","",4);
					Menu1_4_3_7_1=new Array("Operation manuals","http://www.nehoc.com.au/printgocco/supplies/books/index.htm#manuals","",0,20,200);
					Menu1_4_3_7_2=new Array("S-307  RTU graphic designs","http://www.nehoc.com.au/printgocco/supplies/books/index.htm#S-307","",0);
					Menu1_4_3_7_3=new Array("S-711  PRING GOCCO manual","http://www.nehoc.com.au/printgocco/supplies/books/index.htm#S-711","",0);
					Menu1_4_3_7_4=new Array("S-712  Crafts with PG","http://www.nehoc.com.au/printgocco/supplies/books/index.htm#S-712","",0);
	Menu1_5=new Array("Compare models","http://www.nehoc.com.au/info/costs/compare.htm","",0);
	Menu1_6=new Array("Operating Costs","http://www.nehoc.com.au/info/costs","",0);
	Menu1_7=new Array("Spare parts","http://www.nehoc.com.au/products/spareparts","",0);
	Menu1_8=new Array("Training CD","http://www.nehoc.com.au/products/CD","",0);
	Menu1_9=new Array("Search products","http://www.nehoc.com.au/products/search.htm","",0);
Menu2=new Array("Training","http://www.nehoc.com.au/training","",7);
	Menu2_1=new Array("Homepage","http://www.nehoc.com.au/training","",0,20,150);
	Menu2_2=new Array("Information sheets","http://www.nehoc.com.au/training/index.htm#is","",0);	
	Menu2_3=new Array("FAQ's","http://www.nehoc.com.au/training/faq","",0);
	Menu2_4=new Array("Product sheets","http://www.nehoc.com.au/training/index.htm#prod","",0);
	Menu2_5=new Array("Projects","http://www.nehoc.com.au/training/index.htm#ps","",0);	
	Menu2_6=new Array("Wedding stationery","http://www.nehoc.com.au/training/wedding","",0);	
	Menu2_7=new Array("Search","http://www.nehoc.com.au/training/search.htm","",0);
Menu3=new Array("Video","http://video.nehoc.com.au","",4);
	Menu3_1=new Array("Homepage","http://video.nehoc.com.au","",0,20,150);
	Menu3_2=new Array("Screen Printing","http://video.nehoc.com.au/index.htm#sp","",0);
	Menu3_3=new Array("PRINT GOCCO","http://video.nehoc.com.au/index.htm#pg","",0);
	Menu3_4=new Array("Ceramics","http://video.nehoc.com.au/index.htm#sp","",0);
Menu4=new Array("Gallery","http://www.nehoc.com.au/artgallery","",6);
	Menu4_1=new Array("Homepage","http://www.nehoc.com.au/artgallery","",0,20,150);
	Menu4_2=new Array("Art samples","http://www.nehoc.com.au/artgallery/sk","",0);
	Menu4_3=new Array("Card samples","http://www.nehoc.com.au/artgallery/pg","",0);
	Menu4_4=new Array("Competitions","http://www.nehoc.com.au/artgallery/cardcomp","",0);
	Menu4_5=new Array("Fabric","http://www.nehoc.com.au/artgallery/fabric","",0);
	Menu4_6=new Array("Shin Kohanga","http://www.nehoc.com.au/artgallery/sk","",0);
Menu5=new Array("Download","http://www.nehoc.com.au/download","",7);
	Menu5_1=new Array("Homepage","http://www.nehoc.com.au/download/index.htm","",0,20,150);
	Menu5_2=new Array("Catalogue","http://www.nehoc.com.au/download/index.htm#Catalogue","",0);
	Menu5_3=new Array("Manuals","http://www.nehoc.com.au/download/index.htm#Manuals","",0);
	Menu5_4=new Array("MSDS","http://www.nehoc.com.au/download/index.htm#MSDS","",0);
	Menu5_5=new Array("Price List","http://www.nehoc.com.au/download/index.htm#Price","",0);
	Menu5_6=new Array("Projects","http://www.nehoc.com.au/download/index.htm#Projects","",0);
	Menu5_7=new Array("Wedding info","http://www.nehoc.com.au/download/index.htm#Wedding","",0);	
Menu6=new Array("Shop","http://www.nehoc.com.au/shop","",4);
	Menu6_1=new Array("Find Supplier","http://www.nehoc.com.au/links","",0,20,200);
	Menu6_2=new Array("Price List's","http://www.nehoc.com.au/download/index.htm#Price","",0);
	Menu6_3=new Array("NEHOCdirect","http://www.nehoc.com.au/shop","",0);
	Menu6_4=new Array("Online shop","http://www.nehoc.com.au/shop","",0);
Menu7=new Array("Help","http://www.nehoc.com.au/feedback","",7);
	Menu7_1=new Array("About NEHOC","http://www.nehoc.com.au/feedback","",0,20,150);
	Menu7_2=new Array("Contact us","http://www.nehoc.com.au/feedback","",4);
		Menu7_2_1=new Array("Addresses","http://www.nehoc.com.au/info/history.htm#contact","",0,20,150);
		Menu7_2_2=new Array("Product request","http://www.nehoc.com.au/feedback/feedback.htm","",0);
		Menu7_2_3=new Array("Request info","http://www.nehoc.com.au/feedback/feedback.htm","",0);
		Menu7_2_4=new Array("Technical request","http://www.nehoc.com.au/feedback/technical.htm","",0);
	Menu7_3=new Array("Feedback","http://www.nehoc.com.au/feedback","",4);
		Menu7_3_1=new Array("Anonymous","http://www.nehoc.com.au/feedback/fb_email.htm","",0,20,150);
		Menu7_3_2=new Array("General","http://www.nehoc.com.au/feedback/feedback.htm","",0);
		Menu7_3_3=new Array("Wedding","http://www.nehoc.com.au/feedback/fb_wedding.htm","",0);
		Menu7_3_4=new Array("Webmaster","http://www.nehoc.com.au/feedback/webmaster.htm","",0);
	Menu7_4=new Array("Product support","http://www.nehoc.com.au/feedback/feedback.htm","",0);
	Menu7_5=new Array("Search","http://www.nehoc.com.au/search.htm","",0);
	Menu7_6=new Array("Technical support","http://www.nehoc.com.au/feedback/technical.htm","",0);
	Menu7_7=new Array("Webmaster","http://www.nehoc.com.au/feedback/webmaster.htm","",0);