// JavaScript Document

//alert('here');	
		
var cur_location = window.location.pathname;
//alert(cur_location);
if(cur_location == "/mfyc2010/")
{
	//alert('IN HERE!');
	document.getElementById("home").src="images/nav_home_sel.jpg";
	document.getElementById("home_link").onmouseover = "";
	document.getElementById("home_link").onmouseout = "";
}

if(cur_location == "/mfyc2010/index.aspx")
{
	//alert('IN HERE!');
	document.getElementById("home").src="images/nav_home_sel.jpg";
	document.getElementById("home_link").onmouseover = "";
	document.getElementById("home_link").onmouseout = "";
}

if(cur_location == "/mfyc2010/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 == "/mfyc2010/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 == "/mfyc2010/products.aspx")
{
	//alert('IN HERE!');
	document.getElementById("products").src="images/nav_products_sel.jpg";
	document.getElementById("products_link").onmouseover = "";
	document.getElementById("products_link").onmouseout = "";
}

//alert(document.body.offsetHeight);
//document.getElementById("container").style.height = document.body.scrollHeight + "px";
