/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='black';			// Background color when mouse is not over
	var LowSubBgColor='black';			// Background color when mouse is not over on subs
	var HighBgColor='#ffcc00';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='#ffcc00';			// Font color when mouse is not over
	var FontSubLowColor='#ffcc00';			// Font color subs when mouse is not over
	var FontHighColor='black';			// Font color when mouse is over
	var FontSubHighColor='#ff0000';			// Font color subs when mouse is over
	var BorderColor='#ffcc00';			// Border color
	var BorderSubColor='#ffcc00';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=1;				// 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='center';			// 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=0;				// Menu offset x coordinate
	var StartLeft=1;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// 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='main_frame';			// Frame where first level appears
	var SecLineFrame='main_frame';			// Frame where sub levels appear
	var DocTargetFrame='main_frame';			// 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=['../jscript/hvmenu/tri.gif',5,10,'../jscript/hvmenu/tridown.gif',10,5,'../jscript/hvmenu/trileft.gif',5,10];	// 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(main_category_text,"","",9,20,138);
	Menu1_1=new Array(main_www_text,"../php/container.php?rubriek=www","",0,20,150);
	Menu1_2=new Array(main_ftp_text,"../php/container.php?rubriek=ftp","",0,20,150);
	Menu1_3=new Array(main_agents_text,"../php/container.php?rubriek=agents","",0,20,150);
	Menu1_4=new Array(main_wap_text,"../php/container.php?rubriek=wap","",0,20,150);
	Menu1_5=new Array(main_news_text,"../php/container.php?rubriek=news","",0,20,150);
	Menu1_6=new Array(main_person_text,"../php/container.php?rubriek=email","",0,20,150);
	Menu1_7=new Array(main_nat_text,"","",17,20,150);
		Menu1_7_1=new Array(main_nat_at_text,"../php/container.php?rubriek=nat_at","",0,20,150);
		Menu1_7_2=new Array(main_nat_au_text,"../php/container.php?rubriek=nat_au","",0,20,150);
		Menu1_7_3=new Array(main_nat_be_text,"../php/container.php?rubriek=nat_be","",0,20,150);
		Menu1_7_4=new Array(main_nat_br_text,"../php/container.php?rubriek=nat_br","",0,20,150);
		Menu1_7_5=new Array(main_nat_uk_text,"../php/container.php?rubriek=nat_uk","",0,20,150);
		Menu1_7_6=new Array(main_nat_ca_text,"../php/container.php?rubriek=nat_ca","",0,20,150);
		Menu1_7_7=new Array(main_nat_dk_text,"../php/container.php?rubriek=nat_dk","",0,20,150);
		Menu1_7_8=new Array(main_nat_fr_text,"../php/container.php?rubriek=nat_fr","",0,20,150);
		Menu1_7_9=new Array(main_nat_gr_text,"../php/container.php?rubriek=nat_gr","",0,20,150);
		Menu1_7_10=new Array(main_nat_ie_text,"../php/container.php?rubriek=nat_ie","",0,20,150);
		Menu1_7_11=new Array(main_nat_it_text,"../php/container.php?rubriek=nat_it","",0,20,150);
		Menu1_7_12=new Array(main_nat_de_text,"../php/container.php?rubriek=nat_de","",0,20,150);
		Menu1_7_13=new Array(main_nat_nl_text,"../php/container.php?rubriek=nat_nl","",0,20,150);
		Menu1_7_14=new Array(main_nat_ru_text,"../php/container.php?rubriek=nat_ru","",0,20,150);
		Menu1_7_15=new Array(main_nat_es_text,"../php/container.php?rubriek=nat_es","",0,20,150);
		Menu1_7_16=new Array(main_nat_sw_text,"../php/container.php?rubriek=nat_sw","",0,20,150);
		Menu1_7_17=new Array(main_nat_ch_text,"../php/container.php?rubriek=nat_ch","",0,20,150);
	Menu1_8=new Array(main_mp3_text,"../php/container.php?rubriek=mp3","",0,20,150);
	Menu1_9=new Array(main_teldir_text,"","",8,20,150);
		Menu1_9_1=new Array(main_tel_cna_text,"","",0,20,150);
		Menu1_9_2=new Array(main_tel_csa_text,"","",0,20,150);
		Menu1_9_3=new Array(main_tel_cwe_text,"","",17,20,150);
		    Menu1_9_3_1=new Array(tel_at_text,"http://www.telecom.at","",0,20,150);
		    Menu1_9_3_2=new Array(tel_be_text,"http://www.belcast.be","",0,20,150);
		    Menu1_9_3_3=new Array(tel_dk_text,"http://www.teledanmark.dk/oplysningen","",0,20,150);
		    Menu1_9_3_4=new Array(tel_fi_text,"http://www.yritystele.fi","",0,20,150);
		    Menu1_9_3_5=new Array(tel_fr_text,"http://wp.pagesjaunes.fr/pb.cgi","",0,20,150);
		    Menu1_9_3_6=new Array(tel_de_text,"http://www.teleauskunft.de","",0,20,150);
		    Menu1_9_3_7=new Array(tel_gr_text,"http://www.grecian.net/greekphones/index.htm","",0,20,150);
		    Menu1_9_3_8=new Array(tel_ir_text,"http://mmm.eircom.ie/phonebook","",0,20,150);
		    Menu1_9_3_9=new Array(tel_it_text,"http://www.telecomitalia.it/elenconline/corpo.html","",0,20,150);
		    Menu1_9_3_10=new Array(tel_lu_text,"http://www.directory.lu","",0,20,150);
		    Menu1_9_3_11=new Array(tel_nl_text,"http://www.telefoongids.ptt-telecom.nl","",0,20,150);
		    Menu1_9_3_12=new Array(tel_no_text,"http://www.gulesider.no/index.jsp","",0,20,150);
		    Menu1_9_3_13=new Array(tel_pt_text,"http://net118.telecom.pt","",0,20,150);
		    Menu1_9_3_14=new Array(tel_es_text,"http://www.paginasblancas.es","",0,20,150);
		    Menu1_9_3_15=new Array(tel_sw_text,"http://privatpersoner.gulasidorna.se","",0,20,150);
		    Menu1_9_3_16=new Array(tel_ch_text,"http://www.whitepages.ch","",0,20,150);
		    Menu1_9_3_17=new Array(tel_uk_text,"http://www.phonenetuk.bt.com:8080/bin/w4p1","",0,20,150);
		Menu1_9_4=new Array(main_tel_cee_text,"","",0,20,150);
		Menu1_9_5=new Array(main_tel_cme_text,"","",0,20,150);
		Menu1_9_6=new Array(main_tel_cas_text,"","",0,20,150);
		Menu1_9_7=new Array(main_tel_caf_text,"","",0,20,150);
		Menu1_9_8=new Array(main_tel_cau_text,"","",0,20,150);

