<!--//--><![CDATA[//><!--
//sfHover = function() {
//var sfEls = document.getElementById("suckerfishnav").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);//--><!]]>


function Show() {
    var testObj = document.getElementById("shield");
    //testObj.style.opacity = value/10;
    //testObj.style.filter = 'alpha(opacity=' + value*10 + ')';
    testObj.style.display = '';
}
function Hide() {
    var testObj = document.getElementById("shield");
    //testObj.style.opacity = value/10;
    //testObj.style.filter = 'alpha(opacity=' + value*10 + ')';
    testObj.style.display = 'none';
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;}
  
if (top != self) 
{
    top.location = self.location;
}

