
function CreateHomeFlash(src)
{
	/*document.write('<OBJECT height="140" width="740" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" VIEWASTEXT>');
	document.write('<PARAM NAME="_cx" VALUE="19579">');
	document.write('<PARAM NAME="_cy" VALUE="3704">');
	document.write('<PARAM NAME="Movie" VALUE="header.swf">');
	document.write('<PARAM NAME="Src" VALUE="'+src+'">');
	document.write('<PARAM NAME="WMode" VALUE="Window">');
	document.write('<PARAM NAME="Play" VALUE="-1">');
	document.write('<PARAM NAME="Loop" VALUE="-1">');
	document.write('<PARAM NAME="Quality" VALUE="High">');
	document.write('<PARAM NAME="SAlign" VALUE="">');
	document.write('<PARAM NAME="Menu" VALUE="-1">');
	document.write('<PARAM NAME="Base" VALUE="">');
	document.write('<PARAM NAME="Scale" VALUE="ShowAll">');
	document.write('<PARAM NAME="DeviceFont" VALUE="0">');
	document.write('<PARAM NAME="EmbedMovie" VALUE="0">');
	document.write('<PARAM NAME="BGColor" VALUE="">');
	document.write('<PARAM NAME="SWRemote" VALUE="">');
	document.write('<PARAM NAME="Stacking" VALUE="below">');*/
	document.write('<EMBED pluginspage=http://www.macromedia.com/go/getflashplayer align=baseline _cx="19579" _cy="3704" ');
	document.write('src='+ src + ' width=740 height=140 type=application/x-shockwave-flash ');
	document.write('loop="true" menu="false" quality="high" align="b" salign="" wmode="window" quality="high"');
	document.write('base="" scale="ShowAll" DeviceFont="0" EmbedMove="0" SWRemote="" Stacking="below" bgcolor="">');
	document.write('</EMBED>');
	//document.write('</OBJECT>');
}

function CreateU12Flash(src)
{
	document.write('<EMBED pluginspage=http://www.macromedia.com/go/getflashplayer align=baseline ');
	document.write('src='+ src + ' width=750 height=600 type=application/x-shockwave-flash');
	document.write('loop="false" menu="false" quality="high" salign="LT" bgcolor=""></EMBED>');
}

function CreateU12Movie(src)
{
	document.write('<OBJECT classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" ');
	document.write('width="325" ');
	document.write('height="260" ');
	document.write('codebase="http://www.apple.com/qtactivex/qtplugin.cab" VIEWASTEXT> ');
	document.write('<param name="src" value="'+src+'"> ');
	document.write('<param name="autoplay" value="true"> ');
	document.write('<param name="controller" value="true"> ');
	document.write('<param name="loop" value="true"> ');
	document.write('<EMBED src="'+src+'" '); 
	document.write('width="325" '); 
	document.write('height="260" '); 
	document.write('autoplay="true" '); 
	document.write('controller="true" loop="true" pluginspage="http://www.apple.com/quicktime/download/"> ');
	document.write('</EMBED> ');
	document.write('</OBJECT> ');
}

