var MM_file = "text_inner.swf";  // path and name of .swf file
var MM_ID = "text_inner";  // name of .swf file without ".swf"
var MM_width = "545";  // width of flash file
var MM_height = "98";  // height of flash file
var MM_initStr = "" // key=value pair of parameters to be passed to flash file

var MM_contentVersion = 6;
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ');
	document.write(' ID="'+MM_ID+'" WIDTH="'+MM_width+'" HEIGHT="'+MM_height+'" ALIGN="">');
	document.write(' <PARAM NAME=movie VALUE="'+MM_file+'?'+MM_initStr+'"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF>  <PARAM NAME=FlashVars VALUE="'+MM_initStr+'">');
	document.write(' <PARAM NAME="wmode" VALUE="transparent"> ');
	document.write(' <embed src="'+MM_file+'?'+MM_initStr+'" FlashVars="'+MM_initStr+'" quality=high bgcolor=#FFFFFF  ');
	document.write(' swLiveConnect=FALSE WIDTH="'+MM_width+'" HEIGHT="'+MM_height+'" NAME="'+MM_ID+'" ALIGN=""');
	document.write(' wmode=transparent'); //puts flash under drop down menues (DHTM)
	document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
	document.write(' </embed>');
	document.write(' </object>');
