/*********************************************************************************** 
*	(c) Ger Versluis 2000 version 6.1 19 Januari 2002	          * 
*	You may use this script on non commercial sites.	          * 
*	For info write to menus@burmees.nl		          * 
*	You may remove all comments for faster loading	          *		 
***********************************************************************************/
var NoOffFirstLineMenus=5;			// Number of first level items
var LowBgColor='#999999';			// Background color when mouse is not over
var HighBgColor='#990000';			// Background color when mouse is over
var FontLowColor='#FFFFFF';			// Font color when mouse is not over
var FontHighColor='#FFFFFF';			// Font color when mouse is over
var BorderColor='#990000';			// Border color
var BorderWidth=1;				// Border width
var BorderBtwnElmnts='1';				// Border between elements 1 or 0
var FontFamily='Geneva, Arial, Helvetica, sans-serif'	// 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='center';			// Menu horizontal position 'left', 'center' or 'right'
var MenuVerticalCentered='top';			// Menu vertical position 'top', 'middle','bottom' or static
var ChildOverlap=0;				// horizontal overlap child/ parent
var ChildVerticalOverlap=0;			// vertical overlap child/ parent
var StartTop=165;				// 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=5;				// Left padding
var TopPaddng=3;				// Top padding
var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
var DissapearDelay=300;				// 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 BottomUp=0;					// enables/ disables Bottom up 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=0;				// Uses arrow gifs when 1
var KeepHilite=1;				// Keep selected path highligthed
var Arrws=['js/tri.gif',5,10,'js/tridown.gif',10,5,'js/trileft.gif',5,10,'js/triup.gif',10,5];	// Arrow source, width and height


function BeforeStart(){return}

function AfterBuild(){return}

function BeforeFirstOpen(){return}

function AfterCloseAll(){return}


// Menu tree

// MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width, bgcolor, bghighcolor, fontcolor, fonthighcolor,bordercolor);

// For rollover images ItemText format is:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("People","./people.htm","",3,20,75,"","","","","");
Menu1_1=new Array("Dr. Baxter Vieux","./vieux.htm","",0,20,115,"","","","","");
Menu1_2=new Array("Dr. Randall Kolar","http://www.coe.ou.edu/emgis/kolar/pages/kolar.html","",0,20,115,"","","","","");
Menu1_3=new Array("Elham Mazroi ","./mazroi.htm","",0,20,115,"","","","","");

Menu2=new Array("Publications","./publications_dhm.htm","",0,20,85,"","","","","");

Menu3=new Array("Research","./pages/resources.html","",3,20,85,"","","","","");
Menu3_1=new Array("ADCIRC Grid Database","http://www.soonercity.ou.edu/ADCIRC/AdcircFromWeb/Adcirc_database.php","",0,20,155,"","","","","");
Menu3_2=new Array("Mathematica Notebooks","./pages/mathematica.html","",0,20,155,"","","","","");
Menu3_3=new Array("Miscellaneous","./pages/misc.html","",0,20,155,"","","","","");

Menu4=new Array("Related Links","./pages/courses.html","",3,20,85,"","","","","");
Menu4_1=new Array("CE 3213 - Water Resources Engineering","http://www.soonercity.ou.edu/CE3212/index.htm","",0,20,375,"","","","","");
Menu4_2=new Array("CE 4123 - Open Channel Flow","http://www.soonercity.ou.edu/ce4123/index.htm","",0,20,375,"","","","","");
Menu4_3=new Array("ENGR 3723 - Numerical Methods for Engineering Computation","http://www.soonercity.ou.edu/ENGR3723/index.htm","",0,20,375,"","","","","");

Menu5=new Array("Contact Info","./contact.htm","",0,20,90,"","","","","");

 
