/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='#cccc99';			// Background color when mouse is not over
	var LowSubBgColor='#cccc99';			// Background color when mouse is not over on subs
	var HighBgColor='#666600';			// Background color when mouse is over
	var HighSubBgColor='#666600';			// Background color when mouse is over on subs
	var FontLowColor='#666600';			// Font color when mouse is not over
	var FontSubLowColor='#666600';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// 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='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' or 'bottom'
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=240;				// 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=0;			// First level items layout horizontal 1 or 0
	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='mainFrame';			// Frame where first level appears
	var SecLineFrame='_self';			// Frame where sub levels appear
	var DocTargetFrame='_self';			// Frame where target documents appear
	var TargetLoc='';				// DIV id for relative positioning (refer to config.htm for info)
	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

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.sfapostolandrei.com/html/main.htm","",0,20,150);

Menu2=new Array("Noutăți","http://www.sfapostolandrei.com/html/noutati.htm","",0);

Menu3=new Array("Evenimente Parohie","http://www.sfapostolandrei.com/html/ev_parohie.htm","",0,20,180);

Menu4=new Array("Parohia","","",6);
	Menu4_1=new Array("Preotul","http://www.sfapostolandrei.com/html/preotul.htm","",0,20,180);
	Menu4_2=new Array("Consiliul Parohial","http://www.sfapostolandrei.com/html/consiliul_parohial.htm","",0);
	Menu4_3=new Array("Comitetul Doamnelor","http://www.sfapostolandrei.com/html/comitetul_doamnelor.htm","",0);
	Menu4_4=new Array("Istoricul Bisericii","http://www.sfapostolandrei.com/html/istoric_biserica.htm","",0);
	Menu4_5=new Array("Istoricul Parohiei","http://www.sfapostolandrei.com/html/istoric_parohie.htm","",0);
	Menu4_6=new Array("Album","http://www.sfapostolandrei.com/html/album.htm","",0);

Menu5=new Array("Buletin","","",4);
	Menu5_1=new Array("Programul Liturgic","http://www.sfapostolandrei.com/html/progr_liturgic.htm","",0,20,180);
	Menu5_2=new Array("Pastorala","http://www.sfapostolandrei.com/html/pastorala.htm","",0);
	Menu5_3=new Array("Pagini Utile - România","http://www.sfapostolandrei.com/html/alte_biserici_rom.htm","",0,20,180);
	Menu5_4=new Array("Pagini Utile - SUA și Canada","http://www.sfapostolandrei.com/html/alte_biserici_amer.htm","",0,20,180);

Menu6=new Array("Servicii","","",4);
	Menu6_1=new Array("Servicii private","http://www.sfapostolandrei.com/html/tarife.htm","",0,20,180);
	Menu6_2=new Array("Carte Bisericească","http://www.sfapostolandrei.com/html/carte.htm","",0);
	Menu6_3=new Array("Obiecte de cult","http://www.sfapostolandrei.com/html/obiecte_cult.htm","",0);
	Menu6_4=new Array("Muzică Bisericească","http://www.sfapostolandrei.com/html/muzica.htm","",0);

Menu7=new Array("Radio","http://www.sfapostolandrei.com/html/radio-new.htm","",0);

Menu8=new Array("Contacte","http://www.sfapostolandrei.com/html/contacte.htm","",0);

Menu9=new Array("Donații","http://www.sfapostolandrei.com/html/donatii.htm","",0);
