$(document).ready(function() {
   if($("#content_bottom").innerHeight() < 200) {
      $("#content_center").height(495);
      $("#content_bottom").height(200);
      $("#content_bottom_text").height(150);
   }
}
);

function viewImage(image, width, height) {
	window.open(image,'img','width='+width+',height='+height+',resizable=1');
}
