
//jQuery.noConflict();
$(document).ready(function($){
  
	$(".popup").click(function(){ 
    window.open($(this).attr("href")); 
    return false; 
	}); 
  
	$("body").addClass($.browser+$.browser.version.substr(0,1));
	
	$.each($.browser, function(i, val) {
 	 if(i=="msie" && $.browser.version.substr(0,3)=="6.0"){
	 $.getScript("http://wwwdata.appli-box.com/scripts/pngfix.js");
	 $.getScript("http://wwwdata.appli-box.com/scripts/minmax.js");}
	});
  
	
	$("#tabList > ul").tabs({ fx: { opacity: 'toggle' } });
  
    $('.animation').cycle({ 
    	fx:    'fade', 
    	speed:    1000, 
   		timeout:  2500 
	 }); 
	
	$.swapImage(".swapImage");
  
});

