function JoinMailingList()
{
	 DHTMLXSKdlog_launch("ObtainEmailAddr_GoogleForm",800,700);
}
function Share()
{
	 DHTMLXSKdlog_launch("Share_GoogleForm",800,700);
}


function SKLARinit()
{
	 Event.observe(document.onresize ? document : window, "resize", EVTHDLwindowresize );
	 EVTHDLwindowresize();
}

function EVTHDLwindowresize()
{
	 if ($('THEVIDEOPLAYER')) {
		  $('THEVIDEOPLAYER').style.left = Element.cumulativeOffset($('SLICE_videoplayer'))[0] + "px";
		  $('THEVIDEOPLAYER').style.top  = Element.cumulativeOffset($('SLICE_videoplayer'))[1] + "px";
	 }
	 if ($('htmlcontent')) {
		  $('htmlcontent').style.left = Element.cumulativeOffset($('SLICE_content_geometryhint'))[0] + "px";
		  $('htmlcontent').style.top  = Element.cumulativeOffset($('SLICE_content_geometryhint'))[1] + "px";
	 }
}
