<!--
function mmLoadMenus() {
 
 // Prospective Students Drop down menu
 if (window.mm_menu_ProspectiveStudents) return;
  //function Menu(label, width, height, font, font size, font color, font hover color, background color, background hover color, horizontal algn, vertical algn, paddding, space, to, sx, sy, srel, opq, vert, idt, aw, ah) 
                        window.mm_menu_ProspectiveStudents = new Menu("root",182,18,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#BED2BF","#FFFFFF","left","middle",3,0,100,-5,7,true,true,true,0,true,true);
 
  // Prospective Students Items - Each line here adds an item for the drop down menu with its link, and target
  mm_menu_ProspectiveStudents.addMenuItem("What&nbsp;is&nbsp;Engineering?","window.open('http://www.ece.usask.ca/whatIsEngineering.php', '_self');");
  mm_menu_ProspectiveStudents.addMenuItem("Electrical&nbsp;Engineering?","window.open('http://www.ece.usask.ca/electricalEngineering.php', '_self');");
  mm_menu_ProspectiveStudents.addMenuItem("Computer&nbsp;Engineering?","window.open('http://www.ece.usask.ca/computerEngineering.php', '_self');");
  mm_menu_ProspectiveStudents.addMenuItem("High&nbsp;School&nbsp;Students","window.open('http://www.ece.usask.ca/highSchoolStudents.php', '_self');");
  mm_menu_ProspectiveStudents.addMenuItem("High&nbsp;School&nbsp;Experiments","window.open('http://www.ece.usask.ca/highSchoolExperiments.php', '_self');");
    mm_menu_ProspectiveStudents.addMenuItem("Transfer&nbsp;Students","window.open('http://www.ece.usask.ca/transferStudents.php', '_self');");
  mm_menu_ProspectiveStudents.addMenuItem("First&nbsp;Year&nbsp;Courses","window.open('http://www.ece.usask.ca/firstYearCourses.php', '_self');");
  mm_menu_ProspectiveStudents.addMenuItem("Undergrad&nbsp;Finances","window.open('http://www.ece.usask.ca/prospectiveScholarships.php', '_self');");
  mm_menu_ProspectiveStudents.addMenuItem("Living&nbsp;in&nbsp;Saskatoon","window.open('http://www.ece.usask.ca/livingInSaskatoon.php', '_self');");
   
  // Prospective Students Menu Settings - This is is settings for color, borders etc of the drop down
  mm_menu_ProspectiveStudents.hideOnMouseOut=true;
  mm_menu_ProspectiveStudents.bgColor='#000000';
  mm_menu_ProspectiveStudents.menuBorder=1;
  mm_menu_ProspectiveStudents.menuLiteBgColor='#666666';
  mm_menu_ProspectiveStudents.menuBorderBgColor='#000000';

 // Current Students Drop down menu
  window.mm_menu_CurrentStudents = new Menu("root",155,18,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#BED2BF","#FFFFFF","left","middle",3,0,100,-5,7,true,true,true,0,true,true);
  mm_menu_CurrentStudents.addMenuItem("Student&nbsp;Activities","window.open('http://www.ece.usask.ca/studentActivities.php', '_self');");
  mm_menu_CurrentStudents.addMenuItem("Course&nbsp;WebPages","window.open('http://www.ece.usask.ca/courseWebPages.php', '_self');");
  mm_menu_CurrentStudents.addMenuItem("Timetables&nbsp;&amp;&nbsp;Programs","window.open('http://www.ece.usask.ca/courseSchedules.php', '_self');");
  mm_menu_CurrentStudents.addMenuItem("Academic&nbsp;Advising","window.open('http://www.ece.usask.ca/academicAdvising.php', '_self');");
  mm_menu_CurrentStudents.addMenuItem("Academic&nbsp;Options","window.open('http://www.ece.usask.ca/academicOptions.php', '_self');");
  mm_menu_CurrentStudents.addMenuItem("Scholarships","window.open('http://www.ece.usask.ca/currentStudentsScholarships.php', '_self');");
  mm_menu_CurrentStudents.addMenuItem("Design&nbsp;Projects","window.open('http://www.ece.usask.ca/designProjects.php', '_self');");
  mm_menu_CurrentStudents.addMenuItem("Employment","window.open('http://www.ece.usask.ca/employment.php', '_self');");
  
  // Current Students Menu Settings - This is is settings for color, borders etc of the drop down
   mm_menu_CurrentStudents.hideOnMouseOut=true;
   mm_menu_CurrentStudents.bgColor='#000000';
   mm_menu_CurrentStudents.menuBorder=1;
   mm_menu_CurrentStudents.menuLiteBgColor='#666666';
   mm_menu_CurrentStudents.menuBorderBgColor='#000000';

  window.mm_menu_GraduateStudies = new Menu("root",177,18,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#BED2BF","#FFFFFF","left","middle",3,0,100,-5,7,true,true,true,0,true,true);
  mm_menu_GraduateStudies.addMenuItem("Prospective&nbsp;Students","window.open('http://www.ece.usask.ca/prospectiveStudents.php', '_self');");
  mm_menu_GraduateStudies.addMenuItem("Application&nbsp;Procedure","window.open('http://www.ece.usask.ca/gradApplicationProcedure.php', '_self');");
  mm_menu_GraduateStudies.addMenuItem("Tuition&nbsp;&amp;&nbsp;Funding","window.open('http://www.ece.usask.ca/tuitionAndFunding.php', '_self');");
  mm_menu_GraduateStudies.addMenuItem("Current&nbsp;Graduate&nbsp;Students","window.open('http://www.ece.usask.ca/currentGradStudents.php', '_self');");
  mm_menu_GraduateStudies.addMenuItem("Grad&nbsp;Course&nbsp;WebPages&nbsp;","window.open('http://www.ece.usask.ca/gradCourseWebPages.php', '_self');");
  mm_menu_GraduateStudies.addMenuItem("Research&nbsp;Groups","window.open('http://www.ece.usask.ca/gradResearchGroups.php', '_self');");
  mm_menu_GraduateStudies.addMenuItem("Research&nbsp;at&nbsp;the&nbsp;Light&nbsp;Source","window.open('http://www.ece.usask.ca/researchAtTheLightSource.php', '_self');");
  mm_menu_GraduateStudies.addMenuItem("TRLabs&nbsp;&&nbsp;Industry&nbsp;Research","window.open('http://www.ece.usask.ca/TRLabs.php', '_self');");
  mm_menu_GraduateStudies.addMenuItem("Industry-Oriented M.Sc. (IOM)","window.open('http://www.ece.usask.ca/IOM.php', '_self');");
   
   mm_menu_GraduateStudies.hideOnMouseOut=true;
   mm_menu_GraduateStudies.bgColor='#000000';
   mm_menu_GraduateStudies.menuBorder=1;
   mm_menu_GraduateStudies.menuLiteBgColor='#666666';
   mm_menu_GraduateStudies.menuBorderBgColor='#000000';

  window.mm_menu_0528115614_0 = new Menu("root",186,18,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#BED2BF","#FFFFFF","left","middle",3,0,100,-5,7,true,true,true,0,true,true);
  mm_menu_0528115614_0.addMenuItem("The&nbsp;Department","window.open('http://www.ece.usask.ca/theDepartment.php', '_self');");
  mm_menu_0528115614_0.addMenuItem("Professors","window.open('http://www.ece.usask.ca/professors.php', '_self');");
  mm_menu_0528115614_0.addMenuItem("Staff&nbsp;and&nbsp;Associates","window.open('http://www.ece.usask.ca/staff.php', '_self');");
  mm_menu_0528115614_0.addMenuItem("Books&nbsp;Published","window.open('http://www.ece.usask.ca/booksPublished.php', '_self');");
  mm_menu_0528115614_0.addMenuItem("Contact&nbsp;Us","window.open('http://www.ece.usask.ca/contactUs.php', '_self');");
  mm_menu_0528115614_0.addMenuItem("Open&nbsp;Faculty&nbsp;Positions","window.open('http://www.ece.usask.ca/openPositions.php', '_self');");
  //mm_menu_0528115614_0.addMenuItem("TA&nbsp;&amp;&nbsp;Marking&nbsp;Positions","window.open('TAandMarkingPositions.php', '_self');");
  
  mm_menu_0528115614_0.hideOnMouseOut=true;
   mm_menu_0528115614_0.bgColor='#000000';
   mm_menu_0528115614_0.menuBorder=1;
   mm_menu_0528115614_0.menuLiteBgColor='#666666';
   mm_menu_0528115614_0.menuBorderBgColor='#000000';

  window.mm_menu_OtherTopics = new Menu("root",151,18,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#BED2BF","#FFFFFF","left","middle",3,0,100,-5,7,true,true,true,0,true,true);
  mm_menu_OtherTopics.addMenuItem("Thanks&nbsp;to&nbsp;our&nbsp;Donors","window.open('http://www.ece.usask.ca/thanksToOurDonors.php', '_self');");
  mm_menu_OtherTopics.addMenuItem("Sponsored&nbsp;Chairs","window.open('http://www.ece.usask.ca/majorDonors.php', '_self');");
  mm_menu_OtherTopics.addMenuItem("Alumni&nbsp;and&nbsp;Feedback","window.open('http://www.ece.usask.ca/alumniAndFeedback.php', '_self');");
  mm_menu_OtherTopics.addMenuItem("Class&nbsp;of&nbsp;200X","window.open('http://www.ece.usask.ca/classOf200X.php', '_self');");
   mm_menu_OtherTopics.hideOnMouseOut=true;
   mm_menu_OtherTopics.bgColor='#000000';
   mm_menu_OtherTopics.menuBorder=1;
   mm_menu_OtherTopics.menuLiteBgColor='#666666';
   mm_menu_OtherTopics.menuBorderBgColor='#000000';

mm_menu_OtherTopics.writeMenus();
} // mmLoadMenus()

//////////////////////////////////////////////////////////////////////////////////////
//
// The code below is common and ued for the roll over images Do Not Edit Below!!
//
//////////////////////////////////////////////////////////////////////////////////////

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
