

	var NoOffFirstLineMenus=5;			// 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='black';			// Background color when mouse is over

	var HighSubBgColor='black';			// Background color when mouse is over on subs

	var FontLowColor='black';			// Font color when mouse is not over

	var FontSubLowColor='black';			// 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=1;				// Border width

	var BorderBtwnElmnts=1;				// 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='center';			// 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=5;					// 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=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 (must match!), height, width);

//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"



Menu1=new Array("Research","research/","",8,20,138);

	Menu1_1=new Array("The Axisymmetric Abrupt Contraction-Expansion ","research/","",0,20,350);	

	Menu1_2=new Array("Radial Fingering Instabilities ","research/","",0,20,350);

	Menu1_3=new Array("Stretching and Breakup of Polymeric Liquids in a Microfilament Rheometer","research/","",0,40,350);

	Menu1_4=new Array("The Collapse of Highly Viscous Bubbles","research/","",0);

	Menu1_5=new Array("Purely Elastic Instability Between Two Rotating Coaxial Parallel Plates","research/","",0,40,350);

	Menu1_6=new Array("Purely Elastic Instability Between a Rotating Cone-and-Plate","research/","",0,20,350);

	Menu1_7=new Array("Flow Past a Cylinder","research/","",0,20,350);

	Menu1_8=new Array("Extensional Rheology Experiment (ERE)","research/","",0,20,350);



Menu2=new Array("People","people/students.html","",5,20,150);

	Menu2_1=new Array("Faculty","people/gareth","",1,20,150);

		Menu2_1_1=new Array("Gareth McKinley","people/gareth","",0,20,200);

	Menu2_2=new Array("Postdocs","people/postdocs.html","",4,20,150);

        Menu2_2_1=new Array("Johannes Soulages","http://web.mit.edu/soulages/www/","",0,20,150);
        
        Menu2_2_2=new Array("Vivek Sharma","http://web.mit.edu/viveks/www/","",0,20,150);
        
        Menu2_2_3=new Array("Arvind Gopinath","http://web.mit.edu/arvind_g/www/","",0,20,150);

        Menu2_2_4=new Array("Arezoo Ardekani","http://web.mit.edu/ardekani/www/","",0,20,150);

	Menu2_3=new Array("Graduate Students","people/students.html","",7,20,150);
	
		Menu2_3_1=new Array("Kenneth Park","http://web.mit.edu/wiz23/www","",0,20,150);
		
		Menu2_3_2=new Array("Thomas Ober","http://web.mit.edu/tober/www","",0,20,150);
	
		Menu2_3_3=new Array("Christopher Dimitriou","http://web.mit.edu/chrisd/www","",0,20,150);
	
		Menu2_3_4=new Array("Murat Ocalan","http://web.mit.edu/mocalan/www","",0,20,150);
	
		Menu2_3_5=new Array("Sarah W. Bates","http://web.mit.edu/swbates/www","",0,20,150);
		
		Menu2_3_6=new Array("Ahmed Helal","http://web.mit.edu/ahelal/www/","",0,20,150);
		
		Menu2_3_7=new Array("Aditya Jaishankar","http://web.mit.edu/adityaj/www/","",0,20,150);


	Menu2_4=new Array("Co-advised","people/students.html","",5,20,150);

		Menu2_4_1=new Array("Ben Wang","people/students.html","",0,20,150);

		Menu2_4_2=new Array("Jason Rich","people/students.html","",0,20,150);

		Menu2_4_3=new Array("Shreerang Chhatre","http://web.mit.edu/chhatre/www/","",0,20,150);
		
		Menu2_4_4=new Array("Jonathan Smith","http://web.mit.edu/jdsmith/www/","",0,20,150);
		
		Menu2_4_5=new Array("Yves Matton","http://web.mit.edu/ymatton/www/","",0,20,150);
		

	Menu2_5=new Array("Undergraduate Students","people/students.html","",1,20,150);

		Menu2_5_1=new Array("Lindsay Todman","people/students.html","",0,20,150);





