

	/*** MOVE THE BACKGROUND ID WINDOW IS NO HIGH ENOUGH ***/
	jQuery.fn.backgrounds = function() 
	{
		//Deze functie werkt niet meer
	
		var	obj = $(this)[0];
		
		/*
		setTimeout
		( 
				function () 
				{  
					//if(obj.offsetHeight<750)
						//$(this).css("background-position", "center 300px");
				}
			,	1000
		)
		*/

		if(obj.offsetHeight<750)
			$(this).css("backgroundPosition", "center 300px");
	};
