/***********************************************************************************
*	(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=7;			// Number of first level items
	var LowBgColor='#393063';			// Background color when mouse is not over
	var LowSubBgColor='#393063';			// Background color when mouse is not over on subs
	var HighBgColor='#CCCC33';			// Background color when mouse is over
	var HighSubBgColor='#CCCC33';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='#000063';			// Font color when mouse is over
	var FontSubHighColor='#000063';			// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='white';			// 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=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='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=.5;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.5;			// vertical overlap child/ parent
	var StartTop=178;				// Menu offset y coordinate
	var StartLeft=213;				// Menu offset x coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=10;				// Left padding for text on menu item in pixels
	var TopPaddng=0;				// Top padding for text on menu item in pixels
	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=100;				// 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=0;				// 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("<center>Main</center>","http://www.propagation.gatech.edu/index.htm","",4,15,92);
	Menu1_1=new Array("PG Home Page","http://www.propagation.gatech.edu/index.htm","",0,15,150);
	Menu1_2=new Array("People","http://www.propagation.gatech.edu/People/People.htm","",0,15,150);
	Menu1_3=new Array("PG Resources","http://www.propagation.gatech.edu/Documents/Resources/Resources.htm","",0,15,150);
	Menu1_4=new Array("Contact/Directions","http://www.propagation.gatech.edu/Documents/Directions/Directions.htm","",0,15,150);

Menu2=new Array("<center>Tech Transfer</center>","","",2,15,92);
	Menu2_1=new Array("Short Courses/Tutorials","http://www.propagation.gatech.edu/TechTransfer/Tutorials/Tutorials.htm","",0,15,200);
	Menu2_2=new Array("Published Texts","http://www.propagation.gatech.edu/TechTransfer/Textbooks/Textbooks.htm","",0,15,200);

Menu3=new Array("<center>Education</center>","","",5,15,92);
	Menu3_1=new Array("Electromagnetics (ECE 3025)","http://www.propagation.gatech.edu/ECE3025/index.html","",6,15,200);
		Menu3_1_1=new Array("Updates","http://www.propagation.gatech.edu/ECE3025/index.html","",0,15,100);
		Menu3_1_2=new Array("Homework","http://www.propagation.gatech.edu/ECE3025/homework/homework.htm","",0,15,100);
		Menu3_1_3=new Array("Documents","http://www.propagation.gatech.edu/ECE3025/documents/documents.htm","",0,15,100);
		Menu3_1_4=new Array("Exams","http://www.propagation.gatech.edu/ECE3025/tests/exams.htm","",0,15,100);
		Menu3_1_5=new Array("Class Notes","http://www.propagation.gatech.edu/ECE3025/notes/notes.htm","",0,15,100);
		Menu3_1_6=new Array("Tutorials","http://www.propagation.gatech.edu/ECE3025/tutorials/tutorials.htm","",0,15,100);
	Menu3_2=new Array("Emag Applications (ECE 3065)","http://www.propagation.gatech.edu/ECE3065/index.html","",6,15,200);
		Menu3_2_1=new Array("Updates","http://www.propagation.gatech.edu/ECE3065/index.html","",0,15,100);
		Menu3_2_2=new Array("Homework","http://www.propagation.gatech.edu/ECE3065/homework/homework.htm","",0,15,100);
		Menu3_2_3=new Array("Documents","http://www.propagation.gatech.edu/ECE3065/documents/documents.htm","",0,15,100);
		Menu3_2_4=new Array("Exams","http://www.propagation.gatech.edu/ECE3065/tests/exams.htm","",0,15,100);
		Menu3_2_5=new Array("Class Notes","http://www.propagation.gatech.edu/ECE3065/notes/notes.htm","",0,15,100);
		Menu3_2_6=new Array("Case Studies","http://www.propagation.gatech.edu/ECE3065/tutorials/tutorials.htm","",0,15,100);
	Menu3_3=new Array("Satcom/Radiolocation (ECE 6390)","http://www.propagation.gatech.edu/ECE6390/index.html","",6,15,200);
		Menu3_3_1=new Array("Updates","http://www.propagation.gatech.edu/ECE6390/index.html","",0,15,100);
		Menu3_3_2=new Array("Homework","http://www.propagation.gatech.edu/ECE6390/homework/homework.htm","",0,15,100);
		Menu3_3_3=new Array("Documents","http://www.propagation.gatech.edu/ECE6390/documents/documents.htm","",0,15,100);
		Menu3_3_4=new Array("Exams","http://www.propagation.gatech.edu/ECE6390/exams/exams.htm","",0,15,100);
		Menu3_3_5=new Array("Class Notes","http://www.propagation.gatech.edu/ECE6390/notes/notes.htm","",0,15,100);
		Menu3_3_6=new Array("Projects","http://www.propagation.gatech.edu/ECE6390/project/Projects.htm","",0,15,100);
    Menu3_4=new Array("Advanced Analytical EM (ECE 8833)","http://www.propagation.gatech.edu/ECE8833/index.htm","",0,15,200);
    Menu3_5=new Array("Microwave Design Lab (ECE 6361)","http://www.propagation.gatech.edu/ECE6361/index.htm","",0,15,200);
	

Menu4=new Array("<center>Research</center>","","",5,15,91);
	Menu4_1=new Array("E911 Radiolocation for Cellular","http://www.propagation.gatech.edu/radiolocation/index.html","",0,15,200);
	Menu4_2=new Array("--RF Backscatter Tags/RFID--","","",0,15,200);
	Menu4_3=new Array("--Propagation Modeling--","","",0,15,200);
	Menu4_4=new Array("--Direction Finding--","","",0,15,200);
	Menu4_5=new Array("--Radio Channel Sounding--","","",0,15,200);

Menu5=new Array("<center>Archives</center>","http://www.propagation.gatech.edu/Archive/Archive.htm","",7,15,91);
	Menu5_1=new Array("Web Articles","http://www.propagation.gatech.edu/Archive/Collection_WA/Collection_WA.htm","",0,15,150);
	Menu5_2=new Array("Journal Articles","http://www.propagation.gatech.edu/Archive/Collection_JA/Collection_JA.htm","",0,15,150);
	Menu5_3=new Array("Conference Papers","http://www.propagation.gatech.edu/Archive/Collection_CP/Collection_CP.htm","",0,15,150);
	Menu5_4=new Array("Presentations","http://www.propagation.gatech.edu/Archive/Collection_PP/Collection_PP.htm","",0,15,150);
	Menu5_5=new Array("Technical Reports","http://www.propagation.gatech.edu/Archive/Collection_TR/Collection_TR.htm","",0,15,150);
	Menu5_6=new Array("MPRG Years","http://www.propagation.gatech.edu/Archive/PG_WA_040906_GDD/SPL_WA_040906_GDD.htm","",0,15,150);
	Menu5_7=new Array("Affiliate Protected","http://www.propagation.gatech.edu/Archive/Affiliate_Protected/Collection_AP.htm","",0,15,150);
	
Menu6=new Array("<center>Partners</center>","","",2,15,92);
	Menu6_1=new Array("Sponsors","http://www.propagation.gatech.edu/Sponsors/Sponsors.htm","",0,15,150);
	Menu6_2=new Array("International Groups","http://www.propagation.gatech.edu/International/IntPartners.htm","",0,15,150);
	
Menu7=new Array("<center>Links</center>","","",2,15,92);
	Menu7_1=new Array("Georgia Institute of Technolgoy","http://www.gatech.edu","",0,15,220);
	Menu7_2=new Array("Electrical and Comp. Engineering","http://www.ece.gatech.edu","",0,15,220);
