// KGA Moved Initialization from auditorium.phtml
// Initialize variables
// var thisMediaPresType = window.opener.currentPresType;
var mpVidHighUrl=''
var mpVidLowUrl='';
var mpAudUrl='';
var rpVidHighUrl=''
var rpVidLowUrl='';
var rpAudUrl='';
var streamname = "";
var media = "";
var chartstate=0;
var cansync=0;
var originalsync=0; // variable to preserve initial state of cansync
var prestype = "";
var saminame ="" ;
var auditoriumtitle = "";
var auditoriumtitlesub = "";
var hascc=0;
var refreshchart=0;
var refreshchartinterval=0;
var slideclosed="";
var slidefinished="";
var chartwidth="";
var chartheight="";
var agenda = new Array(); // agenda object
// end initialization. Load SSI with event specific data now
eventDir="/investor/events/bzeitler0905/";
configPath= eventDir + "webcastini";
presDir=eventDir + "presentation/";
//mpAudio='http://mfile.akamai.com/9039/live/reflector:35300.asx';
//mpVidLowUrl='http://mfile.akamai.com/9039/live/reflector:35300.asx';
//mpVidHighUrl='http://mfile.akamai.com/9039/live/reflector:35300.asx';
//mpAudio='http://play.rbn.com/play.asx?url=ibmpdc/pdc/open/wmdemand/wwwinvestor/analyst0504/19security-a8.asf&proto=mms?mswmext=.asx';
//mpVidLowUrl='http://play.rbn.com/play.asx?url=ibmpdc/pdc/open/wmdemand/wwwinvestor/analyst0504/19security-v34.asf&proto=mms?mswmext=.asx';
//mpVidHighUrl='http://play.rbn.com/play.asx?url=ibmpdc/pdc/open/wmdemand/wwwinvestor/analyst0504/19security-v125.asf&proto=mms?mswmext=.asx';
//rpAudio='http://play.rbn.com/?url=ibmpdc/pdc/open/demand/wwwinvestor/analyst0504/19security-a8.rm&proto=rtsp';
//rpVidLowUrl='http://play.rbn.com/?url=ibmpdc/pdc/open/demand/wwwinvestor/analyst0504/19security-v34.rm&proto=rtsp';
//rpVidHighUrl='http://play.rbn.com/?url=ibmpdc/pdc/open/demand/wwwinvestor/analyst0504/19security-v125.rm&proto=rtsp';
//mpVidHighUrl = eventDir + 'stream_meta/wm_vidhigh.asx';
//mpVidLowUrl = eventDir + 'stream_meta/wm_vidlow.asx';
//mpAudio= eventDir + 'stream_meta/wm_audio.asx';
//rpVidHighUrl = eventDir + 'stream_meta/real_vidhigh.ram';
//rpVidLowUrl = eventDir + 'stream_meta/real_vidlow.ram';
//rpAudio= eventDir + 'stream_meta/real_audio.ram';
// KGA
// the following conditional will prevent an attempt by the code to execute this switch
// in the event that "thisMediaPresType" is not available. this condition would take
// place anywhere other than the initial auditorium window- therefore, these variables
// will only be available in that initial window
if (typeof thisMediaPresType != 'undefined') {
switch(thisMediaPresType) {
case 'wmVidHigh240x180' :
media = 'wm';
prestype ='vidhigh';
streamname = mpVidHighUrl;
hascc=0;
cansync = 0;
chartstate = 2;
break;
case 'wmVidLow240x180' :
media = 'wm';
prestype ='vidlow';
streamname = mpVidLowUrl;
cansync = 0;
hascc=0;
chartstate = 2;
break;
case 'wmAud' :
media = 'wm';
prestype ='audio';
streamname = mpAudio;
hascc=0;
cansync = 0;
chartstate = 2;
break;
case 'rpVidHigh240x180' :
media = 'real';
prestype ='vidhigh';
streamname = rpVidHighUrl;
hascc=0;
cansync = 0;
chartstate = 2;
break;
case 'rpVidLow240x180' :
media = 'real';
prestype ='vidlow';
streamname = rpVidLowUrl;
cansync = 0;
hascc=0;
chartstate = 2;
break;
case 'rpAud' :
media = 'real';
prestype ='audio';
streamname = rpAudio;
hascc=0;
cansync = 0;
chartstate = 2;
break;
// KGA Added new case
case 'slide' :
media = 'slide';
prestype ='slide';
streamname = "";
hascc=0;
cansync = 0;
chartstate = 2;
break;
}
}
originalsync = cansync; // preserve the initial state of cansync
// saminame is optional -- use if you have a SAMI file for WM and have Closed Captioning enabled
// note: this *must* be an absolute URL (including the full server name)'
// thus this can't actually be tested until its published
//saminame = "http://wnts014.dyn.webahead.ibm.com/investor/events/audv2_test/ondemand/stream_meta/cc.smi";
//saminame = "http://localhost:8080" + eventDir + "streams/cc.smi";
auditoriumtitle = "";
eventTitle = "Citigroup Global Technology Conference"; // KGA added eventTitle for rightnav.ssi
auditoriumtitlesub = "Citigroup Global Technology Conference
Bill Zeitler,
Senior Vice President & Group Executive,
IBM Systems and Technology Group";
// global status variables -----------------//
refreshchart=1;
refreshchartinterval=60;
refreshPfc=1; // either 0 or 1
refreshvalPfc=60; // refresh time in seconds
refreshIndex=1; // etc.
refreshvalIndex=60;
refreshPrepared=1;
refreshvalPrepared=60;
refreshPress=1;
refreshvalPress=60;
slideclosed= presDir + 'before.gif';
slidefinished= presDir + 'after.gif';
chartwidth='520';
chartheight='400';
// KGA top banner link type
// seven "types", as follows (all include "help" link)
// 1= index, printer friendly charts, prepared remarks, press release
// 2= printer friendly charts, prepared remarks, press release
// 3= printer friendly charts
// 4= printer friendly charts, press release
// 5= press release
// 6= ? help only...identical to "closed" state
// 7= prepared remarks
linksType=3;
// webcastTitle is the webcast banner image below the Executive Presentations banner
webcastTitle= eventDir + 'images/webcast-title.gif';
webcastTitleHeight=130;
webcastTitleWidth=530;
webcastTitleAlt='Citigroup Global Technology Conference';
webcastMiniTitle= eventDir + 'images/webcast-title-mini.gif';
webcastMiniTitleHeight=25;
webcastMiniTitleWidth=443;
// urls of printer friendly charts, prepared remarks, and press release
// NOTE: need to work out how to deal with this for multi-speaker agendas
// for now, only one pfc/remearks/press release is supported per event
//
pfcLocation= eventDir + "webcastPdf.phtml";
pfcpdf= presDir + "bzeitler0905.pdf";
premarksLocation= "";
premarkspdf= "";
pressLocation= "";
pressContent= "";
// index.phtml specific variables
var indexText = new Array();
indexText[0]='';
indexText[1]='';
indexText[2]='';
indexText[3]="Join Bill Zeitler, Senior Vice President and Group Executive, IBM Systems and Technology Group, for the presentation he gave at the Citigroup 12th Annual Global Technology Conference in New York City .This presentation was given on September 7, 2005.
";
// pdf.phtml specific variables
var pdfText = new Array();
pdfText[0]='';
pdfText[1]='';
pdfText[2]='';
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]='';
pressText[1]='';
pressText[2]='';
pressText[3]='';
// prepared.phtml specific variables
var transcriptText = new Array();
transcriptText[0]='';
transcriptText[1]='';
transcriptText[2]='';
transcriptText[3]='';
// *** 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="Citigroup Global Technology Conference";
// Container pages variables
// These URLs are used in the right navigation menu and in the auditorium
//
premarksContainerPage = premarksLocation;
slidepdfContainerPage = pfcLocation;
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/podcasts/2008/17ir4q.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 = 3;
agenda[0] = new slideshowclass();
with (agenda[0])
{
totalslides=21;
goslidemethod=1;
speakername='1. Bill Zeitler';
presdir= presDir; // last slash required
foilname='slide';
foilextension='phtml';
// vars below are for dynamic slide.phtml?X generated pages.
chartimagename='slide';
chartimagetype='jpg';
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]="Forward Looking Comments";
titlechart[2]="Server Marketplace Momentum";
titlechart[3]="Server Marketplace Momentum Cont'd";
titlechart[4]="Unix Server Leadership";
titlechart[5]='Unix Server Share by CPU';
titlechart[6]="Systems Paradigms";
titlechart[7]="Business Paradigms";
titlechart[8]="Technology";
titlechart[9]="Integration";
titlechart[10]="IBM Systems Agenda";
titlechart[11]="Customer Value";
titlechart[12]="Customer Value Cont'd";
titlechart[13]="Customer Value Cont'd";
titlechart[14]="Collaborative Innovation- Internal";
titlechart[15]="Collaborative Innovation- Industry";
titlechart[16]="Collaborative Innovation- Open Communities";
titlechart[17]='Collaborative Innovation- Clients';
titlechart[18]="Summary";
titlechart[19]="Special Notices";
titlechart[20]="Special Notices (Cont.)";
//timecodes for each chart
}
}