function CreateNiccumFlashContent()
{
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" WIDTH="177" HEIGHT="120" id="myMovieName">');
	document.write('<PARAM NAME="bgcolor" VALUE="#000000">');
	document.write('<PARAM NAME="MOVIE" VALUE="flash/SmAnimation3.swf">');
	document.write('<PARAM NAME="PLAY" VALUE="true">');
	document.write('<PARAM NAME="QUALITY" VALUE="best">');
	document.write('<PARAM NAME="loop" VALUE="true">');
	document.write('<EMBED src="flash/SmAnimation3.swf" loop="true" quality="best" bgcolor="#000000" WIDTH="100%" HEIGHT="100%" NAME="myMovieName" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
	document.write('</OBJECT>');
}

function CreateStartPageNiccumFlashContent()
{
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" WIDTH="360" HEIGHT="243" id="myMovieName">\n');
	document.write('<PARAM NAME="bgcolor" VALUE="#000000">\n');
	document.write('<PARAM NAME="MOVIE" VALUE="flash/LogoAnim02.swf">\n');
	document.write('<PARAM NAME="PLAY" VALUE="true">\n');
	document.write('<PARAM NAME="QUALITY" VALUE="best">\n');
	document.write('<PARAM NAME="loop" VALUE="false">\n');
	document.write('<EMBED src="flash/LogoAnim02.swf" loop="false" quality="best" bgcolor="#000000" WIDTH="100%" HEIGHT="100%" NAME="myMovieName" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>\n');
	document.write('</OBJECT>\n');
}