<!--//--><![CDATA[//><!--

sfHover = function() {
	var sfEls = document.getElementById("nav").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);



var searchBox = {};
searchBox.toggle = function()
{ 
  var el = document.getElementById("search_div"); 
  if (el.style.display != "block")
    el.style.display = "block";
  else
    el.style.display = "none";
}

function OpenPhoto(url, name, width, height) {
	  var Win = window.open(url,'name','width=' + width + ',height=' + height +
	  ',resizable=0,scrollbars=no,location=no,directories=no,menubar=no,status=no,statusbar=no,toolbar=no,navbar=no,top=50,left=80' );
}


//--><!]]>
