$(function () {
 $('.expandInfo a').click(function () {
  $(this.hash).slideToggle(500);
  return false;
 });
})


$('.defaultDOMWindow').openDOMWindow({ 
eventType:'click', 
loader:1, 
loaderImagePath:'animationProcessing.gif', 
loaderHeight:16, 
loaderWidth:17 
}); 

