function FlashWrite(url,width,height, from)
{

	document.write('<OBJECT id=icgFlash codeBase=https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0 height=' + height + ' width=' + width + ' classid=clsid:d27cdb6e-ae6d-11cf-96b8-444553540000 VIEWASTEXT>');	
	document.write('<PARAM NAME=_cx VALUE=19844>');
	document.write('<PARAM NAME=_cy VALUE=5371>');
	document.write('<PARAM NAME=Movie VALUE=' + url + '>');
	document.write('<PARAM NAME=Src VALUE=' + url + '>');
	document.write('<PARAM NAME=WMode VALUE=Transparent>');
	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=AllowScriptAccess VALUE=sameDomain>');
	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=FFFFFF>');
	document.write('<PARAM NAME=SWRemote VALUE=>');
	document.write('<PARAM NAME=MovieData VALUE=>');
	document.write('<PARAM NAME=FlashVars VALUE=comingFrom=' + from + '&base= >');
	document.write('<embed src=' + url + ' FlashVars=comingFrom=' + from + '&base= quality=high wmode=transparent bgcolor=#ffffff width=' + width + ' height=' + height + ' name=icgFlash allowScriptAccess=sameDomain type=application/x-shockwave-flash pluginspage=http://www.macromedia.com/go/getflashplayer /> ');
	document.write('</OBJECT>');
}