function refresh() {
location.reload()
}

function poemPopUp(url)
{
sealWin=window.open(url,"win",',location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=500,height=600,top=15,left=15');
sealWin.focus();
self.name = "mainWin";
}

function printWindow() {
bV = parseInt(navigator.appVersion);
if (bV >= 4) window.print();
}


function bMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}


