   function HideEffect(){
//    var ieversion=new Number(RegExp.$1);
//    if(ieversion >= 8) {return false;} //exit script if IE6
// 		isIE = true;
//        if (isIE) {
//        document.getElementById('content').style.opacity = '0.5';
//        //document.getElementById('content').style.filter = 'alpha(opacity = 50)';
//        }
   }
   function ShowEffect(){
   
//    var ieversion=new Number(RegExp.$1);
// 		if(ieversion >= 8) {return false;} //exit script if IE6
// 		isIE = true;
//        if (isIE) {
//        document.getElementById('content').style.opacity = '1.0';
//        //document.getElementById('content').style.filter = 'alpha(opacity = 100)';
// 
//        }
   }
   

// 
// jQuery(document).ready(function(){
//   var ieversion=new Number(RegExp.$1);
//   if(ieversion >= 8) {return false;}
//   isIE = true;
//   if (isIE) {
//   
// 	jQuery("#top-cart").hover(function() {
// 	
//     jQuery("#content").animate({opacity: "0.5"}, "slow");
// 	  jQuery("#myShoppingBag").animate({opacity: "show", top: "50"}, "slow");
// 	}, function() {
// 	  jQuery("#myShoppingBag").animate({opacity: "hide", top: "20"}, "fast");
// 	  jQuery("#content").animate({opacity: "1.0"}, "fast");
// 	});
// 	
// 	 	jQuery("ul#anav").hover(function() {
// 	
// 
// 	  //jQuery("u#anav li.over ul").animate({opacity: "show"}, "slow");
//     jQuery("#content").animate({opacity: "0.5"}, "slow");
// 	  //jQuery("#myShoppingBag").animate({opacity: "show", top: "55"}, "slow");
// 	}, function() {
// 	  //jQuery("#myShoppingBag").animate({opacity: "hide", top: "44"}, "fast");
// 	  jQuery("#content").animate({opacity: "1.0"}, "fast");
// 	  //jQuery("#anav li.over ul").animate({opacity: "hide"}, "fast");
// 	});
// 	
// 	}
// 
// 
// });
   
