

<!--



// Detect if browser is Netscape 3 + or IE 4 +.

bName = navigator.appName;

bVer = parseInt(navigator.appVersion);

    if ((bName == "Netscape" && bVer >= 3) || 

        (bName == "Microsoft Internet Explorer" && bVer >= 4))

		{

			br = "n3";

		}	 

    	else

		{

			br = "n2";

		}

// Create image objects, preload all active and inactive images.

    if (br== "n3") { 

	
	img0on = new Image();
	
	img0on.src = "http://www.rotman.utoronto.ca/mfe/images/nav10-on.gif";
	
	
	img1on = new Image();

	img1on.src = "http://www.rotman.utoronto.ca/mfe/images/nav11-on.gif";

	img2on = new Image();

	img2on.src = "http://www.rotman.utoronto.ca/mfe/images/nav12-on.gif";

	img3on = new Image();

	img3on.src = "http://www.rotman.utoronto.ca/mfe/images/nav13-on.gif";

	img4on = new Image();

	img4on.src = "http://www.rotman.utoronto.ca/mfe/images/nav14-on.gif";

	img5on = new Image();

	img5on.src = "http://www.rotman.utoronto.ca/mfe/images/nav15-on.gif";

	img6on = new Image();

	img6on.src = "http://www.rotman.utoronto.ca/mfe/images/nav16-on.gif";

	img7on = new Image();

	img7on.src = "http://www.rotman.utoronto.ca/mfe/images/nav17-on.gif";

	img8on = new Image();

        img8on.src = "http://www.rotman.utoronto.ca/mfe/images/nav18-on.gif";

        img9on = new Image();

        img9on.src = "http://www.rotman.utoronto.ca/mfe/images/nav20-on.gif";
        
        img10on = new Image();
	
        img10on.src = "http://www.rotman.utoronto.ca/mfe/images/nav19-on.gif";
        
         img11on = new Image();
		
        img11on.src = "http://www.rotman.utoronto.ca/mfe/images/nav-requestpage-on.gif";
        
         img12on = new Image();
		
        img12on.src = "http://www.rotman.utoronto.ca/mfe/images/nav-statpage-on.gif";

        

// End of Roll Over Images

	
        img0off = new Image();
	
	img0off.src = "http://www.rotman.utoronto.ca/mfe/images/nav10-off.gif";

	img1off = new Image();

	img1off.src = "http://www.rotman.utoronto.ca/mfe/images/nav11-off.gif";

	img2off = new Image();

	img2off.src = "http://www.rotman.utoronto.ca/mfe/images/nav12-off.gif";

	img3off = new Image();

	img3off.src = "http://www.rotman.utoronto.ca/mfe/images/nav13-off.gif";

	img4off = new Image();

	img4off.src = "http://www.rotman.utoronto.ca/mfe/images/nav14-off.gif";

	img5off = new Image();

	img5off.src = "http://www.rotman.utoronto.ca/mfe/images/nav15-off.gif";

	img6off = new Image();

	img6off.src = "http://www.rotman.utoronto.ca/mfe/images/nav16-off.gif";

	img7off = new Image();

	img7off.src = "http://www.rotman.utoronto.ca/mfe/images/nav17-off.gif";

	img8off = new Image();

        img8off.src = "http://www.rotman.utoronto.ca/mfe/images/nav18-off.gif";

        img9off = new Image();

	img9off.src = "http://www.rotman.utoronto.ca/mfe/images/nav20-off.gif";
	
	img10off = new Image();
	
	img10off.src = "http://www.rotman.utoronto.ca/mfe/images/nav19-off.gif";
	
	img11off = new Image();
			
	img11off.src = "http://www.rotman.utoronto.ca/mfe/images/nav-requestpage-off.gif";
	        
	img12off = new Image();
			
        img12off.src = "http://www.rotman.utoronto.ca/mfe/images/nav-statpage-off.gif";

	

	

	

	

    }



// Function to "activate" images.

function imgAct(imgName)

{

    if (br == "n3")

	{

    	document[imgName].src = eval(imgName + "on.src");

    }

}

// Function to "deactivate" images.

function imgInact(imgName)

{

    if (br == "n3")

	{

    	document[imgName].src = eval(imgName + "off.src");

    }

}



function imgRollAct(imgName,newName)

{

    if (br == "n3")

	{

		img10on.src = eval(newName+"on.src");

   		document[imgName].src = eval(imgName + "on.src");

	

    }

}

function imgRollInact(imgName) {

    if (br == "n3")

	{ 

		img10on.src = "http://www.rotman.utoronto.ca/mfe/images/sn_index-on.gif";

		img10off.src = "http://www.rotman.utoronto.ca/mfe/images/sn_index-off2.gif";

		document[imgName].src = eval(imgName + "off.src");

	}	

}// -->


