function runSearch() {
var thekeyword = document.searchform.keyword.value;
if(thekeyword.length > 1){
document.location='index.php?p=search&search=Search&keyword='+thekeyword;
}
}
function nWindow ()
{
<!---
     NWin = window.open("", "NW", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=650,height=600");
     NWin.focus();
     }
     function newWindow (w,h)
     {
     <!---
          
          NewWin = window.open("", "NewW", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width="+w+",height="+h);
          NewWin.resizeTo(parseInt(w)+10,parseInt(h)+35);
          NewWin.focus();
          }
          function switchIt() {
          if (top.music) {
          top.music.switchSong(document.main.song.options[document.main.song.selectedIndex].value);
          }
          }
          function shutOff() {
          if (top.music) {
          top.music.switchSong(10);
          }
}
