function topImg(url,width,height){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  codebase="upload/swflash.cab#version=6,0,29,0" width="'+width+'" height="'+height+'" >		<param name="Wmode" value="transparent"><param name="movie" value="upload/swfoto.swf?isShowLoader=1&#038;roundCorner=10&#038;image='+url+'" ><param name="Wmode" value="transparent"></param>		<embed src="upload/swfoto.swf?isShowLoader=1&#038;roundCorner=100&#038;image='+url+'" width="'+width+'" height="'+height+'"  pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>	</object>');
}