
$(document).ready(function($){
  
  $('.cycle').cycle({ 
    fx:     'fade', 
    speed:  'slow', 
    timeout: 3000,
	random: 1
  }) ;
  
  $(".menuLevel0Active a").corner("top");
  $(".menuLevel0Active li a").uncorner();

  $(".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");}
	});
  
});


