/*JavaScript Starts Here*/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='green';			// 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='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=240;				// Menu offset x coordinate
	var StartLeft=1;				// 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=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 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("EECS@WSU","http://www.eecs.wsu.edu","",0,25,170);

Menu2=new Array("Syllabus","./course_description_2011.pdf","",0);

Menu3=new Array("Tutorials","","",2);
	Menu3_1=new Array("Virtuoso Schematic & Simulation","./tutorial/EE586_CadTutorials.pdf","",0,20,200);	
	Menu3_2=new Array("Layout","./tutorial/Layout_Tutorial.pdf","",0,20,150);
	Menu3_3=new Array("Printing","./tutorial/Printing.htm","",0,20,150);
        Menu3_4=new Array("Power Calculation","./tutorial/power.pdf","",0,20,150);
	Menu3_5=new Array("Running Cadence on Linux","./tutorial/RAccess.pdf","",0,20,150);
	Menu3_6=new Array("Text Stimulus Examples","./tutorial/inputs.example.txt","",0,20,150);
	Menu3_7=new Array("Download Tutorials","dnload.html","",0,20,150);
		
Menu4=new Array("Lab Assignments","","",4);
	Menu4_1=new Array("Term Project","./fall07/HW/Project_2011.pdf","",0,20,120);
        Menu4_2=new Array("Project Reference_1","./fall07/HW/Paper_Project_1.pdf","",0,20,120);
	Menu4_3=new Array("Project Reference_2","./fall07/HW/Paper_Project_2.pdf","",0,20,120);
	Menu4_4=new Array("Project Reference_3","./fall07/HW/Paper_Project_3.pdf","",0,20,120);
	Menu4_2_1=new Array("Prj Milestones","./fall07/HW/ee586F09_mile_stones.doc","",0,20,100);
	Menu4_3_2=new Array("Deliverables","./fall07/HW/Deliverables.pdf","",0,20,120);	
	Menu4_4_3=new Array("Lab Assignment 3","./fall05/Lab/EE466_f06_Lab3.pdf","",0,20,100);
	Menu4_5=new Array("Lab Assignment 4","./fall05/Lab/EE466F06Lab4.pdf","",0,20,100);
	Menu4_6=new Array("Project","","",2);
		Menu4_6_1=new Array("Project","./fall05/Lab/EE466F06TermPrj.pdf","",0,20,150);
		Menu4_6_2=new Array("Deliverables","./fall05/Lab/Deliverables.pdf","",0,20,150);
		Menu4_6_3=new Array("Option 2","./fall05/Lab/Option2.pdf","",0,20,150);
        	Menu4_6_4=new Array("Option 3a","./fall05/Lab/Option3a.pdf","",0,20,100);
        	Menu4_6_5=new Array("Option 3b","./fall05/Lab/Option3b.pdf","",0,20,100);

Menu5=new Array("Homework","","",7);
	Menu5_1=new Array("Homework 1","./fall07/HW/HW_1_f11.pdf","",0,20,100);
	Menu5_2=new Array("Homework 2","./fall07/HW/HW2_f11.pdf","",0,20,100);
	Menu5_3=new Array("Homework 3","./fall07/HW/HW3_f11.pdf","",0,20,100);
	Menu5_4=new Array("Practice 1","./fall07/HW/Practice_f11.pdf","",0,20,100);
	Menu5_5=new Array("Homework 4","./fall07/HW/HW4_f11.pdf","",0,20,100);
	Menu5_6=new Array("Sample Exam","./fall07/HW/Midterm_2_2009.pdf","",0,20,100);
	Menu5_7=new Array("Sample Final","./fall07/HW/Final_2009.pdf","",0,20,100);

Menu6=new Array("Homework Solutions","","",4);
	Menu6_1=new Array("Solution 1","./fall07/HW/Sol_HW1_f11","",0,20,70);
	Menu6_2=new Array("Solution 2","./fall07/HW/Sol_HW2_f11","",0,20,70);
	Menu6_3=new Array("Solution 3","./fall07/HW/Sol_HW3_f11","",0,20,70);
	Menu6_4=new Array("Practice","./fall07/HW/Solution_Practice_f11","",0,20,70);
	Menu6_5=new Array("Solution 5","./fall05/HW/HW4Sol.pdf","",0,20,70);

