	function show_chatwindow()
	{
	
	$(".livechat").animate({"bottom": "0px"}, "slow");
  
	
}

$(".closechat").click(function(){
   $(".livechat").css('display', 'none');
 
});


setTimeout("show_chatwindow();",40000);


 $(document).ready(function () {
            $('.mtb-attribute').live('click', function () {
				var processor;
				processor =$(this).text();
				
				if(processor.indexOf('i3') >= 0)
				{
					 window.open('http://syndication.intel.com/DistributeModule.aspx?id=18026', 's18028', 'resizable=1,scrollbars=0,width=700,height=394');
				}
				else if(processor.indexOf('i5') >= 0)
				{
					 window.open('http://syndication.intel.com/DistributeModule.aspx?id=18028 ', 's18028', 'resizable=1,scrollbars=0,width=700,height=394');
				}
														
               
               
            });


$('.hcl_morelnk').bind('mouseenter', function () {
				
				$(this).children("ul").css("display", "block");

              
               
            });
			
				$('.hcl_morelnk').bind('mouseleave', function () {
				
              $(this).children("ul").css("display", "none");
               
            });
				$(document).ready(function () {
	 	
           	$('.shipping').bind('mouseenter', function () {
				
				$(this).children("ul").css("display", "block");
               
            });
				$('.shipping').bind('mouseleave', function () {
				
              $(this).children("ul").css("display", "none");
               
            });
			
			
			

        });


        });
