$( SetHeight );
 
 function SetHeight()  {
	 var winHeight = $(document).height();
	 $("#SetBackground").css('height', winHeight);
}
