
var $j = jQuery.noConflict();

$j(document).ready(function() {
    var dd = $j("div[id$='content']").height() + 400;
    $j("div[id$='field']").height(dd);
});

function hightlightMenu(showid) {
    if (showid != null && showid != '')
        document.getElementById(showid).style.cssText = "background: #9aa5e7 url(Images/menu_out.jpg) repeat-x;";
}
