/***********************************************************************************
*	(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=10;			// 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= 'black';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='aqua';			// Font color when mouse is not over
	var FontSubLowColor='aqua';			// Font color subs when mouse is not over
	var FontHighColor='orange';			// Font color when mouse is over
	var FontSubHighColor='orange';			// Font color subs when mouse is over
	var BorderColor='aqua';			// Border color
	var BorderSubColor='aqua';			// 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=9;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// 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=0.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0.2;			// vertical overlap child/ parent
	var StartTop=10;				// 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=500;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='contents';			// Frame where first level appears
	var SecLineFrame='main';			// Frame where sub levels appear
	var DocTargetFrame='main';			// 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.stuif.com/tri.gif',5,10,'http://www.stuif.com/tridown.gif',10,5,'http://www.stuif.com/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("Home","http://www.stuif.com/index.html","",0,20,60);

Menu2=new Array("Holland","","",12,20,80);
	Menu2_1=new Array("Amsterdam","","",4,20,100);
		Menu2_1_1=new Array("Street Art","http://www.stuif.com/cgi-bin/gallery.cgi?folder=streetart","",0,20,120);
		Menu2_1_2=new Array("Vondelpark","http://www.stuif.com/cgi-bin/gallery.cgi?folder=vondelpark","",0,20,120);
		Menu2_1_3=new Array("Koninginnedag","http://www.stuif.com/cgi-bin/gallery.cgi?folder=kdag","",0,20,120);
		Menu2_1_4=new Array("Snow <font color=red>NEW</font>","http://www.stuif.com/cgi-bin/gallery.cgi?folder=snow","",0,20,120);
	Menu2_2=new Array("Winter","http://www.stuif.com/cgi-bin/gallery.cgi?folder=winter","",0,20,120);
	Menu2_3=new Array("Wadden","http://www.stuif.com/cgi-bin/gallery.cgi?folder=wadden","",0,20,120);
	Menu2_4=new Array("Schier","http://www.stuif.com/cgi-bin/gallery.cgi?folder=schier","",0,20,120);
	Menu2_5=new Array("Waterland ","http://www.stuif.com/cgi-bin/gallery.cgi?folder=waterland","",0,20,120);
	Menu2_6=new Array("West Friesland ","http://www.stuif.com/cgi-bin/gallery.cgi?folder=westfriesland","",0,20,120);
	Menu2_7=new Array("Rijn & Vecht ","http://www.stuif.com/cgi-bin/gallery.cgi?folder=culemborg","",0,20,120);
	Menu2_8=new Array("Winter Forest ","http://www.stuif.com/cgi-bin/gallery.cgi?folder=winterbos","",0,20,120);
	Menu2_9=new Array("Contrasts ","http://www.stuif.com/cgi-bin/gallery.cgi?folder=contrasts","",0,20,120);
	Menu2_10=new Array("Valkkoog <font color=red>NEW</font>","http://www.stuif.com/cgi-bin/gallery.cgi?folder=market","",0,20,120);
	Menu2_11=new Array("Autumn <font color=red>NEW</font>","http://www.stuif.com/cgi-bin/gallery.cgi?folder=autumn","",0,20,120);
	Menu2_12=new Array("Bergen <font color=red>NEW</font>","http://www.stuif.com/cgi-bin/gallery.cgi?folder=bergen","",0,20,120);


Menu3=new Array("England","","",2,20,80);
	Menu3_1=new Array("London","http://www.stuif.com/cgi-bin/gallery.cgi?folder=london","",0,20,80);
	Menu3_2=new Array("Essex <font color=red><b>NEW</b></font>","http://www.stuif.com/cgi-bin/gallery.cgi?folder=essex/selection","",0,20,80);
Menu4=new Array("Malaysia","","",23,20,80);
	Menu4_1=new Array("Weddings","","",3,20,150);
		Menu4_1_1=new Array("Malay Style","http://www.stuif.com/cgi-bin/gallery.cgi?folder=wedding","",0,20,120);
		Menu4_1_2=new Array("Chinese Style","http://www.stuif.com/cgi-bin/gallery.cgi?folder=wedding2","",0,20,120);
		Menu4_1_3=new Array("Kim Boon","http://www.stuif.com/cgi-bin/gallery.cgi?folder=kimboon","",0,20,120);
	Menu4_2=new Array("Parade","http://www.stuif.com/cgi-bin/gallery.cgi?folder=parade","",0,20,150);
	Menu4_3=new Array("Waterfalls","","",8,20,150);
		Menu4_3_1=new Array("Chiling","http://www.stuif.com/cgi-bin/gallery.cgi?folder=chiling","",0,20,120);
		Menu4_3_2=new Array("Kanching Falls","http://www.stuif.com/cgi-bin/gallery.cgi?folder=kanching","",0,20,120);
		Menu4_3_3=new Array("Pisang Fall","http://www.stuif.com/cgi-bin/gallery.cgi?folder=pisang","",0,20,120);
		Menu4_3_4=new Array("Seminyang","http://www.stuif.com/cgi-bin/gallery.cgi?folder=seminyang","",0,20,120);
		Menu4_3_5=new Array("Kijang","http://www.stuif.com/cgi-bin/gallery.cgi?folder=kijang1","",0,20,120);
		Menu4_3_6=new Array("Berkelah","http://www.stuif.com/cgi-bin/gallery.cgi?folder=berkelah","",0,20,120);
		Menu4_3_7=new Array("Jerangkang","http://www.stuif.com/cgi-bin/gallery.cgi?folder=jerangkang","",0,20,120);
		Menu4_3_8=new Array("Siong <font color=red>NEW</font>","http://www.stuif.com/cgi-bin/gallery.cgi?folder=siong","",0,20,120);
	Menu4_4=new Array("Mountains ","","",2,20,150);
		Menu4_4_1=new Array("Melawati","http://www.stuif.com/cgi-bin/gallery.cgi?folder=melawati","",0,20,120);
		Menu4_4_2=new Array("Gng Bunga Buah","http://www.stuif.com/cgi-bin/gallery.cgi?folder=bungabuah","",0,20,120);
	Menu4_5=new Array("Cameron","","",3,20,150);
		Menu4_5_1=new Array("Tea","http://www.stuif.com/cgi-bin/gallery.cgi?folder=cameron/tea","",0,20,120);
		Menu4_5_2=new Array("Nature","http://www.stuif.com/cgi-bin/gallery.cgi?folder=cameron/nature","",0,20,120);
		Menu4_5_3=new Array("Orang Asli","http://www.stuif.com/cgi-bin/gallery.cgi?folder=cameron/asli","",0,20,120);
	Menu4_6=new Array("Islands","","",3,20,150);
		Menu4_6_1=new Array("Langkawi","http://www.stuif.com/cgi-bin/gallery.cgi?folder=langkawi","",0,20,120);
		Menu4_6_2=new Array("Pangkor","http://www.stuif.com/cgi-bin/gallery.cgi?folder=pangkor","",0,20,120);
		Menu4_6_3=new Array("Pulau Ketam","http://www.stuif.com/cgi-bin/gallery.cgi?folder=ketam","",0,20,120);
	Menu4_7=new Array("Taiping","","",2,20,150);
		Menu4_7_1=new Array("Taiping","http://www.stuif.com/cgi-bin/gallery.cgi?folder=taiping","",0,20,120);
		Menu4_7_2=new Array("Maxwell Hill","http://www.stuif.com/cgi-bin/gallery.cgi?folder=maxwell","",0,20,120);
	Menu4_8=new Array("The RRI ","http://www.stuif.com/cgi-bin/gallery.cgi?folder=rri","",0,20,150);
	Menu4_9=new Array("The Dark Caves","http://www.stuif.com/cgi-bin/gallery.cgi?folder=darkcaves","",0,20,150);
	Menu4_10=new Array("Endau Rompin ","http://www.stuif.com/cgi-bin/gallery.cgi?folder=endaurompin","",0,20,150);
	Menu4_11=new Array("Sungai Jelai","http://www.stuif.com/cgi-bin/gallery.cgi?folder=semoi","",0,20,150);
	Menu4_12=new Array("Fraser's Hill","http://www.stuif.com/cgi-bin/gallery.cgi?folder=fraser","",0,20,150);
	Menu4_13=new Array("Melaka","","",5,20,150);
		Menu4_13_1=new Array("Melaka","http://www.stuif.com/cgi-bin/gallery.cgi?folder=melaka","",0,20,120);
		Menu4_13_2=new Array("Shoplots","http://www.stuif.com/cgi-bin/gallery.cgi?folder=melaka/shoplots","",0,20,120);
		Menu4_13_3=new Array("Hotel","http://www.stuif.com/cgi-bin/gallery.cgi?folder=melaka/hotel","",0,20,120);
		Menu4_13_4=new Array("Various","http://www.stuif.com/cgi-bin/gallery.cgi?folder=melaka/various","",0,20,120);
		Menu4_13_5=new Array("A'Famosa","http://www.stuif.com/cgi-bin/gallery.cgi?folder=melaka/afamosa","",0,20,120);
	Menu4_14=new Array("Election!","http://www.stuif.com/cgi-bin/gallery.cgi?folder=elections","",0,20,150);
	Menu4_15=new Array("Belum ","http://www.stuif.com/cgi-bin/gallery.cgi?folder=belum","",0,20,150);
	Menu4_16=new Array("Fish & Rice","http://www.stuif.com/cgi-bin/gallery.cgi?folder=sabakbernam","",0,20,150);
	Menu4_17=new Array("Hulu Langat>","http://www.stuif.com/cgi-bin/gallery.cgi?folder=ululangat","",0,20,150);
	Menu4_18=new Array("East Coast","http://www.stuif.com/cgi-bin/gallery.cgi?folder=cherating","",0,20,150);
	Menu4_19=new Array("Pahang Falls","http://www.stuif.com/cgi-bin/gallery.cgi?folder=pahang","",0,20,150);
	Menu4_20=new Array("Pulau Penang","","",8,20,150);
		Menu4_20_1=new Array("<font color=yellow size=3><b>Highlights","http://www.stuif.com/cgi-bin/gallery.cgi?folder=penang/highlights","",0,20,120);
		Menu4_20_2=new Array("Chinatown","http://www.stuif.com/cgi-bin/gallery.cgi?folder=penang/chinatown","",0,20,120);
		Menu4_20_3=new Array("Khoo Kongsi","http://www.stuif.com/cgi-bin/gallery.cgi?folder=penang/khoo","",0,20,120);
		Menu4_20_4=new Array("Kek Lok Si","http://www.stuif.com/cgi-bin/gallery.cgi?folder=penang/kekloksi","",0,20,120);
		Menu4_20_5=new Array("Island Trip","http://www.stuif.com/cgi-bin/gallery.cgi?folder=penang/waterfalls","",0,20,120);
		Menu4_20_6=new Array("Botanical Garden","http://www.stuif.com/cgi-bin/gallery.cgi?folder=penang/botanical","",0,20,120);
		Menu4_20_7=new Array("Penang Food","http://www.stuif.com/cgi-bin/gallery.cgi?folder=penang/food","",0,20,120);
		Menu4_20_8=new Array("Back Home","http://www.stuif.com/cgi-bin/gallery.cgi?folder=penang/back","",0,20,120);
	Menu4_21=new Array("Contrasts ","http://www.stuif.com/cgi-bin/gallery.cgi?folder=contrasts","",0,20,150);
	Menu4_22=new Array("Kwai Loh's ","http://www.stuif.com/cgi-bin/gallery.cgi?folder=jasper_roos","",0,20,150);
	Menu4_23=new Array("MNS weekend <font color=red>NEW</font>","http://www.stuif.com/cgi-bin/gallery.cgi?folder=frimweekend","",0,20,150);

Menu5=new Array("Bali","","",3,20,60);
	Menu5_1=new Array("Culture","http://www.stuif.com/cgi-bin/gallery.cgi?folder=bali/culture","",0,20,120);
	Menu5_2=new Array("Nature","http://www.stuif.com/cgi-bin/gallery.cgi?folder=bali/nature","",0,20,120);
	Menu5_3=new Array("Sawah","http://www.stuif.com/cgi-bin/gallery.cgi?folder=bali/sawa","",0,20,120);
Menu6=new Array("Sydney","","",18,20,70);
	Menu6_1=new Array("Opera House","http://www.stuif.com/cgi-bin/gallery.cgi?folder=sydney/opera","",0,20,120);
	Menu6_2=new Array("Bridge","http://www.stuif.com/cgi-bin/gallery.cgi?folder=sydney/bridge","",0,20,120);
	Menu6_3=new Array("Harbour","http://www.stuif.com/cgi-bin/gallery.cgi?folder=sydney/harbour","",0,20,120);
	Menu6_4=new Array("Darling","http://www.stuif.com/cgi-bin/gallery.cgi?folder=sydney/darlingharbour","",0,20,120);
	Menu6_5=new Array("Downtown","http://www.stuif.com/cgi-bin/gallery.cgi?folder=sydney/downtown","",0,20,120);
	Menu6_6=new Array("Tower","http://www.stuif.com/cgi-bin/gallery.cgi?folder=sydney/sydneytower","",0,20,120);
	Menu6_7=new Array("Chinatown","http://www.stuif.com/cgi-bin/gallery.cgi?folder=sydney/chinatown","",0,20,120);
	Menu6_8=new Array("Around Kings Cross","http://www.stuif.com/cgi-bin/gallery.cgi?folder=sydney/gardens","",0,20,120);
	Menu6_9=new Array("At Night","http://www.stuif.com/cgi-bin/gallery.cgi?folder=sydney/night","",0,20,120);
	Menu6_10=new Array("Fountains","http://www.stuif.com/cgi-bin/gallery.cgi?folder=sydney/fountains","",0,20,120);
	Menu6_11=new Array("Manly Walk","http://www.stuif.com/cgi-bin/gallery.cgi?folder=sydney/manly","",0,20,120);
	Menu6_12=new Array("Parramatta","http://www.stuif.com/cgi-bin/gallery.cgi?folder=sydney/parramatta","",0,20,120);
	Menu6_13=new Array("Watsons Bay","http://www.stuif.com/cgi-bin/gallery.cgi?folder=sydney/watsonsbay","",0,20,120);
	Menu6_14=new Array("Blue Mountains","http://www.stuif.com/cgi-bin/gallery.cgi?folder=sydney/bluemountains","",0,20,120);
	Menu6_15=new Array("Aquarium","http://www.stuif.com/cgi-bin/gallery.cgi?folder=sydney/aquarium","",0,20,120);
	Menu6_16=new Array("Fauna","http://www.stuif.com/cgi-bin/gallery.cgi?folder=sydney/fauna","",0,20,120);
	Menu6_17=new Array("Flowers","http://www.stuif.com/cgi-bin/gallery.cgi?folder=sydney/flowers","",0,20,120);
	Menu6_18=new Array("Structures","http://www.stuif.com/cgi-bin/gallery.cgi?folder=sydney/structures","",0,20,120);
Menu7=new Array("Barcelona","","",6,20,80);
	Menu7_1=new Array("Ramblas","http://www.stuif.com/cgi-bin/gallery.cgi?folder=barcelona/ramblas","",0,20,120);
	Menu7_2=new Array("Old Town","http://www.stuif.com/cgi-bin/gallery.cgi?folder=barcelona/oldtown","",0,20,120);
	Menu7_3=new Array("Cathedral","http://www.stuif.com/cgi-bin/gallery.cgi?folder=barcelona/cathedral","",0,20,120);
	Menu7_4=new Array("Gaudi","","",3,20,120);
		Menu7_4_1=new Array("Various","http://www.stuif.com/cgi-bin/gallery.cgi?folder=barcelona/gaudi","",0,20,120);
		Menu7_4_2=new Array("Casa Mila","http://www.stuif.com/cgi-bin/gallery.cgi?folder=barcelona/gaudi/casamila","",0,20,120);
		Menu7_4_3=new Array("Parc Guell","http://www.stuif.com/cgi-bin/gallery.cgi?folder=barcelona/gaudi/parcguell","",0,20,120);
	Menu7_5=new Array("Modernisma","http://www.stuif.com/cgi-bin/gallery.cgi?folder=barcelona/modernisma","",0,20,120);
	Menu7_6=new Array("Montserrat","http://www.stuif.com/cgi-bin/gallery.cgi?folder=barcelona/montserrat","",0,20,120);
Menu8=new Array("Malta","","",4,20,60);
	Menu8_1=new Array("Valletta","http://www.stuif.com/cgi-bin/gallery.cgi?folder=malta/valletta","",0,20,120);
	Menu8_2=new Array("Mdina","http://www.stuif.com/cgi-bin/gallery.cgi?folder=malta/mdina","",0,20,120);
	Menu8_3=new Array("St Pauls Bay","http://www.stuif.com/cgi-bin/gallery.cgi?folder=malta/stpaulsbay","",0,20,120);
	Menu8_4=new Array("Gozo","http://www.stuif.com/cgi-bin/gallery.cgi?folder=malta/gozo","",0,20,120);
Menu9=new Array("Beijing","","",14,20,70);
	Menu9_1=new Array("<font color=yellow size=3><b>Highlights","http://www.stuif.com/cgi-bin/gallery.cgi?folder=china/highlights","",0,20,120);
	Menu9_2=new Array("Beijing Old","http://www.stuif.com/cgi-bin/gallery.cgi?folder=china/beijingold","",0,20,120);
	Menu9_3=new Array("Beijing New","http://www.stuif.com/cgi-bin/gallery.cgi?folder=china/beijingnew","",0,20,120);
	Menu9_4=new Array("Forbidden City","http://www.stuif.com/cgi-bin/gallery.cgi?folder=china/forbiddencity","",0,20,120);
	Menu9_5=new Array("Temple of Heaven","http://www.stuif.com/cgi-bin/gallery.cgi?folder=china/templeofheaven","",0,20,120);
	Menu9_6=new Array("Lake District","http://www.stuif.com/cgi-bin/gallery.cgi?folder=china/parklake","",0,20,120);
	Menu9_7=new Array("Gong's Palace","http://www.stuif.com/cgi-bin/gallery.cgi?folder=china/gong","",0,20,120);
	Menu9_8=new Array("Summer Palace","http://www.stuif.com/cgi-bin/gallery.cgi?folder=china/summerpalace","",0,20,120);
	Menu9_9=new Array("Great Wall","http://www.stuif.com/cgi-bin/gallery.cgi?folder=china/greatwall","",0,20,120);
	Menu9_10=new Array("Tiananmen Square","http://www.stuif.com/cgi-bin/gallery.cgi?folder=china/tiananmen","",0,20,120);
	Menu9_11=new Array("Tour","http://www.stuif.com/cgi-bin/gallery.cgi?folder=china/grouptrip","",0,20,120);
	Menu9_12=new Array("Signs","http://www.stuif.com/cgi-bin/gallery.cgi?folder=china/signs","",0,20,120);
	Menu9_13=new Array("Food","http://www.stuif.com/cgi-bin/gallery.cgi?folder=china/food","",0,20,120);
	Menu9_14=new Array("We Were There","http://www.stuif.com/cgi-bin/gallery.cgi?folder=china/private","",0,20,120);
Menu10=new Array("Lisbon <font color=red><b>NEW</b></font>","","",6,20,90);
	Menu10_1=new Array("<font color=yellow size=3><b>Highlights","http://www.stuif.com/cgi-bin/gallery.cgi?folder=lissabon/highlights","",0,20,120);
	Menu10_2=new Array("General","http://www.stuif.com/cgi-bin/gallery.cgi?folder=lissabon/general","",0,20,120);
	Menu10_3=new Array("Modern","http://www.stuif.com/cgi-bin/gallery.cgi?folder=lissabon/modern","",0,20,120);
	Menu10_4=new Array("Castle","http://www.stuif.com/cgi-bin/gallery.cgi?folder=lissabon/castle","",0,20,120);
	Menu10_5=new Array("Churches","http://www.stuif.com/cgi-bin/gallery.cgi?folder=lissabon/churches","",0,20,120);
	Menu10_6=new Array("Belem","http://www.stuif.com/cgi-bin/gallery.cgi?folder=lissabon/belem","",0,20,120);


