$(window).load(function () {
  $("#supersize").fadeIn(500);	
  $("#BackgroundImg").fadeIn(500);
});

$().ready(function() {
  $('#dialog').jqm();
});

$(function(){
	$.fn.supersized.options = {  
			startwidth: 1024,  
			startheight: 768,
			minsize: .50,
			slideshow: 0
	};
   $('#supersize').supersized(); 
});