$(document).ready(function() {
	//FixContentHeight();

	if (document.images) {
		var Nav_None = newImage(SITE_URL + "images/header/nav.png");
		var Nav_AU = newImage(SITE_URL + "images/header/nav-about-us.png");
		var Nav_S = newImage(SITE_URL + "images/header/nav-staff.png");
		var Nav_D = newImage(SITE_URL + "images/header/nav-dest.png");
		var Nav_E = newImage(SITE_URL + "images/header/nav-enroll.png");
		var Nav_V = newImage(SITE_URL + "images/header/nav-video.png");
		var Nav_N = newImage(SITE_URL + "images/header/nav-news.png");
		var Nav_C = newImage(SITE_URL + "images/header/nav-contact.png");
		preloadFlag = true;
	}
});


FixContentHeight = function()
{
	if ($(window).height() >= $("#Wrap").height())
  	{
   	 	var height =  ($(window).height() - (70 + 19 + 56 + 14 + 5 + 6));

   	 	$("#Wrap").css({ height: "100%" });

   	 	$(".middle").css({ height: height });

   	 	$("#FooterWrap").css({ position: "absolute"});
   	 	$("#FooterWrap").css({ bottom: 0});
   	 	$("#FooterWrap").css({ right: 0});
  	}
  	else
  	{
  		$("#Wrap").css({ height: "auto" });

   	 	$(".middle").css({ height: "auto" });
   	 	$("#FooterWrap").css({ position: "relative"});
  	}
}

http://localhost/EvolveTours/images/header/nav-about-us.png