$(document).ready(function() {
   

     Cufon.replace('h1');
     Cufon.replace('h2');
     Cufon.replace('h3');
     Cufon.replace('h4');
     Cufon.replace('#sidebar', {
	fontSize: '14px'
});
     Cufon.replace('#menu');
     
     Cufon.replace('#content>p', {
	fontSize: '12px'
});




     //$(document).pngFix();

     $("ul.sf-menu").supersubs({ 
            minWidth:    12,   // minimum width of sub-menus in em units 
            maxWidth:    27,   // maximum width of sub-menus in em units
            extraWidth:  1     // extra width can ensure lines don't sometimes turn over 
                               // due to slight rounding differences and font-family
        }).superfish(
        {
            animation: {height:'show'},   // slide-down effect without fade-in 
            delay:     1200               // 1.2 second delay on mouseout 
        
        });
        
      
 	
 $('.produktminiatyrer img').hover(function(){
 	
 	
 	var test="/viewimgbyid.php?image_id="+$(this).attr("rel")+"&medium=1";
 	
 	$('#produktbildstor').fadeOut(1000, function() { 
 		
 		
 	$('#produktbildstor').attr("src", test).fadeIn(1000);	
 	
 	
 	
 	});
 	
 		
 	
 	
 });
 
 $('.bilderhoger img').hover(function(){
 	
 	
 	var test="/viewsidoimgbyid.php?image_id="+$(this).attr("rel")+"&medium=1";
 	
 	$('#produktbildstor').fadeOut(1000, function() { 
 		
 		
 	$('#produktbildstor').attr("src", test).fadeIn(1000);	
 	
 	
 	
 	});
 	
 		
 	
 	
 });
         
	$('#fotoslide').innerfade({ speed: 'slow', timeout: 4500, type: 'sequence', containerheight: '227px'})

 
 });