<!--//--><![CDATA[//><!--

function allocateSidebarHeight() {
var contentDom = document.getElementById("mainWrapper");
var sidebarDom = document.getElementById("left_col");
if((contentDom.offsetHeight) > sidebarDom.offsetHeight) {
sidebarDom.style.height = (contentDom.offsetHeight)+"px"; }
}

startList = function() {
	if (document.all&&document.getElementById) {
		navRoot = document.getElementById("navigation_list");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
				}
				node.onmouseout=function() {
					this.className=this.className.replace(" over", "");
				}
			}
		}
	}
}
window.onload=startList;

function hide_raised_objects(itemstate) {
	if(document.getElementById("rep_map_col")){
		if(itemstate=="over"){
			document.getElementById("rep_map_col").style.display = "none";
			document.getElementById("rep_map_col_gif").style.display = "block";
		}else{
			document.getElementById("rep_map_col").style.display = "block";
			document.getElementById("rep_map_col_gif").style.display = "none";
		}
		
	}
}

var main_nav_path = "/images/nav/"
if (document.images) {
	m_Home_o = new Image(90,43); m_Home_o.src = main_nav_path + "m_Home_o.gif";
	m_Press_o = new Image(90,43); m_Press_o.src = main_nav_path + "m_Press_o.gif";
	m_Entries_o = new Image(90,43); m_Entries_o.src = main_nav_path + "m_Entries_o.gif";
	m_Jury_o = new Image(90,43); m_Jury_o.src = main_nav_path + "m_Jury_o.gif";
	m_Show_o = new Image(90,43); m_Show_o.src = main_nav_path + "m_Show_o.gif";
	m_All_o = new Image(90,43); m_All_o.src = main_nav_path + "m_All_o.gif";
	m_shortlist_o = new Image(90,43); m_shortlist_o.src = main_nav_path + "m_shortlist_o.gif";
	m_winners_o = new Image(90,43); m_winners_o.src = main_nav_path + "m_winners_o.gif";
}
function navrollover(imgname) 
{
if (document.images) {document[imgname].src = eval( imgname + "_o.src" ); }
}
function navrolloff(imgname) 
{
if (document.images) {document[imgname].src = main_nav_path + imgname + ".gif" ; }
}



//--><!]]>