$(document).ready(function() {
    
    
    //ie6-9 shadow
    if (window.PIE) {
	$('#tabs li, #pres_center, #menu_content').each(function() {
	    PIE.attach(this);
	});
    }
    
    $(function(){
	// Tabs
	$('#tabs').tabs();
			
    });
    window.onresize = resize
    window.onload = function () {
	resize()
    }
    
   
    

    
    
	
    });

