var J=jQuery.noConflict();
J(document).ready(function(){

J("#vmenu").accordion({
	alwaysOpen:true,
	autoheight:false
});

});
