	var NoOffFirstLineMenus=4;			// Number of first level items
	var LowBgColor='#3D3028';			// Background color when mouse is not over
	var LowSubBgColor='#354926';			// Background color when mouse is not over on subs
	var HighBgColor='#C1A875';			// Background color when mouse is over
	var HighSubBgColor='#AAAD75';			// Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';			// Font color when mouse is not over
	var FontSubLowColor='#FFFFFF';			// Font color subs when mouse is not over
	var FontHighColor='#3D3028';			// Font color when mouse is over
	var FontSubHighColor='#354926';			// Font color subs when mouse is over
	var BorderColor='#FFFFFF';			// Border color
	var BorderSubColor='#FFFFFF';			// Border color for subs
	var BorderWidth=3;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,arial"	// Font family menu items
	var FontSize=7;				// 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','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=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=0;				// Left padding
	var TopPaddng=0;				// Top padding
	var FirstLineHorizontal=0;			// 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 highlighted
	var Arrws=['images/tri.gif',5,10,'images/tridown.gif',10,5,'images/trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// first digit is number of submenu in class, 2nd is height, 3rd is width
// define height and width for the first instance in each class

Menu1=new Array("Letters","index.html","",12,20,100);
   Menu1_1=new Array("Adventure Begins","1.html","",0,20,150);	
   Menu1_2=new Array("A Birthday Party","2.html","",0,20,150);
   Menu1_3=new Array("Kites Over Kabul","3.html","",0,20,150);
   Menu1_4=new Array("Hard Choices in the Country","4.html","",0,30,150);
   Menu1_5=new Array("The How-Are-You Brigade","5.html","",0,30,150);
   Menu1_6=new Array("Ramazan","6.html","",0,20,150);
   Menu1_7=new Array("Playing the Field - - Buzkashi","7.html","",0,30,150);
   Menu1_8=new Array("Joining the Families -- A Wedding in Kabul","8.html","",0,30,150);
   Menu1_9=new Array("What Is Your Sweater Doing in Kabul","9.html","",0,30,150);
   Menu1_10=new Array("Home Schooling and Politics in Afghanistan","10.html","",0,30,150);
  Menu1_11=new Array("Flight to the Country","11.html","",0,20,150);
  Menu1_12=new Array("Last Greetings","12.html","",0,20,150);
Menu2=new Array("Maps","maps.html","",3,20,100);
   Menu2_1=new Array("Afghanistan - Physical","map1.html","",0,20,150);	
   Menu2_2=new Array("Afghanistan - Political","map2.html","",0);
   Menu2_3=new Array("Kabul","map3.html","",0);

Menu3=new Array("Photographs","gallery.html","",3,20,100);
   Menu3_1=new Array("Early Photos","gallery.html","",9,20,150);
   	Menu3_1_1=new Array("Housing in Bombed Buildings","photo1.html","",0,30,150);
  	Menu3_1_2=new Array("In Back of the Walls","photo2.html","",0,20,150);
   	Menu3_1_3=new Array("Middle Class Housing","photo3.html","",0,20,150);
   	Menu3_1_4=new Array("Shopping in the Streets","photo4.html","",0,20,150);
   	Menu3_1_5=new Array("Upper Class Housing","photo5.html","",0,20,150);
   	Menu3_1_6=new Array("Blue Burka","photo6.html","",0,20,150);
  	Menu3_1_7=new Array("Kite Flying from the Roof","photo7.html","",0,30,150);
  	Menu3_1_8=new Array("My Own Kite to Try!","photo8.html","",0,20,150);
   	Menu3_1_9=new Array("Note the use of Old CDs","photo9.html","",0,20,150);
  Menu3_2=new Array("Wedding Photos","gallery.html","",7,20,150);
   	Menu3_2_1=new Array("Couple in White","photo10.html","",0,20,150);
  	Menu3_2_2=new Array("Enjoying the Dancing","photo11.html","",0,20,150);
   	Menu3_2_3=new Array("Formal Photo 1","photo12.html","",0,20,150);
   	Menu3_2_4=new Array("Formal Photo 2","photo13.html","",0,20,150);
   	Menu3_2_5=new Array("Henna Helpers","photo14.html","",0,20,150);
   	Menu3_2_6=new Array("Kabul Actress","photo15.html","",0,20,150);
  	Menu3_2_7=new Array("Traditional Bride","photo16.html","",0,20,150);
  Menu3_3=new Array("Flight to the Country Photos","gallery.html","",2,30,150);
   	Menu3_3_1=new Array("After the Meeting","photo17.html","",0,30,150);
  	Menu3_3_2=new Array("Byline View","photo18.html","",0,20,150);

Menu4=new Array("Home","index.html","",0,20,100);
