if($.browser.msie && parseInt($.browser.version) <= 6)
{
	/*var headID = document.getElementsByTagName("head")[0];
	var jsNode = document.createElement('script');
	jsNode.type = 'text/javascript';
	jsNode.src = '/sites/dotcom/js/pngfix.js';
	headID.appendChild(jsNode);*/
}

function showContactForm() {
	/*var vHeight = ($(window).height() <= 530) ? $(window).height()-50 : 530;
	var vWidth = ($(window).width() <= 400) ? $(window).width()-30 : 400;*/
	var vHeight = 575;
	var vWidth = 371;
	var pagesource = window.location.pathname;
	pagesource = pagesource.replace('/sites/dotcom', '');
	var campaign = "Market-Segmentation-Sales";
	var url = "/sites/dotcom/common/contact_brocade.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;
}

function showSegmentVideo(titleText, imgPath, vidPath, MaxVidTime) {
	/*var vHeight = ($(window).height() <= 300) ? $(window).height()-50 : 300;
	var vWidth = ($(window).width() <= 300) ? $(window).width()-30 : 300;*/
	var vHeight = 288;
	var vWidth = 291;
	var url = "/sites/dotcom/products-solutions/markets/enlarged_video_container.html?titleText="+titleText+"&imgPath="+imgPath+"&vidPath="+vidPath+"&MaxVidTime="+MaxVidTime+"&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 showOverlayContent(pUrl, pWidth, pHeight) {
	var vWidth = parseInt(pWidth) + 10;
	var vHeight = parseInt(pHeight) + 10;
	var url = pUrl+"?TB_iframe=true&height="+vHeight+"&width="+vWidth+"&scroll=no"
	tb_show('',url,'');
	return false;
}

function closeSegmentVideo() {
	self.parent.tb_remove();
}

$(document).ready(function(){ 
						   
    //swfobject.embedSWF("/sites/dotcom/images/rightnav_banner/minibanner_base.swf", "rightnav_banner", "197", "55", "9.0.0");
	
	$(".roundbox-content p em").each(function() {
		var html = $(this).text().replace(/“/g, "<span class='quote_symbol'>&ldquo;</span>").replace(/”/g, "<span class='quote_symbol'>&rdquo;</span>");
		$(this).html(html);
	});


	$(".videosContainer").parent().attr("class","videosList");
	if($(".content_container").parent().parent().css("width") == "675px")
		$(".content_container").parent().parent().css("width","auto");
	jQuery.each(jQuery.browser, function(i) {
	 /* if($.browser.msie){
		 $(".rhs_contents").css("width","197px");
	  }*/
	  if($.browser.msie && parseInt($.browser.version) <= 6)
	  {
		  $(".video_thumb").css("margin","10px 6px 10px 5px");
			pngFixInit();
	  }
	});

});
