function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
function showhide(id){
        if (document.getElementById){
                obj = document.getElementById(id);
                if (obj.style.display == "none"){
                        obj.style.display = "";
                        }
                else {
                        obj.style.display = "none";
                        }
                }
}
var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=776,width=580,scrollbars=1');
	if (window.focus) {newwindow.focus()}
}

