$ (function(){

	var winheight = $(window).height();
	
	if (winheight > 640) { 
		$("body").addClass("enhanced-layout");
	} else {
		
	} 

});