function popup(p_oLink){
	window.open(p_oLink.href, "photoWin", "menubar=no,scrollbars=yes,resizable=yes,width=610,height=510,status=no");
	return false;
}
function init(){
	//take sNavSection and set className="highlight" on that id.
	if (document.getElementById){
		document.getElementById(sNavSection).className = "highlight";
	}
}
