// JavaScript Document
jQuery(document).ready(function(){
        $("#Menu_top").accordion({
            active: '.selected',
            autoheight: false,
            animated: 'easeslide',
            navigation: true,
            selectedClass: 'active'
            });

$(".inner").corner("round 8px").parent().css('padding', '2px').corner("round 10px")
});

function getContent(whatPage){
    $("#content").load(whatPage+'.php?c=1');
}