Menu3=new Array("Publications","publications/","",3,20,150);

	Menu3_1=new Array("Conferences","publications/conferences.html","",0,20,150);

	Menu3_2=new Array("Journals","publications/","",0,20,150);

	Menu3_3=new Array("Journal Links","publications/journal_links.html","",0,20,150);	





Menu4=new Array("Links","links/","",7,20,150);

	Menu4_1=new Array("M.I.T.","links/","",5,20,150);

		Menu4_1_1=new Array("Hatsopoulos Microfluids Laboratory (Mechanical Engineering)","http://web.mit.edu/fluids/www/","",0,40,350);

		Menu4_1_2=new Array("Aerospace Computational Design Lab (Aeronautics & Astronautics)","http://raphael.mit.edu/","",0,40,150);

		Menu4_1_3=new Array("John Bush (Applied Mathematics)","http://www-math.mit.edu/~bush/","",0,20,150);

                Menu4_1_4=new Array("Transport Processes (Chemical Engineering)","http://web.mit.edu/cheme/research/transport.html","",0,20,150);

                Menu4_1_5=new Array("Vortical Flow Research Laboratory (Ocean Engineering)","http://web.mit.edu/vfrl/www/","",0,20,150);

	Menu4_2=new Array("Boston/Cambridge","links/","",3,20,150);

		Menu4_2_1=new Array("Harvard University Fluids Group","http://www.seas.harvard.edu/fluidsgroup/","",0,20,250);

		Menu4_2_2=new Array("Brown University BioChemical Engineering Laboratory","http://www.engin.brown.edu/faculty/tripathi/Research/","",0,40,150);
		
		Menu4_2_3=new Array("Brown University Microfluidics Lab","http://microfluidics.engin.brown.edu/","",0,20,150);

	Menu4_3=new Array("U.S.A.","links/","",2,20,150);

		Menu4_3_1=new Array("Levich Institute for Physico-Chemical Hydrodynamics","http://www-levich.engr.ccny.cuny.edu","",0,20,350);

		Menu4_3_2=new Array("Rheology Research Center","http://rrc.engr.wisc.edu/","",0,20,350);

	Menu4_4=new Array("World","links/","",3,20,150);

		Menu4_4_1=new Array("Institute for Non-Newtonian Fluid Mechanics","http://innfm.swan.ac.uk/","",0,20,350);
		
		Menu4_4_2=new Array("Centre for Complex Fluids Processing at Swansea University","http://complexfluids.swan.ac.uk/home.htm","",0,40,350);

		Menu4_4_3=new Array("ETH-Polymer Physics (Oettinger Group)","http://www.polyphys.mat.ethz.ch/","",0,20,350);

	Menu4_5=new Array("Course Material","courses/","",0,20,150);

	Menu4_6=new Array("Lab Duties","links/LDA.html","",0,20,150);

	Menu4_7=new Array("Rheometer Schedule","http://calendar.yahoo.com/","",0,20,150);



Menu5=new Array("Education","education/wettability/","",6, 20,150);

	Menu5_1=new Array("Wettability","education/wettability/","",0,20,150);

	Menu5_2=new Array("Thixotropy and aging","education/Reading_group_2006","",0,20,150);

        Menu5_3=new Array("Rheology for kids","pictures/middle school visit.html","",0,20,150);
        
        Menu5_4=new Array("Viscoelasticity","research/phenomena/colin.html","",0,20,150);
        
        Menu5_5=new Array("NNF Group Praxis","education/Group_Praxis","",0,20,150);
        
        Menu5_6=new Array("Reading Groups","education/","",3,20,150);
        
        	Menu5_6_1=new Array("Summer 2006","education/Reading_group_2006","",0,20,150);
        	
        	Menu5_6_2=new Array("Summer 2007","education/Summer_Study_2007","",0,20,150);
        	
        	Menu5_6_3=new Array("Summer 2009","education/Summer2009","",0,20,150);

