// declare all needed variables *******************************************************************
// ************************************************************************************************
// defines the client ric
var companyRIC                  = "AGLJ.J";
// defines the company names
var RicName                     = new Array("Anglo American plc");

var Rics                                = "AGLJ.J";
// defines the index rics
var indices                     = ".FTSE"
// defines the index names
var indexName                   = new Array("FTSE 100");
// defines the colours
var colour                              = new Array("002E50","AB0C0C");
// sets the path and servlet name of the charts image; 
var server                              = "http://chart.investis.com/graphs/angloamerican?";
// sets the path and image name of the 'waiting' image; normalt "/<clientname>/images/waiting.gif" 
var waiting_img_url     = "http://production.investis.com/anglo/images/loading.gif";
// Defines the size of the chart; the image size mus be change in the image tag too
var img_x                               = 430;
var img_y                               = 250;