pdf.phtml specific variables
var pdfText = new Array();
pdfText[0]='The 2Q06 earnings presentation Adobe AcrobatTM File will be available by approximately 4:30 PM ET on July 18.';
pdfText[1]='Click here to download the presentation as an Adobe AcrobatTM file.Note: Depending on your browser settings, the presentation may be downloaded to your hard drive, or opened in this window.';
pdfText[2]='The 2Q06 earnings presentation Adobe AcrobatTM File will be available when the replay is available.';
pdfText[3]='Click here to download the presentation as an Adobe AcrobatTM file.
Note: Depending on your browser settings, the presentation may be downloaded to your hard drive, or opened in this window.';
// pres.phtml specific variables
var pressText = new Array();
pressText[0]='The press release will be available by approximately 4:30 PM ET on July 18.';
pressText[1]='Click here to view the press release for this announcement.';
pressText[2]='Click here to view the press release for this announcement.';
pressText[3]='Click here to view the press release for this announcement.';
// prepared.phtml specific variables
var transcriptText = new Array();
transcriptText[0]='The 2Q06 earnings presentation prepared remarks will be available by approximately 5:15 PM ET on July 18.';
transcriptText[1]='The 2Q06 earnings presentation prepared remarks are available here.';
transcriptText[2]='The 2Q06 earnings presentation prepared remarks will be available when the replay is available.';
transcriptText[3]='The 2Q06 earnings presentation prepared remarks are available here.';
// *** Additional Parameters - V3 upgrade from V2 *** //
// This section contains parameters to be added to an event being upgrade from
// V2 to V3. In standard V3 webcastini.phtml files the parameters will be
// located in the proper sections. Place this code at the end of the
// webcastini.phtml file, directly above the webcastini.ssi include line.
//
// webcastTitleText added by MDS on Mar 3, 2008.
// This new parameter should be located in the webcast Title section.
// You can either map it by default to the pre-existing webcastTitleAlt text
// or enter an appropriate value. (i.e. the text in the .gif file banner)
// webcastTitleText=webcastTitleAlt;
// webcastTitleText="Enter event title text here";
webcastTitleText="2008 Corporate Responsibility Investment Analyst Webcast";
// Container pages variables
// These URLs are used in the right navigation menu and in the auditorium
//
premarksContainerPage = premarksLocation;
slidepdfContainerPage = pfcLocation;
speakerbiosContainerPage = speakerbiosLocation;
pressContainerPage = "replace with press release URL";
// Presentation materials for download
// Created by MDS 02/29/08
// This section includes variables for downloads of podcasts, audio mp3,
// video files, slide pdfs, prepared remarks, and transcripts
// Note: for legacy events, some new variables will map to the section above
// File sizes are in MB
var podcast = new Array();
podcast[0] = new podcastclass();
podcast[0].location = "/investor/ibm_ir_financials_podcast.xml";
podcast[0].text = "Subscribe to the IBM Financials podcast";
var audio = new Array();
audio[0] = new audioclass();
audio[0].location = "http://ibmvancouv1.download.akamai.com.edgesuite.net/2008/responsibility0608/responsibility0608.mp3";
// audio[0].text = "non-default text";
audio[0].size = "18";
var slidepdf = new Array();
slidepdf[0] = new slidepdfclass();
slidepdf[0].location = pfcpdf;
// slidepdf[0].text = "non-default text";
slidepdf[0].size = "1";
var premarks = new Array();
premarks[0] = new premarksclass();
premarks[0].location = premarkspdf;
// premarks[0].text = "non-default text";
premarks[0].size = "1";
var speakerBios = new Array();
speakerBios[0] = new premarksclass();
speakerBios[0].location = speakerbiospdf;
speakerBios[0].text = "Speaker biographies";
speakerBios[0].size = "1";
var press = new Array();
press[0] = new pressclass();
press[0].location = pressContent;
// press[0].text = "non-default text";
var additionalpdf = new Array();
additionalpdf[0] = new additionalpdfclass();
additionalpdf[0].location = "http://www.ibm.com/ibm/responsibility/pdfs/IBM_CorpResp_2006.pdf";
additionalpdf[0].text = "Corporate Responsibility Report";
additionalpdf[0].description = "";
additionalpdf[0].size = "8.2";
// end of Presentation materials for download section
// *** end Additional Parameters - V3 upgrade from V2 *** //
with (parent) {
indexState = 3;
chartstate = 3;
pfcState = 3;
preparedState = 0;
pressState = 0;
agenda[0] = new slideshowclass();
with (agenda[0])
{
totalslides=12;
goslidemethod=1;
speakername='Stanley Litow & IBM Panel';
presdir= presDir; // last slash required
foilname='slide';
foilextension='phtml';
// vars below are for dynamic slide.phtml?X generated pages.
chartimagename='slide';
chartimagetype='gif';
chartbgcolor='#cccccc';
charttablewidth='520';
chartwidth='520';
chartheight='400';
chartalign='LEFT';
chartvalign='TOP';
chartborder='0';
// note: too large of a string will stretch the select element beyond the frame. Keep terse.
titlechart[0]='1. Title chart';
titlechart[1]='2. Forward looking comments';
titlechart[2]='3. Panelists';
titlechart[3]='4. IBM is a Globally Integrated Enterprise';
titlechart[4]='5. IBM\’s material Corporate Responsibility topics';
titlechart[5]='6. Governance for a globally integrated company';
titlechart[6]='7. Supply chain management';
titlechart[7]='8. Environmental affairs and product stewardship';
titlechart[8]='9. Social investment';
titlechart[9]='10. Employee relations';
titlechart[10]='11. Panelists';
titlechart[11]='12. IBM logo';
//timecodes for each chart
timechart[0]= 0;
timechart[1]= 45;
timechart[2]= 91;
timechart[3]= 148;
timechart[4]= 236;
timechart[5]= 298;
timechart[6]= 390;
timechart[7]= 492;
timechart[8]= 580;
timechart[9]= 735;
timechart[10]= 831;
timechart[11]= 2982;
}
}