
function showFlash(){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width = "580" height = "560" title="prospective students"');
	   document.write(' CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">');
	   document.write(' <param name="movie" value="prospective.swf" />');
	   document.write(' <PARAM NAME="PLAY" VALUE="true" />');
	   document.write(' <PARAM NAME="LOOP" VALUE="true" />');
	    document.write('<param name="quality" value="high" /> ');
	    document.write('<PARAM NAME="MENU" VALUE="false" />');
	    document.write('<EMBED SRC="prospective.swf"');
		document.write('    width = "580" height = "560" TITLE="prospective students"');
		document.write('    PLAY="true"');
		document.write('    LOOP="true"');
		document.write('    QUALITY="high"');
		document.write('    MENU="true"');
		document.write('    TYPE="application/x-shockwave-flash"');
		document.write('    PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
	   document.write(' </EMBED>');
	document.write('</OBJECT>');
}
function showFlash1(){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width = "580" height = "560" title="prospective students"');
	   document.write(' CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">');
	   document.write(' <param name="movie" value="prospective1.swf" />');
	   document.write(' <PARAM NAME="PLAY" VALUE="true" />');
	   document.write(' <PARAM NAME="LOOP" VALUE="true" />');
	    document.write('<param name="quality" value="high" /> ');
	    document.write('<PARAM NAME="MENU" VALUE="false" />');
	    document.write('<EMBED SRC="prospective1.swf"');
		document.write('    width = "580" height = "560" TITLE="prospective students"');
		document.write('    PLAY="true"');
		document.write('    LOOP="true"');
		document.write('    QUALITY="high"');
		document.write('    MENU="true"');
		document.write('    TYPE="application/x-shockwave-flash"');
		document.write('    PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
	   document.write(' </EMBED>');
	document.write('</OBJECT>');
}

