
	var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;

	// Handle all the the FSCommand messages in a Flash movie
	function Flash2004Homepage_DoFSCommand(command, args) {
			var Flash2004HomepageObj = InternetExplorer ? Flash2004Homepage : document.Flash2004Homepage;

			document.all.mainTable1.style.visibility="visible";
			//document.all.mainTable2.style.visibility="visible";
			document.all.mainTable.style.backgroundColor="#D0D2D8";
	}


	// Hook for Internet Explorer
	if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 &&
		  navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
		document.write('<SCRIPT LANGUAGE=VBScript\> \n');
		document.write('on error resume next \n');
		document.write('Sub Flash2004Homepage_FSCommand(ByVal command, ByVal args)\n');
		document.write('  call Flash2004Homepage_DoFSCommand(command, args)\n');
		document.write('end sub\n');
		document.write('</SCRIPT\> \n');
	}


	function openHtmlSheet() {
		window.open ("you-niversity-webcast-chart.html","htmlSheet","toolbar=no,directories=no,status=no,menubar=no,scrollbars=yes, width=670");
	}

	
	function renderFlash() {
		document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="772" HEIGHT="320" id="Flash2004Homepage" ALIGN=""><param name=SCALE value=noborder><PARAM NAME=movie VALUE="' + movieUrl + '"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="' + movieUrl + '" quality=high bgcolor=#FFFFFF  WIDTH="772" HEIGHT="320" swLiveConnect=true  id="Flash2004Homepage" NAME="Flash2004Homepage" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>');
	}