jQuery.noConflict();
function toggleDiv(divId) {
   jQuery("#"+divId).toggle();
}
