// JavaScript Document

window.onload = initCells;
 
function initCells() {
var lcVideo=gup('video');	
	if (lcVideo.length==0)
	{
	document.getElementById('initial').className='green';
	lcIframe = "/publish/mkt/campaigns/Webcast_Retire_0610/Post/initial.html";window.frames		

	["iframe1"].location=lcIframe;document.getElementById("iframe1").style.height = '497px';
	}
	
	else 
	{
	document.getElementById(lcVideo).className='green';
	lcIframe = "/publish/mkt/campaigns/Webcast_Retire_0610/Post/"+lcVideo+".html";window.frames		

	["iframe1"].location=lcIframe;document.getElementById("iframe1").style.height = '497px';
	}
	


e = document.getElementById('db').getElementsByTagName('a');
for (var i=0; i<e.length; i++) {
e[i].onclick = function() { 

highlight(this); 
document.getElementById("iframe1").style.height = '497px';
top.location.href='#';

var objGreen = document.getElementById('firstcell');
if (objGreen)
objGreen.className = 'greeninit2';
return true;			}
	}
}


function highlight(obj) 
	{
	e = document.getElementById('db').getElementsByTagName('a');
	for (var i=0; i<e.length; i++) 
		{
		e[i].className='';
		}
	obj.className = 'highlighted';

	}