Menu7=new Array("Notes","","",31);
        Menu7_1=new Array("Lecture 1","./fall07/Notes/lecture_1.ppt","",0,20,100);
	Menu7_2=new Array("Lecture 2","./fall07/Notes/lecture_2.ppt","",0,20,100);
	Menu7_3=new Array("Lecture 3","./fall07/Notes/lecture_3.ppt","",0,20,100);
	Menu7_4=new Array("Lecture 4","./fall07/Notes/lecture_4.ppt","",0,20,100);
	Menu7_5=new Array("Lecture 5","./fall07/Notes/lecture_5.ppt","",0,20,100);
	Menu7_6=new Array("Lecture 6","./fall07/Notes/lecture_6.ppt","",0,20,100);
	Menu7_7=new Array("Lecture 7","./fall07/Notes/lecture_7.ppt","",0,20,100);
	Menu7_8=new Array("Lecture 8","./fall07/Notes/lecture_8.ppt","",0,20,100);
	Menu7_9=new Array("Lecture 9","./fall07/Notes/lecture_9.ppt","",0,20,100);
	Menu7_10=new Array("Lecture 10","./fall07/Notes/lecture_10.ppt","",0,20,100);
	Menu7_11=new Array("Lecture 11","./fall07/Notes/lecture_11.ppt","",0,20,100);
	Menu7_12=new Array("Lecture 12","./fall07/Notes/lecture_12.ppt","",0,20,100);
	Menu7_13=new Array("Lecture 13","./fall07/Notes/lecture_13.ppt","",0,20,100);
	Menu7_14=new Array("Lecture 14","./fall07/Notes/lecture_14.ppt","",0,20,100);		
	Menu7_15=new Array("Lecture 15","./fall07/Notes/lecture_15.ppt","",0,20,100);
	Menu7_16=new Array("Lecture 16","./fall07/Notes/lecture_16.ppt","",0,20,100);
	Menu7_17=new Array("Lecture 17","./fall07/Notes/lecture_17.ppt","",0,20,100);
	Menu7_18=new Array("Lecture 18","./fall07/Notes/lecture_18.ppt","",0,20,100);
	Menu7_19=new Array("Lecture 19","./fall07/Notes/lecture_19.ppt","",0,20,100);
	Menu7_20=new Array("Lecture 20","./fall07/Notes/lecture_20.ppt","",0,20,100);
	Menu7_21=new Array("Lecture EE434","./fall07/Notes/lecture_11_434.ppt","",0,20,100);
	Menu7_22=new Array("Lecture 21","./fall07/Notes/lecture_21.ppt","",0,20,100);
	Menu7_23=new Array("Lecture 22","./fall07/Notes/lecture_22.ppt","",0,20,100);
	Menu7_24=new Array("Lecture 23","./fall07/Notes/lecture_23.ppt","",0,20,100);
	Menu7_25=new Array("Lecture 24","./fall07/Notes/lecture_24.ppt","",0,20,100);
	Menu7_26=new Array("Lecture 25","./fall07/Notes/lecture_25.pptx","",0,20,100);
	Menu7_27=new Array("Lecture Test","./fall07/Notes/Fault_Modeling.pptx","",0,20,100);
	Menu7_28=new Array("Sheet resistance","./fall05/Notes/SheetResistance.ppt","",0,20,100);
	Menu7_29=new Array("Logic Families","./fall05/Notes/Ratioed_Circuits.ppt","",0,20,100);
	Menu7_30=new Array("Dynamic Circuits","./fall05/Notes/Dynamic_Circuits.ppt","",0,20,100);
	Menu7_31=new Array("On Quiz3","./fall05/Notes/quiz3_sup.doc","",0,20,100);

Menu8=new Array("Useful Links","","",7);
	Menu8_1=new Array("Cadence","http://www.cadence.com","",0,20,130);
	Menu8_2=new Array("Magic","http://research.compaq.com/wrl/projects/magic/","",0,20,130);
	Menu8_3=new Array("MOSIS Design Rules","http://www.mosis.org/Technical/Layermaps/lm-scmos_scn4m.html","",0,20,130);
	Menu8_4=new Array("Fall07Exam1","./fall07/HW/EE586_Sample_Exam1_F09.doc","",0,20,130);
	Menu8_5=new Array("Exam1 Topics","./fall07/HW/EE586_Exam1_Topics_F11.doc","",0,20,130);
	Menu8_6=new Array("Exam2 Practice","./fall07/HW/EE586_Exam2_TakeHome_11.pdf","",0,20,130);
Menu8_7=new Array("Exam2 Topics","./fall07/HW/Exam2Topics_11.doc","",0,20,130);
	Menu8_7=new Array("Sample Exam","./fall05/HW/EE466_F05Exam1.pdf","",0,20,130);

