/***********************************************************************************
*	(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=11;			// 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='#6666FF';			// Background color when mouse is over
	var HighSubBgColor='#6666FF';			// Background color when mouse is over on subs
	var FontLowColor='#330099';			// Font color when mouse is not over
	var FontSubLowColor='#330099';			// Font color subs when mouse is not over
	var FontHighColor='#FF9900';			// Font color when mouse is over
	var FontSubHighColor='#FF9900';			// Font color subs when mouse is over
	var BorderColor='#330099';			// Border color
	var BorderSubColor='#330099';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana"	// Font family menu items
	var FontSize=10;				// 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='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='static';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=252;				// Menu offset x coordinate
	var StartLeft=17;				// 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=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=['tri.gif',5,10,'tridown.gif',10,5,'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.sabrinajacobs.de/index.html","",0,20,50);

Menu2=new Array("Thatīs me","http://www.sabrinajacobs.de/me.html","",0,20,100);

Menu3=new Array("My Family","#","",3,20,100);
	Menu3_1=new Array("Parents","#","",2,20,100);	
		Menu3_1_1=new Array("My Dad","http://www.sabrinajacobs.de/dad.html","",0,20,100);
		Menu3_1_2=new Array("My Mom","http://www.sabrinajacobs.de/mom.html","",0,20,100);
	Menu3_2=new Array("Siblings","#","",3,20,100);
		Menu3_2_1=new Array("Timi","http://www.sabrinajacobs.de/timi.html","",0,20,100);
		Menu3_2_2=new Array("Jessy","http://www.sabrinajacobs.de/jessy.html","",0,20,100);
		Menu3_2_3=new Array("Jenny","http://www.sabrinajacobs.de/jenny.html","",0,20,100);
	Menu3_3=new Array("Animals","#","",3,20,100);
		Menu3_3_1=new Array("Cat","http://www.sabrinajacobs.de/cat.html","",0,20,100);
		Menu3_3_2=new Array("Dogs","http://www.sabrinajacobs.de/dog.html","",0,20,100);
		Menu3_3_3=new Array("Horses","http://www.sabrinajacobs.de/horses.html","",0,20,100);
		
Menu4=new Array("Friends around the world","#","",3,20,200);
	Menu4_1=new Array("France","#","",1,20,100);
	    Menu4_1_1=new Array("Elisa","http://www.sabrinajacobs.de/elisa.html","",0,20,100);
	Menu4_2=new Array("Germany","#","",2,20,100);
	    Menu4_2_1=new Array("Jasmin","http://www.sabrinajacobs.de/jasmin.html","",0,20,100);
		Menu4_2_2=new Array("Joana","http://www.sabrinajacobs.de/joana.html","",0,20,100);
	Menu4_3=new Array("USA","#","",4,20,100);
	    Menu4_3_1=new Array("Caitlin","http://www.sabrinajacobs.de/caitlin.html","",0,20,100);
		Menu4_3_2=new Array("Danielle","http://www.sabrinajacobs.de/danielle.html","",0,20,100);
		Menu4_3_3=new Array("Kate","http://www.sabrinajacobs.de/kate.html","",0,20,100);
		Menu4_3_4=new Array("Kimberly","http://www.sabrinajacobs.de/kimberly.html","",0,20,100);
		
Menu5=new Array("Exchanges","#","",3,20,100);
	Menu5_1=new Array("France 2006","#","",5,20,150);
	    Menu5_1_1=new Array("Hostfamily","http://www.sabrinajacobs.de/hostfamilyF.html","",0,20,100);
		Menu5_1_2=new Array("School","http://www.sabrinajacobs.de/schoolF.html","",0,20,100);
		Menu5_1_3=new Array("Diary","http://www.sabrinajacobs.de/exchangeF.html","",0,20,100);
		Menu5_1_4=new Array("Experiences","http://www.sabrinajacobs.de/experiF.html","",0,20,100);
		Menu5_1_5=new Array("Pictures","#","",3,20,100);
		     Menu5_1_5_1=new Array("In the French Alps","http://www.sabrinajacobs.de/experiF.html#PhotoAlbum","",0,20,150);
			 Menu5_1_5_2=new Array("At the Beach","http://www.sabrinajacobs.de/Beach/index.htm","",0,20,150);
			 Menu5_1_5_3=new Array("In Sormiou","http://www.sabrinajacobs.de/Sormiou/index.htm","",0,20,150);
	Menu5_2=new Array("USA Summer 2007","#","",6,20,150);
	    Menu5_2_1=new Array("Lawton, OK","http://www.sabrinajacobs.de/lawtonUSA07.html","",0,20,100);
	    Menu5_2_2=new Array("Hostfamily","http://www.sabrinajacobs.de/hostfamilyUSA07.html","",0,20,100);
		Menu5_2_3=new Array("School","http://www.sabrinajacobs.de/schoolUSA07.html","",0,20,100);
		Menu5_2_4=new Array("Diary","http://www.sabrinajacobs.de/exchangeUSA07.html","",0,20,100);
		Menu5_2_5=new Array("Experiences","http://www.sabrinajacobs.de/experiUSA07.html","",0,20,100);
		Menu5_2_6=new Array("Pictures","#","",5,20,100);
		     Menu5_2_6_1=new Array("1. Album","http://www.sabrinajacobs.de/1. Album/index.htm","",0,20,75);
			 Menu5_2_6_2=new Array("2. Album","http://www.sabrinajacobs.de/2. Album/index.htm","",0,20,75);
			 Menu5_2_6_3=new Array("3. Album","http://www.sabrinajacobs.de/3. Album/index.htm","",0,20,75);
			 Menu5_2_6_4=new Array("4. Album","http://www.sabrinajacobs.de/4. Album/index.htm","",0,20,75);
			 Menu5_2_6_5=new Array("5. Album","http://www.sabrinajacobs.de/5. Album/index.htm","",0,20,75);
	Menu5_3=new Array("USA 2009/2010","http://www.sabrinajacobs.de/exchangeUSA0910.html","",1,20,150);
	     Menu5_3_1=new Array("USA","http://www.sabrinajacobs.de/USA09.html","",0,20,100);
	
Menu6=new Array("My Chat","#","",2,20,75);	
        Menu6_1=new Array("Register for the chat","http://www.sabrinajacobs.de/chat/profile.php?register=true","",0,20,155);
		Menu6_2=new Array("Go to my chat","http://www.sabrinajacobs.de/chat/flashchat.php","",0,20,155);
	
Menu7=new Array("My Blog","http://www.sabrinajacobs.de/blog","",0,20,75);

Menu8=new Array("MySpace","http://www.myspace.com/sabsi0892","",0,20,75);

Menu9=new Array("Facebook","http://www.new.facebook.com/profile.php?id=1155206669","",0,20,75);
	
Menu10=new Array("Links","http://www.sabrinajacobs.de/Links","",0,20,50);

Menu11=new Array("Contact","#","",4,20,75);
	Menu11_1=new Array("Mail","mailto:Sabrina.Jacobs@t-online.de","",0,20,150);
	Menu11_2=new Array("Messenger","http://www.sabrinajacobs.de/messenger.html","",0,20,150);
	Menu11_3=new Array("Guestbook","http://www.1a-webtools.de/cgi-bin/Gaestebuchservice/firebook.cgi?account=18425","",0,20,150);  
	Menu11_4=new Array("Graphic Guestbook","http://www.grafikgaestebuch.de/ggbook.php?userid=79525","",0,20,150);
	
		