Menu2=new Array(your_main_text,"","",3);
	Menu2_1=new Array(your_submit_text,"../php/container.php?status=SubmitYourPage","",0,20,180);
	Menu2_2=new Array(your_link_text,"../php/container.php?status=LinkPopularity","",0,20,180);
	Menu2_3=new Array(your_validate_text,"../php/container.php?status=HTMLValidator","",0,20,180);

Menu3=new Array(feed_main_text,"","",2);
	Menu3_1=new Array(feed_suggest_text,"../php/container.php?status=SuggestNewEngines","",0,20,180);
	Menu3_2=new Array(feed_defects_text,"../php/container.php?status=ReportDefects","",0);

Menu4=new Array(setting_main_text,"","",3);
	Menu4_1=new Array(setting_homepage_text,"../php/container.php?status=SetAsHomePage","",0,20,180);
	Menu4_2=new Array(setting_favorite_text,"../php/container.php?status=AddToFavorites","",0);
	Menu4_3=new Array(setting_remember_text,"../php/container.php?status=show_remember","",0);

Menu5=new Array(about_main_text,"","",4);
	Menu5_1=new Array(about_about_text,"../php/container.php?status=about","",0,20,140);
	Menu5_2=new Array(about_disclaim_text,"../php/container.php?status=disclaimer","",0,20,140);
	Menu5_3=new Array(about_amount_text,"../php/container.php?status=showamount","",0,20,140);
	Menu5_4=new Array(about_partners_text,"../php/container.php?status=partners","",0,20,140);