﻿$(function () {
    $('#flat').menu(
    {
        content: $('#flat').next().html(),
        showSpeed: 400,
        width: 137
    });
});
