// JavaScript Document
function RunStudents()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="250" height="40">\n');
   document.write('<param name="movie" value="Flash/students.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="Flash/students.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="250" height="40"></embed>\n');
   document.write('</object>\n');
}

function RunMechanical()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="250" height="40">\n');
   document.write('<param name="movie" value="Flash/mechanical.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="Flash/mechanical.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="250" height="40"></embed>\n');
   document.write('</object>\n');
}

function RunElectrical()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="250" height="40">\n');
   document.write('<param name="movie" value="Flash/electrical.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="Flash/electrical.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="250" height="40"></embed>\n');
   document.write('</object>\n');
}

function RunGraphics()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="250" height="40">\n');
   document.write('<param name="movie" value="Flash/graphics.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="Flash/graphics.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="250" height="40"></embed>\n');
   document.write('</object>\n');
}
				
function RunTesting()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="250" height="40">\n');
   document.write('<param name="movie" value="Flash/testing.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="Flash/testing.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="250" height="40"></embed>\n');
   document.write('</object>\n');
}


function RunMentors()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="250" height="40">\n');
   document.write('<param name="movie" value="Flash/mentors.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="Flash/mentors.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="250" height="40"></embed>\n');
   document.write('</object>\n');
}