document.write("<a href=http://www.rotman.utoronto.ca/mfe/index.html onMouseOver = imgAct('img0') onMouseOut = imgInact('img0')>");

document.write("<img name=img0 src=http://www.rotman.utoronto.ca/mfe/images/nav10-off.gif width=180 height=20 border=0 alt=Home></a><br>");


document.write("<a href=http://www.rotman.utoronto.ca/mfe/about.html onMouseOver = imgAct('img1') onMouseOut = imgInact('img1')>");

document.write("<img name=img1 src=http://www.rotman.utoronto.ca/mfe/images/nav11-off.gif width=180 height=20 border=0 alt=About></a><br>");


document.write("<a href=http://www.rotman.utoronto.ca/mfe/faculty.html onMouseOver = imgAct('img2') onMouseOut = imgInact('img2')>");

document.write("<img name=img2 src=http://www.rotman.utoronto.ca/mfe/images/nav12-off.gif width=180 height=20 border=0 alt=Faculty></a><br>");


document.write("<a href=http://www.rotman.utoronto.ca/mfe/curriculum.html onMouseOver = imgAct('img3') onMouseOut = imgInact('img3')>");

document.write("<img name=img3 src=http://www.rotman.utoronto.ca/mfe/images/nav13-off.gif width=180 height=20 border=0 alt=Curriculum></a><br>");



document.write("<a href=http://www.rotman.utoronto.ca/mfe/admission.html onMouseOver = imgAct('img4') onMouseOut = imgInact('img4')>");

document.write("<img name=img4 src=http://www.rotman.utoronto.ca/mfe/images/nav14-off.gif width=180 height=20 border=0 alt=admission></a><br>");

document.write("<a href=http://www.rotman.utoronto.ca/mfe/tuition.html onMouseOver = imgAct('img5') onMouseOut = imgInact('img5')>");

document.write("<img name=img5 src=http://www.rotman.utoronto.ca/mfe/images/nav15-off.gif width=180 height=20 border=0 alt=tuition></a><br>");

document.write("<a href=http://www.rotman.utoronto.ca/mfe/application.html onMouseOver = imgAct('img6') onMouseOut = imgInact('img6')>");

document.write("<img name=img6 src=http://www.rotman.utoronto.ca/mfe/images/nav16-off.gif width=180 height=20 border=0 alt=application></a><br>");

document.write("<a href=http://www.rotman.utoronto.ca/mfe/career.html onMouseOver = imgAct('img7') onMouseOut = imgInact('img7')>");

document.write("<img name=img7 src=http://www.rotman.utoronto.ca/mfe/images/nav17-off.gif width=180 height=20 border=0 alt=Career></a><br>");


document.write("<a href=http://www.rotman.utoronto.ca/mfe/faq.html onMouseOver = imgAct('img8') onMouseOut = imgInact('img8')>");

document.write("<img name=img8 src=http://www.rotman.utoronto.ca/mfe/images/nav18-off.gif width=180 height=20 border=0 alt=FAQs></a><br>");

document.write("<a href=http://www.rotman.utoronto.ca/mfe/links.html onMouseOver = imgAct('img9') onMouseOut = imgInact('img9')>");

document.write("<img name=img9 src=http://www.rotman.utoronto.ca/mfe/images/nav20-off.gif width=180 height=20 border=0 alt=Links</a><br>");


document.write("<a href=http://www.rotman.utoronto.ca/mfe/request.htm onMouseOver = imgAct('img11') onMouseOut = imgInact('img11')>");

document.write("<img name=img11 src=http://www.rotman.utoronto.ca/mfe/images/nav-requestpage-off.gif width=180 height=20 border=0 alt=Request</a><br>");

document.write("<a href=http://www.rotman.utoronto.ca/mfe/employment.htm onMouseOver = imgAct('img12') onMouseOut = imgInact('img12')>");

document.write("<img name=img12 src=http://www.rotman.utoronto.ca/mfe/images/nav-statpage-off.gif width=180 height=20 border=0 alt=Employment Stats</a><br>");


document.write("<a href=http://www.rotman.utoronto.ca/mfe/contact.html onMouseOver = imgAct('img10') onMouseOut = imgInact('img10')>");

document.write("<img name=img10 src=http://www.rotman.utoronto.ca/mfe/images/nav19-off.gif width=180 height=20 border=0 alt=Contact</a><p>");

document.write("<a href=MFEREHANDBOOK.pdf><img src=images/brochure.gif width=196 height=50 border=0></a>");




