ordernumber="";emptyimage="transparent.gif";// Transparent image in gif format.showdelay=200;//Time delay before submenus are displayed. Unit is milliseconds.hidedelay=800;//Time delay before submenus are hidden. Unit is milliseconds./*Start Style Declarations*/with(itemStyle=new fxstyle()){width=140;height=18;color="#174487";coloron="#174487";bgcolor="#FFFFFF";bgcoloron="#FEC726";fontsize="8pt";fontweight="plain";fontfamily="Verdana,Arial";paddingtop=2;paddingleft=8;arrow="";arrowon="";arrowright=20;arrowtop=3;}with(menuStyle=new fxmenustyle()){filterover="Alpha(opacity=90)";menubgcolor="#ffffff";menuborderwidth=1;menubordercolor="#174487";separatorsize=1;separatorcolor="#174487";highlightpath=true;wiseposition=true;}/*Start Menu Declarations*/with(new fxmenu("MainMenu")){style=itemStyle;menustyle=menuStyle;visible=true;position="relative";top=0;left=0;orientation="horizontal";fx("text=<b>Studies</b>;show=studies;width=100");fx("text=<b>Jobs</b>;show=jobs;width=100");fx("text=<b>Housing</b>;show=housing;width=100");fx("text=<b>Costs</b>;show=costs;width=100");fx("text=<b>Why Windsor</b>;show=why_windsor;width=118");fx("text=<b>How to Apply?</b>;show=apply;width=120");fx("text=<b>Contact Us</b>;show=contact_us;width=100");//fx("text=label;show=label;width=xx;title=alt-text;");}with(new fxmenu("studies")){style=itemStyle;menustyle=menuStyle;width=240;fx("text=First Degree;show=studies_first;");fx("text=Post-Degree;show=studies_post;");fx("text=High-School;url=/studies_highschool.php;");fx("text=English Language Improvement (ELIP);url=/elip.php;");}with(new fxmenu("studies_first")){style=itemStyle;menustyle=menuStyle;width=160;fx("text=Overview;url=/studies_overview.php;");fx("text=Arts & Social Sciences;url=/studies_arts_socialsci.php;");fx("text=Biotechnology;url=/studies_biotech.php;");fx("text=Business and Economics;url=/studies_bizeco.php;");fx("text=Communications Studies;url=/studies_commstudies.php;");fx("text=Computer Science;url=/studies_compsci.php;");fx("text=Education;url=/studies_education.php;");fx("text=Engineering;url=/studies_engineering.php;");fx("text=Medical Physics;url=/studies_med_physics.php;");fx("text=Sciences;url=/studies_sciences.php;");fx("text=Pre-Med/Health;url=/studies_premed.php;");fx("text=Other Subjects;url=/studies_others.php;");//fx("text=Graduate Studies;url=/studies_gradstudies.php;");}with(new fxmenu("studies_post")){style=itemStyle;menustyle=menuStyle;width=300;fx("text=Overview;url=/post_degree.php;");fx("text=Course-based Masters Programs;url=/post_degree_coursebased.php;");fx("text=2nd Degree & Fast-Track Programs;url=/post_degree_fasttrack.php;");fx("text=Research-based Masters and Doctoral Programs;url=/post_degree_researchbased.php;");}with(new fxmenu("jobs")){style=itemStyle;menustyle=menuStyle;width=150;fx("text=Working in Canada;url=/jobs_working_in_canada.php;");fx("text=Off Campus;url=/jobs_off_campus.php;");fx("text=On Campus;url=/jobs_on_campus.php;");fx("text=Work/Study (Co-op);url=/jobs_workstudy.php;");fx("text=After Graduating;url=/jobs_aftergrad.php;");fx("text=Immigration;url=/jobs_immigration.php;");fx("text=Extended Employment;url=/jobs_extended.php;");fx("text=Pathways to Canada;url=/jobs_pathways.php;");}with(new fxmenu("housing")){style=itemStyle;menustyle=menuStyle;width=140;fx("text=ON Campus;url=/housing_on_campus.php;");fx("text=Off Campus;url=/housing_off_campus.php;");}with(new fxmenu("costs")){style=itemStyle;menustyle=menuStyle;width=140;fx("text=Budget;url=/costs_budget.php;");fx("text=Scholarships;url=/costs_scholarships.php;");}with(new fxmenu("why_windsor")){style=itemStyle;menustyle=menuStyle;width=190;fx("text=City of Windsor;url=/windsor_city.php;");fx("text=Alumni;url=/windsor_alumni.php;");fx("text=Students;url=/windsor_students.php;");fx("text=Faculty Research;url=/windsor_faculty.php;");fx("text=Recreation & Entertainment;url=/windsor_entertainment.php;");fx("text=Health & Student Services;url=/windsor_studentservices.php;");fx("text=International Student Society;url=/windsor_iss.php;");fx("text=Facilities;url=http://cronus.uwindsor.ca/units/pac/nvdailynews/nvdn.nsf/264F80F204E5088A85256A7A004A4BFB/9860F90C760F1F94852573A2004E897C?openDocument;");}with(new fxmenu("apply")){style=itemStyle;menustyle=menuStyle;width=140;fx("text=Application Procedure;url=/contact_applications.php;");fx("text=After Admission;url=/contact_afteradmission.php;");fx("text=Undergraduate FAQ;url=/contact_faq.php;");fx("text=Graduate FAQ;url=/contact_grad_faq.php;");fx("text=Brochure;url=/contact_brochure.php;");}with(new fxmenu("contact_us")){style=itemStyle;menustyle=menuStyle;width=140;fx("text=Office Contacts;url=/contact_office.php;");fx("text=Outreach Events;url=/events.php;");}buildMenus();
