// 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/mdaniels0508/";
configPath= eventDir + "webcastini";
presDir=eventDir + "presentation/";
//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';
// *** pre-event tag ***
//mpAudio= eventDir + 'stream_meta/wm_audio_preevent.asx';
//rpAudio= eventDir + 'stream_meta/real_audio_preevent.ram';
// *** post-event tag (waiting for replay) ***
//mpAudio= eventDir + 'stream_meta/wm_audio_postevent.asx';
//rpAudio= eventDir + 'stream_meta/real_audio_postevent.ram';
// *** replay ***
//mpAudio= eventDir + 'stream_meta/wm_audio_replay.asx';
//rpAudio= eventDir + 'stream_meta/real_audio_replay.ram';
// *** On24- Live ***
// NOTE: when switching to On24, also change the following values
// in the switch(thisMediaPrestype) block below to disable live
// slide sync controls:
// wmAud: haswmliveslidesync = false
// rpAud: hasrmliveslidesync = false
//
//mpAudio= eventDir + 'stream_meta/wm_audio_on24.asx';
//rpAudio= eventDir + 'stream_meta/real_audio_on24.ram';
// *** live ***
//mpAudio= eventDir + 'stream_meta/wm_audio_live.asx';
//rpAudio= eventDir + 'stream_meta/real_audio_live.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;
haswmliveslidesync = false;
break;
case 'wmVidLow240x180' :
media = 'wm';
prestype ='vidlow';
streamname = mpVidLowUrl;
cansync = 0;
hascc=0;
chartstate = 2;
haswmliveslidesync = false;
break;
case 'wmAud' :
media = 'wm';
prestype ='audio';
streamname = mpAudio;
hascc=0;
cansync = 1;
chartstate = 2;
// change has??liveslidesync to
// false to disable sync controls
haswmliveslidesync = true;
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 = 1;
chartstate = 2;
hasrmliveslidesync = true;
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/live/stream_meta/cc.smi";
auditoriumtitle = "";
eventTitle = "Merrill Lynch Technology Conference"; // KGA added eventTitle for rightnav.ssi
auditoriumtitlesub = "Merrill Lynch Technology Conference
Mike Daniels, Senior Vice President, Global Technology Services";
// 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='Merrill Lynch 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 + "mdaniels0508.pdf";
premarksLocation= eventDir + "";
premarkspdf= presDir +"";
pressLocation= eventDir + "";
pressContent= presDir + "";
// index.phtml specific variables
var indexText = new Array();
indexText[0]='Tune in soon to hear Mark Loughridge, Senior Vice President and Chief Financial Officer, discuss IBM\'s fourth quarter earnings. In addition, read the 4Q07 earnings press release which will be available shortly before the event begins. Prepared remarks from this presentation will be available approximately 45 minutes after the start of the presentation.
The presentation is scheduled to begin at approximately 4:30 PM ET on January 17, 2008.';
indexText[1]='Tune in now to hear Mark Loughridge, Senior Vice President and Chief Financial Officer, discuss IBM\'s fourth quarter earnings. In addition, read the 4Q07 earnings press release. Prepared remarks from this presentation will be available following the live webcast.
The webcast is now open. Please select participation option below.';
indexText[2]='Tune in tomorrow to hear the replay of Mark Loughridge, Senior Vice President and Chief Financial Officer, discussing IBM\'s fourth quarter earnings. In addition, read the 4Q07 earnings press release. Prepared remarks from this presentation will be available again when the replay is available.
The presentation occurred at approximately 4:30 PM ET on January 17, 2008.';
indexText[3]="Join Mike Daniels, Senior Vice President, Global Technology Services, IBM Corporation for the presentation he gave at the Merrill Lynch Technology Conference.
Note: Depending on your browser settings, the presentation may be downloaded to your hard drive, or opened in this window.'; pdfText[2]='The 4Q07 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.';
//