var NoOffFirstLineMenus=8;				// Number of first level items
	var LowBgColor='#dddd00';			// Background color when mouse is not over
	var LowSubBgColor='#dddd01';			// Background color when mouse is not over on subs
	var HighBgColor='#ffFF00';			// Background color when mouse is over
	var HighSubBgColor='#ffFF00';			// Background color when mouse is over on subs
	var FontLowColor='blue';			// Font color when mouse is not over
	var FontSubLowColor='blue';			// Font color subs when mouse is not over

	var FontHighColor='Green';			// Font color when mouse is over
	var FontSubHighColor='Red';			// Font color subs when mouse is over
	var BorderColor='#387272';			// Border color  #387272
	var BorderSubColor='#dddd01';			// Border color for subs
	var BorderWidth=3;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="arial,verdana,times"		// 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=62;				// 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=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=750;				// 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 highlighted
	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("About Shahriar","../shahriar/index.htm","",8,20,100);
	Menu1_1=new Array("Background","../shahriar/background.htm","",0,20,150);
	Menu1_2=new Array("Professional","../shahriar/professional.htm","",0);
	Menu1_3=new Array("Personal","../shahriar/personal.htm","",0);
	Menu1_4=new Array("Spiritual","../shahriar/spiritual.htm","",0);
	Menu1_5=new Array("Mission Statement","../shahriar/mission.htm","",0);
	Menu1_6=new Array("Praise","../shahriar/praise.htm","",0);
	Menu1_7=new Array("Shahriar's Favorites","../shahriar/favorites.htm","",0);
	Menu1_8=new Array("Favorit Quotations","../shahriar/quotes.htm","",0);


Menu2=new Array("Articles & Books","../articles/index.htm","",5,20,120);
	Menu2_1=new Array("Message of the Month","","",2,20,150);
		Menu2_1_1=new Array("This Month","../articles/mom/mom.htm","",0,20,100);
		Menu2_1_2=new Array("Archives","../articles/mom/index.htm","",0);
	Menu2_2=new Array("Spirit Speaks","../articles/spirit/index.htm","",0);
	Menu2_3=new Array("Published Articles","../articles/pub/index.htm","",0);
	Menu2_4=new Array("Unpublished Articles","../articles/unpub/index.htm","",0);
	Menu2_5=new Array("Books & Tapes","../articles/book/index.htm","",6);
		Menu2_5_1=new Array("Thus Spake the Real Zarathushtra","http://www.Zarathushtra.com/z/thus","",0,20,250);
		Menu2_5_2=new Array("1 + 1 = 3  ... A Handbook on Creativity","../store/index.htm#1+1","",0);
		Menu2_5_3=new Array("The Z Factor - Life's Driving Lessons","../store/index.htm#ZFactor","",0);
		Menu2_5_4=new Array("PARADISE Video - With Shervin Shahriari","../store/index.htm#Paradise","",0);
		Menu2_5_5=new Array("SOUL Video - With Meher D. Amalsad","../store/index.htm#Soul","",0);
		Menu2_5_6=new Array("Domains of Belief - DVD","../store/index.htm#Domains","",0);



Menu3=new Array("Poetry","../poems/index.htm","",2,20,80);
	Menu3_1=new Array("Original Poetry","","",9,20,150);
		Menu3_1_1=new Array("Some Short Poems","../poems/1short/index.htm","",0,20,200);
		Menu3_1_2=new Array("Humorous","../poems/2hum/index.htm","",0);
		Menu3_1_3=new Array("On God & Religion","../poems/3gr/index.htm","",0);
		Menu3_1_4=new Array("Critique of Society","../poems/4soc/index.htm","",0);
		Menu3_1_5=new Array("On Freedom","../poems/5free/index.htm","",0);
		Menu3_1_6=new Array("Inspirational","../poems/6insp/index.htm","",0);
		Menu3_1_7=new Array("Visions, Dreams, Meditations","../poems/7vision/index.htm","",0);
		Menu3_1_8=new Array("Soul Journey","../poems/8solj/index.htm","",0);
		Menu3_1_9=new Array("Consciousness","../poems/9con/index.htm","",0);
	Menu3_2=new Array("Series & Translations","","",4);
		Menu3_2_1=new Array("From Wheat to Bread","http://www.RumiOnFire.com/wheat","",0,20,200);
		Menu3_2_2=new Array("Hafiz - Life &amp; Poetry","http://www.HafizOnLove.com","",0);
		Menu3_2_3=new Array("A Tribute to Rumi","http://www.RumiOnFire.com","",0);
		Menu3_2_4=new Array("Rubaiyat of Omar Khayyam","http://www.OKonLife.com","",0);



Menu4=new Array("Web Sites","../shahriar/indexweb.htm","",0,20,80);



Menu5=new Array("Other","../other/index.htm","",2,20,50);
	Menu5_1=new Array("Interesting","","",4,20,120);
		Menu5_1_1=new Array("The Logo","../other/logo.htm","",0,20,100);
		Menu5_1_2=new Array("Fal-e Hafiz","../other/falhafiz.htm","",0);
		Menu5_1_3=new Array("E-mail List","../other/emailist.htm","",0);
		Menu5_1_4=new Array("Support This Site","../other/support.htm","",0);
Menu5_2=new Array("Boring","","",4);
		Menu5_2_1=new Array("Disclaimer","../other/disclaimer.htm","",0,20,100);
		Menu5_2_2=new Array("What's New","../other/whatsnew.htm","",0);
		Menu5_2_3=new Array("Site Map","../other/toc.htm","",0);
		Menu5_2_4=new Array("Search","../other/search.htm","",0);



Menu6=new Array("Store","../store/index.htm","",0,20,50);



Menu7=new Array("Home","../index.htm","",0,20,50);



Menu8=new Array("Join e-mail List","../other/emailist.htm","",0,20,120);
	