//CES Youth Program Flash video player v2.0
//Allrights reserved. Please contact CES Youth Program for any distribution or reuse of these codes

function displayFlash(){
	movieWidth = 979; //do not change this
	movieHeight = 450;
	flashLink = "video-gallery_v4";
			
	if (flashinstalled == 2){
			document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab##version=7,0,0,0" width="'+movieWidth+'" height="'+movieHeight+'" id="'+flashLink+'"><param name="movie" value="'+flashLink+'.swf" /><param name="salign" value="lt" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="wmode" value="transparent" /><embed src="'+flashLink+'.swf" quality="high" scale="noscale" width="'+movieWidth+'" height="'+movieHeight+'" name="'+flashLink+'" wmode="transparent" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object></td></tr>'); 
			if (flashversion == 7)
				document.write(' <span style="font-size: xx-small;">For improved video download <a href="javascript:nonBYUsite(\'http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash\');">Flash 8</a>.</small></td>');
			else
				document.write('</td>');
	} else {
		//document.write('<img src="images/diskcollection2.jpg" style="border: #000000 solid 1px;"></td>');
		document.write('<div style=\'height:450px;\'>To experience the page better, <a href=\"javascript:nonBYUsite(\'http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash\');\">click here</a> to install Flash.</div>');
	}
}
