﻿/***********************************************************************************
*	(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=9;			// 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='navy';			// Background color when mouse is over
	var HighSubBgColor='navy';			// Background color when mouse is over on subs
	var FontLowColor='navy';			// Font color when mouse is not over
	var FontSubLowColor='navy';			// 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='silver';			// Border color
	var BorderSubColor='silver';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,technical"	// Font family menu items
	var FontSize=8;				// 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=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=280;				// Menu offset x coordinate
	var StartLeft=-6;				// 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=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","../harrison/home.html","",0,40,75);

		Menu2=new Array("Groups","../kelly/immigrationgroups.html","",10,40,75);
	Menu2_1=new Array("Pilgrims","../kelly/pilgrims.html","",4,20,180);	
		Menu2_1_1=new Array("Reasons for Leaving England","../kelly/pilgrims2.html","",0,20,225);
		Menu2_1_2=new Array("Religious Freedom","../kelly/pilgrims3.html","",0);
		Menu2_1_3=new Array("Indentured Servants","../kelly/pilgrims4.html","",0);
        Menu2_1_4=new Array("Pilgrim Settlements","../kelly/pilgrims5.html","",0);
                
    Menu2_2=new Array("Puritans","../kelly/puritans.html","",3);
		Menu2_2_1=new Array("Who were the Purtians?","../kelly/puritans2.html","",0,20,200);
		Menu2_2_2=new Array("Reasons for Leaving England","../kelly/puritans3.html","",0);
		Menu2_2_3=new Array("Life in the Puritan Colony","../kelly/puritans4.html","",0);
	Menu2_3=new Array("Quakers","../kate/quakers.html","",2);
		Menu2_3_1=new Array("Quaker Beliefs","../kate/quakers3.html","",0,20,200);
		Menu2_3_2=new Array("Early Settlements","../kate/quakers2.html","",0);
	Menu2_4=new Array("Scottish","../harrison/scottish.html","",2);
		Menu2_4_1=new Array("Early Immigrants","../harrison/scottish2.html","",0,20,200);
		Menu2_4_2=new Array("Traits of Scottish Immigrants","../harrison/scottish3.html","",0);
	Menu2_5=new Array("Irish","../john/irish.html","",3);
		Menu2_5_1=new Array("Irish Immigration 1700s to early 1800s","../john/irish2.html","",0,20,250);
		Menu2_5_2=new Array("Irish Immigration 1800s to 1900s","../john/irish3.html","",0);
		Menu2_5_3=new Array("The Emerald Isle Immigration Center","../john/irish4.html","",0);
	Menu2_6=new Array("Germans","../john/germans.html","",3);
		Menu2_6_1=new Array("1700s to mid 1800s","../john/germans2.html","",0,20,300);
		Menu2_6_2=new Array("Places Where German Immigrants Settled","../john/germans3.html","",0);
		Menu2_6_3=new Array("German Immigrants During World War I and II","../john/germans4.html","",0);
	Menu2_7=new Array("Italians","../harrison/italians.html","",2);
		Menu2_7_1=new Array("Early Italian Immigration","../harrison/italians2.html","",0,20,200);
		Menu2_7_2=new Array("Italian Culture","../harrison/italians3.html","",0);
	Menu2_8=new Array("Chinese","../harrison/chinese.html","",2);
		Menu2_8_1=new Array("California Gold Rush","../harrison/chinese2.html","",0,20,200);
		Menu2_8_2=new Array("Chinese Exclusion Act","../harrison/chinese3.html","",0);
	Menu2_9=new Array("Cubans","../john/cubans.html","",4);
		Menu2_9_1=new Array("Immigration 1960-1980","../john/cubans2.html","",0,20,250);	
		Menu2_9_2=new Array("Operation Pedro Pan","../john/cubans3.html","",0,20,250);
		Menu2_9_3=new Array("Problems Cubans Face When Immigrating","../john/cubans4.html","",0);
		Menu2_9_4=new Array("Cubans in America Today","../john/cubans5.html","",0);
	Menu2_10=new Array("Hispanic","../harrison/currenthispanic.html","",2);
		Menu2_10_1=new Array("Home Countries of Immigrants","../harrison/currenthispanic2.html","",0,20,200);	
		Menu2_10_2=new Array("Impact of Immigration on the U.S.","../harrison/currenthispanic3.html","",0);
						
		Menu3=new Array("Processing Centers","../kate/processingcenterintro.html","",2,40,75);
	Menu3_1=new Array("Ellis Island","../harrison/ellisisland.html","",2,20,200);	
		Menu3_1_1=new Array("Early History of Ellis Island","../harrison/ellisisland2.html","",0,20,200);
		Menu3_1_2=new Array("Recent History of Ellis Island","../harrison/ellisisland3.html","",0,20,200);
  	Menu3_2=new Array("Angel Island","../kate/anglelisland.html","",2,20,200);
		Menu3_2_1=new Array("History of Angel Island","../kate/angelisland2.html","",0,20,200);
		Menu3_2_2=new Array("The Changing Angel Island","../kate/angelisland3.html","",0,20,250);
		
		
		Menu4=new Array("Citizenship Process","../daniel/citizenshipprocess.html","",2,40,75);
			Menu4_1=new Array("Permanent Residency","../john/permanentresidency.html","",0,20,200);
			Menu4_2=new Array("Green Cards and Visas","../daniel/visaandgreencard.html","",0);
	
		Menu5=new Array("Illegal Immigration","../kate/illegalimmigration.html","",2,40,85);
	Menu5_1=new Array("Laws Regarding Illegal Immigration","../kate/illegalimmigration.html","",3,20,250);	
		Menu5_1_1=new Array("Immigration Laws 1917 through 1965","../kate/illegalimmigration2.html","",0,20,250);
		Menu5_1_2=new Array("Immigration Laws 1986 through 1990","../kate/illegalimmigration3.html","",0);
		Menu5_1_3=new Array("Immigration Laws 1996 through 2000","../kate/illegalimmigration4.html","",0);
	Menu5_2=new Array("Prevention of Illegal Immigration","../john/immigrationprevention.html","",4);
		Menu5_2_1=new Array("Border Patrol Overview","../john/immigrationprevention2.html","",0,20,300);
		Menu5_2_2=new Array("Securing Borders with Canada and Mexico","../john/immigrationprevention3.html","",0);
		Menu5_2_3=new Array("United States Coast Gaurd Overview","../john/immigrationprevention4.html","",0);
		Menu5_2_4=new Array("Coast Gaurd's Role - 1960s","../john/immigrationprevention5.html","",0);
		
		Menu6=new Array("Economic Impact","../kelly/economicimpact.html","",7,40,75);
	Menu6_1=new Array("Pros and Cons of Immigration Labor","../kelly/economicimpact5.html","",0,20,250);
	Menu6_2=new Array("US Economic Dependency on Immigrants","../kelly/economicimpact2.html","",0,20,320);	
	Menu6_3=new Array("Economy and Immigration Cycle","../kelly/economicimpact3.html","",0);
	Menu6_4=new Array("Immigrants' Jobs: Ease and Difficulty","../kate/immigrationsupport3.html","",0);
	Menu6_5=new Array("Immigrants Effect on Wages and Jobs","../kelly/economicimpact4.html","",0);	
	Menu6_6=new Array("Home Country Support","../kate/immigrationsupport.html","",0,20,85);
	Menu6_7=new Array("Mexico's Dependence on US Money","../kate/immigrationsupport2.html","",0,20,320);	
	
	
		Menu7=new Array("Opposition and Support","../kate/oppositionsupportintro.html","",6,40,75);
	Menu7_1=new Array("Opposition Introduction","../kate/opposingimmigration.html","",0,20,250);
	Menu7_2=new Array("Opposition - 1700s and 1800s","../kate/opposingimmigration2.html","",0,20,250);	
	Menu7_3=new Array("Opposition - 1800s to Present","../kate/opposingimmigration3.html","",0);
	Menu7_4=new Array("Rallies and Promotion","../daniel/ralliesandpromotion.html","",0,20,275);
	Menu7_5=new Array("Chicago and New York","../daniel/ralliesandpromotion2.html","",0,20,275);	
	Menu7_6=new Array("Washington D.C. and California","../daniel/ralliesandpromotion3.html","",0);

		Menu8=new Array("Famous Immigrants","../daniel/introfamousimmigrants.html","",2,40,85);
	Menu8_1=new Array("Men","../daniel/einstein.html","",13,20,250);	
		Menu8_1_1=new Array("Albert Einstein","../daniel/einstein.html","",0,20,250);
		Menu8_1_2=new Array("Alex Trebek","../daniel/otherfamousimmigrants3.html","",0,20,250);	
		Menu8_1_3=new Array("Carlos Santana","../daniel/carlossantana.html","",0);	
		Menu8_1_4=new Array("Dr. David Ho","../daniel/davidho.html","",0);
		Menu8_1_5=new Array("Eddie Van Halen","../daniel/eddievanhalen.html","",0);	
		Menu8_1_6=new Array("Governer Schwarzenegger","../daniel/schwarzenegger.html","",0);	
		Menu8_1_7=new Array("James Pulitzer","../daniel/pultizer.html","",0);
		Menu8_1_8=new Array("John Audubon","../daniel/famousimmigrants5.html","",0);	
		Menu8_1_9=new Array("Levi Strauss","../daniel/famousimmigrants.html","",0);	
		Menu8_1_10=new Array("Mario Andretti","../daniel/andrettiintro.html","",0);
		Menu8_1_11=new Array("Micheal J. Fox and Gene Simmons ","../daniel/otherfamousimmigrants4.html","",0);	
		Menu8_1_12=new Array("Patrick Ewing","../daniel/patrickewing.html","",0);	
		Menu8_1_13=new Array("Sammy Sosa","../daniel/otherfamousimmigrants2.html","",0);	
		
	Menu8_2=new Array("Women","../daniel/angelalansbury.html","",7,20,250);
		Menu8_2_1=new Array("Angela Lansbury","../daniel/angelalansbury.html","",0,20,250);
		Menu8_2_2=new Array("Elizabeth Kubler-Ross and Madeline Albright","../daniel/otherfamousimmigrants1.html","",0);	
		Menu8_2_3=new Array("Gloria Estafan","../daniel/gloriaestafan.html","",0);
		Menu8_2_4=new Array("Liz Claiborne","../daniel/lizclaiborne.html","",0);	
		Menu8_2_5=new Array("Martina Navratilova","../daniel/martinanavratilova.html","",0);
		Menu8_2_6=new Array("Mary Harris","../daniel/famousimmigrants2.html","",0);	
		Menu8_2_7=new Array("St. Francis Cabrini","../daniel/famousimmigrants4.html","",0);
		
		
		

		Menu9=new Array("Interviews","../harrison/interviewintro.html","",3,40,75);
	Menu9_1=new Array("Mrs.Smith","../harrison/interviewsmith.html","",0,20,250);	
	Menu9_2=new Array("Pedro and Jorge","../harrison/interviewpedro.html","",0);
	Menu9_3=new Array("Veronica","../harrison/interviewveronica.html","",0);
	
		