pdf.phtml specific variables
var pdfText = new Array();
pdfText[0]='The 1Q05 earnings presentation Adobe AcrobatTM File will be available by 6:00 PM ET on April 14.';
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 1Q05 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 4:30 PM ET on April 14.';
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 1Q05 earnings presentation prepared remarks will be available by 6:45 PM ET on April 14.';
transcriptText[1]='The 1Q05 earnings presentation prepared remarks are available here.';
transcriptText[2]='The 1Q05 earnings presentation prepared remarks will be available when the replay is available.';
transcriptText[3]='The 1Q05 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="First Quarter Earnings Announcement";
// Container pages variables
// These URLs are used in the right navigation menu and in the auditorium
//
premarksContainerPage = premarksLocation;
slidepdfContainerPage = pfcLocation;
pressContainerPage = "http://www-03.ibm.com/press/us/en/pressrelease/7618.wss";
// 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/podcasts/2006/ir4q05.mp3";
// audio[0].text = "non-default text";
audio[0].size = "24";
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 press = new Array();
press[0] = new pressclass();
press[0].location = pressContent;
// press[0].text = "non-default text";
// end of Presentation materials for download section
// *** end Additional Parameters - V3 upgrade from V2 *** //
with (parent) {
indexState = 3;
chartstate = 3;
pfcState = 3;
preparedState = 3;
pressState = 0;
agenda[0] = new slideshowclass();
with (agenda[0])
{
totalslides=23;
goslidemethod=1;
speakername='1. Mark Loughridge';
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';
titlechart[2]='3. Overview';
titlechart[3]='4. Geographic Revenue';
titlechart[4]='5. Revenue / Gross Profit Margin';
titlechart[5]='6. Expense Summary';
titlechart[6]='7. Cash Flow Analysis';
titlechart[7]='8. Balance Sheet';
titlechart[8]='9. Global Services';
titlechart[9]='10. Hardware';
titlechart[10]='11. Software';
titlechart[11]='12. Business Perf. Transformation Services';
titlechart[12]='13. EPS Dynamics';
titlechart[13]='14. Logo';
titlechart[14]='S1. Financial Summary';
titlechart[15]='S2. Revenue - Key Industry Sales Units';
titlechart[16]='S3. Currency: Year-to-Year Comparison';
titlechart[17]='S4. Cash Flow (FAS 95)';
titlechart[18]='S5. Non-GAAP Financial Measures';
titlechart[19]='S6. Non-GAAP Financial Measures (cont.)';
titlechart[20]='S7. Reconciliation to Net Cash from Ops.';
titlechart[21]='S8. Reconcilliation of Increase in Pension Exp.';
titlechart[22]='S9. Logo';
//timecodes for each chart
}
}