function closeSegmentVideo() {
	self.parent.tb_remove();
}


function showRhsContactForm() {
	showContactForm("Product Page");
}

function showContactForm(campaignId) {
	/*var vHeight = ($(window).height() <= 530) ? $(window).height()-50 : 530;
	var vWidth = ($(window).width() <= 400) ? $(window).width()-30 : 400;*/
	var directInfluencePgName = (typeof s != "undefined"?"&pageName="+s.pageName:"");
	var campaign = (campaignId == undefined?"Product Page":campaignId);
	var vHeight = 575;
	var vWidth = 371;
	var pagesource = (window.location.pathname).replace(window.location.search, '').replace('/sites/dotcom', '');
	var url = "/common/contact_brocade.html?campaign="+campaign+"&source="+pagesource+directInfluencePgName+"&TB_iframe=true&height="+vHeight+"&width="+vWidth+"&scroll=no"
	//var campaign = "Market Segmentation Sales";
	//var url = "/sites/dotcom/common/contact_brocade.html?campaign="+campaignId+"&source="+pagesource+"&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 showMarketsContactForm() {
	/*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 pagesource = window.location.pathname;
	pagesource = pagesource.replace('/sites/dotcom', '');
	var campaign = "Market Segmentation Sales";
	var url = "/sites/dotcom/products-solutions/markets/contact_sales.html?campaign="+campaign+"&source="+pagesource+"&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;
}


