$(document).ready(function() {
	
	var _body = $('body').height();
	var _height = $(window).height();
	if (_body <= _height)
		$('#wrapper').height(_height - 138);
	
	$('.jqtransform').jqTransform();	
	$(".popup, a[rel^='prettyPhoto']").prettyPhoto({show_title: false, overlay_gallery: false});
	
});
