function createFlashOBJ(Image, Width, Height, Animated)
{
	document.write('<OBJECT classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 \n');
	document.write('codeBase=http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0 \n');
	document.write('height=' + Height + ' id=blue_3d width=' + Width + '><PARAM NAME="movie" VALUE="' + Image + '"><PARAM NAME="loop" \n');
	if (Animated != '2') { 
		document.write('VALUE="false" \n');
	} else {
		document.write('VALUE="true \n');
	}
	document.write('><PARAM NAME="quality" VALUE="high"><PARAM NAME="bgcolor" VALUE="#FFFFFF">  \n');
	document.write('<EMBED src="' + Image + '" loop=true quality=high bgcolor=#FFFFFF  WIDTH=' + Width + ' \n'); 
	document.write('HEIGHT=' + Height + ' TYPE="application/x-shockwave-flash"  \n'); 
	document.write('PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED> \n'); 
	document.write('</OBJECT> \n');
}

function createFlashOBJ2(thead)
{
	document.write(thead);
}
