 $(document).ready(function(){
           
        $.jtabber({
            mainLinkTag: "#pdnewnav a", // much like a css selector, you must have a 'title' attribute that links to the div id name
            activeLinkClass: "selected", // class that is applied to the tab once it's clicked
            hiddenContentClass: "hiddencontent", // the class of the content you are hiding until the tab is clicked
            showDefaultTab: 1, // 1 will open the first tab, 2 will open the second etc.  null will open nothing by default
            showErrors: true, // true/false - if you want errors to be alerted to you
            effect: 'fade', // null, 'slide' or 'fade' - do you want your content to fade in or slide in?
            effectSpeed: 'medium' // 'slow', 'medium' or 'fast' - the speed of the effect
        })
           
        })
		
		
		 $(document).ready(function(){
	$("#displayVersion a")
  .filter(":nth-child(2)")
    .css('background-image','none')
    .css('color','#cc6600');
	  })
		
	
		 
		 function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

 $(document).ready(function(){
		$('.priceBoxTop a:eq(1)').addClass('pdbuypackagebustyle'); 
		  })
		 
		 $(document).ready( function() {
   
    $('a.popup').click( function() {
        window.open( $(this).attr('href'),'','scrollbars=yes,width=870,height=650' );
        return false;
    })
   
   
})
	 
		 $(document).ready(function(){
$('.priceBoxBottom a').removeAttr("style");
	    $('iframe.pdcomparisonchart').attr('allowtransparency', 'true');
});
		 
		 
	//	 
//		 
//		 // PRELOADER:
//		 
//		 jQuery.preloadImages = function()
//{
//  for(var i = 0; i<arguments.length; i++)
//  {
//    jQuery("<img>").attr("src", arguments[i]);
//  }
//}
//
//$.preloadImages("http://atl.img.digitalriver.com/v2.0-img/page-builder/Symantec/images/pdpage2009_features_tab_bg_dark.jpg");
//
//


$(document).ready(function(){
      $("a.pd09comparebutton").hide(); 
	
      $("#pdnewnav a:eq(3)").hide(); 
	  $("a.pd09comparebutton").css("display", "none"); 

   // PUT THESE LINES BACK WHEN COMPARE CHART IS READY:   $(".pdccharton a.pd09comparebutton").show(); 
//	
//      $("div.pdccharton#pdnewnav a:eq(3)").show(); 
//	  $(".pdccharton a.pd09comparebutton").css("display", "block"); 
	  });

