/*

	-- -- -- -- -- -- --
	keys2drive v1: Javascript File
	last edit: 10 december 08
	-- -- -- -- -- -- --

	File Contents: JQuery Functions
	
*/


$(document).ready(function() {
    
	
	if ((document.height>=900)) {
		($("body").css("background-position") == "bottom");
	}
	
	/*var height = $(window).height();
	$('#bodyWrapper').height(height - 40);
	
	//if ($("#mycarousel").css("display") == "block") {
		
	$(window).resize(function(){
		var h = $(window).height();
		var w = $(window).width();
		$("#bodyWrapper").css('height', h - 40 );
		
		if ((w>=1024 & h>=768 )) {
			$("#circleNav1024").addClass("circleNav1920");
			}
			else  {
				$("#circleNav1024").removeClass("circleNav1920");
		}
    });*/

	
	/******************* =NO CONFLICT 
	
	jQuery.noConflict(); var $j = jQuery;*/

});
