$(document).ready(function(){
  if ($("div#sidebar").height() > $("div#content").height()) {
    $("div#content").height($("div#sidebar").height())
  }else{
    $("div#sidebar").height($("div#content").height())
  }
});

$(document).ready(function(){
	$('img[@src$=.png]').ifixpng();   
});		
		
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
