function Write_Activex(fileNames, widths, heights){
	var menustr;
	
	menustr  = "<object classid=clsid:d27cdb6e-ae6d-11cf-96b8-444553540000 codebase=http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0 width="+widths+" height="+heights+" id=gallery align=middle>";
	menustr  = "<param name=allowScriptAccess value=sameDomain /><param name=movie value="+fileNames+" /><param name=menu value=false /><param name=quality value=high /><param name=bgcolor value=#93A023 />";
	menustr  = "<embed src="+fileNames+" menu=false quality=high bgcolor=#93A023 width="+widths+" height="+heights+" name=gallery align=middle allowScriptAccess=sameDomain type=application/x-shockwave-flash pluginspage=http://www.macromedia.com/go/getflashplayer /></object>";
        
   	document.write(menustr);
}