function showSegmentVideo(titleText, imgPath, vidPath, MaxVidTime) {
	trace("Customer References Large Overlay Video - s.pageName: " + s.pageName);
	var vHeight = 288;
	var vWidth = 291;
	var url = "/sites/dotcom/common/enlarged_video_container.html?titleText="+titleText+"&imgPath="+imgPath+"&vidPath="+vidPath+"&MaxVidTime="+MaxVidTime+"&pageName="+s.pageName+"&TB_iframe=true&height="+vHeight+"&width="+vWidth+"&scroll=no"
	tb_show('',url,'');
	/*if($.browser.msie){
		window.location = '#top';
	}
	if(typeof DD_belatedPNG != "undefined")
		DD_belatedPNG.fix('#TB_closeWindowButton');*/
	return false;
}

function trace(v) {
    if (window.console) console.log(v);
}


function closeSegmentVideo() {
	self.parent.tb_remove();
}

function showMarketContactForm() {
	/*var vHeight = ($(window).height() <= 530) ? $(window).height()-50 : 530;
	var vWidth = ($(window).width() <= 400) ? $(window).width()-30 : 400;*/
	var vHeight = 538;
	var vWidth = 371;
	var url = "/products-solutions/solutions/market-segmentation/contact_sales.html?TB_iframe=true&height="+vHeight+"&width="+vWidth+"&scroll=no"
	tb_show('',url,'');
	if($.browser.msie){
		window.location = '#top';
	}
	if(typeof DD_belatedPNG != "undefined")
		DD_belatedPNG.fix('#TB_closeWindowButton');
	return false;
}

jQuery(function($) {	
	$("ul#accordionMenu > li > ul > li:last-child").addClass('last');
});

