// JavaScript Document

//alert('here');	
		
var cur_location = window.location.pathname;
//alert(cur_location);
if(cur_location == "/whirlpool/")
{
	//alert('IN HERE!');
	document.getElementById("home").src="images/nav_home_sel.jpg";
	document.getElementById("home_link").onmouseover = "";
	document.getElementById("home_link").onmouseout = "";
	document.getElementById("home_extra_legal").style.display = "block";
}

if(cur_location == "/whirlpool/index.aspx")
{
	//alert('IN HERE!');
	document.getElementById("home").src="images/nav_home_sel.jpg";
	document.getElementById("home_link").onmouseover = "";
	document.getElementById("home_link").onmouseout = "";
	document.getElementById("home_extra_legal").style.display = "block";
}

if(cur_location == "/whirlpool/contest.aspx")
{
	//alert('IN HERE!');
	document.getElementById("contest").src="images/nav_contest_sel.jpg";
	document.getElementById("contest_link").onmouseover = "";
	document.getElementById("contest_link").onmouseout = "";
}

if(cur_location == "/whirlpool/thankyou.aspx")
{
	//alert('IN HERE!');
	document.getElementById("contest").src="images/nav_contest_sel.jpg";
	document.getElementById("contest_link").onmouseover = "";
	document.getElementById("contest_link").onmouseout = "";
}

if(cur_location == "/whirlpool/prize.aspx")
{
	//alert('IN HERE!');
	document.getElementById("prizes").src="images/nav_prizes_sel.jpg";
	document.getElementById("prizes_link").onmouseover = "";
	document.getElementById("prizes_link").onmouseout = "";
}

//alert(document.body.offsetHeight);
//document.getElementById("container").style.height = document.body.scrollHeight + "px";