$(document).ready(function(){ 
    /*if ($.browser.msie && $.browser.version.substr(0,1) == 6){
//        $('#header').pngfix(); 
//        $(document).pngfix();
    }*/
}); 

function fade(el){
		
		for(i=1;i<5;i++){
			$("#forCat0"+i).fadeOut('fast');
			$("#imgForCat0"+i).fadeOut('fast');
			
		}
		
		//$("#"+el).css('display', 'block');	
		$("#forCat0"+el).fadeIn('fast');
		$("#imgForCat0"+el).fadeIn('fast');
		//$("visual").fadeIn('fast');
		document.getElementById("visual").className = 'cat0' + el;
		// dispaly big imagesimgForCat01
		
		
		
	}
	
