<!--//--><![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_winners_o = new Image(90,43); m_winners_o.src = main_nav_path + "m_winners_o.gif";
	m_shortlists_o = new Image(90,43); m_shortlists_o.src = main_nav_path + "m_shortlists_o.gif";
	m_festival_o = new Image(90,43); m_festival_o.src = main_nav_path + "m_festival_o.gif";
	m_juries_o = new Image(90,43); m_juries_o.src = main_nav_path + "m_juries_o.gif";
	m_Cal_o = new Image(90,43); m_Cal_o.src = main_nav_path + "m_Cal_o.gif";
	m_reps_o = new Image(90,43); m_reps_o.src = main_nav_path + "m_reps_o.gif";
	m_store_o = new Image(90,43); m_store_o.src = main_nav_path + "m_store_o.gif";
	m_archive_o = new Image(90,43); m_archive_o.src = main_nav_path + "m_archive_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" ; }
}



//--><!]]>