var Topic1Title, Topic2Title, Topic3Title;
var Topic1Descr, Topic2Descr, Topic3Descr;
var Topic1Path, Topic2Path, Topic3Path

function WebCast_onLoad()
{
//	TopicTitle				= document.getElementById("txtVideoInfoTitle");
//	TopicDescr				= document.getElementById("txtVideoInfoDescription");
//	objVideo					= document.getElementById("WebCastVideo");
//
//	WebCast_Define_Variables();
//	WebCast_ChangeVideo(Topic1Path, Topic1Title, Topic1Descr);
}

function WebCast_ChangeVideo(NewVideoSRC, NewVideoTitle, NewVideoDescr)
{
//	document.getElementById("WebCastMainVideoDIV").innerHTML='<embed src="'+ NewVideoSRC +'" + id="WebCastMainVideoEMBED" TYPE="application/x-shockwave-flash" WMODE="transparent" AUTOSTART="FALSE">';
//
//	TopicTitle.value = NewVideoTitle;
//	TopicDescr.value = NewVideoDescr;
}

function ShowTooltip(obj, ToolTipTitle, ToolTipDescr)
{
//	obj.alt = ToolTipTitle + "\n" + ToolTipDescr;
}

