pdf.phtml specific variables
var pdfText = new Array();
pdfText[0]='The presentation Adobe AcrobatTM File will be available by 8:00 AM ET on May 5.';
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 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 8:00 AM ET on May 5.';
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 presentation prepared remarks will be available shortly after the webcast concludes on May 5, 2005.';
transcriptText[1]='The presentation prepared remarks are available here.';
transcriptText[2]='The presentation prepared remarks will be available when the replay is available.';
transcriptText[3]='The 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="IBM Plans Restructuring Actions";
// 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/7654.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/ir2q06.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 = 0;
preparedState = 3;
pressState = 3;
agenda[0] = new slideshowclass();
with (agenda[0])
{
totalslides=1;
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]='Title';
titlechart[1]='';
titlechart[2]=''
titlechart[3]='';
titlechart[4]='';
titlechart[5]='';
titlechart[6]='';
titlechart[7]='';
titlechart[8]=''
titlechart[9]='';
titlechart[10]='';
//timecodes for each chart
}
}