function activeControl()
{
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n');
	document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"\n width="105" height="115">');
	document.write('<param name="movie" value="images/logo_yellow.swf" />\n');

	document.write('<EMBED src="images/logo_yellow.swf" width="105" 	 height="115" TYPE="application/x-shockwave-flash"\n');
	document.write('PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">\n');
	document.write('</EMBED>\n');

	document.write('</object>\n');
}


