pdf.phtml specific variables
var pdfText = new Array();
pdfText[0]='The 1Q07 earnings presentation Adobe AcrobatTM File will be available by approximately 4:30 PM ET on April 17.';
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 1Q07 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 April 17.';
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 1Q07 earnings presentation prepared remarks will be available by approximately 5:15 PM ET on April 17.';
transcriptText[1]='The 1Q07 earnings presentation prepared remarks are available here.';
transcriptText[2]='The 1Q07 earnings presentation prepared remarks will be available when the replay is available.';
transcriptText[3]='The 1Q07 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="1q07 Earnings Presentation";
// Container pages variables
// These URLs are used in the right navigation menu and in the auditorium
//
premarksContainerPage = premarksLocation;
slidepdfContainerPage = pfcLocation;
pressContainerPage = "http://www.ibm.com/press/us/en/pressrelease/21386.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/2007/ir1q07.mp3";
// audio[0].text = "non-default text";
audio[0].size = "21";
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. 1Q07 Overview';
titlechart[3]='4. Geographic Revenue';
titlechart[4]='5. Segment Revenue and Gross Margin';
titlechart[5]='6. Expense Summary';
titlechart[6]='7. Cash Flow Analysis';
titlechart[7]='8. Balance Sheet';
titlechart[8]='9. Global Services Segments';
titlechart[9]='10. Systems & Technology Segment';
titlechart[10]='11. Software Segment';
titlechart[11]='12. 1Q Summary';
titlechart[12]='13. IBM Logo';
titlechart[13]='S1. Supplemental Exhibits';
titlechart[14]='S2. Revenue - Key Industry Sales Units';
titlechart[15]='S3. Currency: Year-to-Year Comparison';
titlechart[16]='S4. Cash Flow (FAS 95)';
titlechart[17]='S5. Non-GAAP Supplementary Materials';
titlechart[18]='S6. Non-GAAP Supplementary Materials';
titlechart[19]='S7. Non-GAAP Supplementary Materials';
titlechart[20]='S8. Non-GAAP Supplementary Materials';
titlechart[21]='S9. Non-GAAP Supplementary Materials';
titlechart[22]='S10. IBM Logo';
//timecodes for each chart
timechart[0]=0;
timechart[1]=72;
timechart[2]=99;
timechart[3]=167;
timechart[4]=313;
timechart[5]=393;
timechart[6]=624;
timechart[7]=767;
timechart[8]=790;
timechart[9]=1180;
timechart[10]=1389;
timechart[11]=1607;
timechart[12]=1800;
timechart[13]=-1;
timechart[14]=-1;
timechart[15]=-1;
timechart[16]=-1;
timechart[17]=-1;
timechart[18]=-1;
timechart[19]=-1;
timechart[20]=-1;
timechart[21]=-1;
timechart[22]=-1;
}
}