function MM_openBrWindow(theURL,winName,features) { //v2.0
thewin = window.open(theURL,winName,features);
thewin.focus()
}

function openWin(theURL,winName,features) { //v2.0
     thewin = window.open(theURL,winName,features);
     thewin.focus()
}

function EmailWindow(winName,features) { //v2.0
thewin = window.open('http://www.itlnet.net/users/k2l/EmailMe.asp?xURL=programwitch&xURL2=itlnet.net',winName,features);
thewin.focus()
}

function mClk(src){
   if(event.srcElement.tagName=='TD')
     src.children.tags('A')[0].click();
}

function mOvr(src,clrOver){
   if (!src.contains(event.fromElement)){
      src.style.cursor = 'hand';
      src.bgColor = clrOver;
   }
}

function mOut(src,clrIn){
   if (!src.contains(event.toElement)){
      src.style.cursor = 'default';
      src.bgColor = clrIn;
   }
}

function DockWin(nSize,cJust) {
  if (window.screen) {
    var aw = screen.availWidth;
    var ah = screen.availHeight;
    var rm = 0;
    if (cJust == "R"){ 
       rm = aw - nSize 
    }
    window.moveTo(rm, 0);
    window.resizeTo(nSize, ah);
  }
}



  function SaveIt(){
     TheNewWin =window.open("http://www.saveinternetradio.org/",'SaveIt','toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1');
     TheNewWin.blur();
     }
     

   function addNetscapePanel(cTabTitle,cTabURL) {       
      if ((typeof window.sidebar == "object") && (typeof window.sidebar.addPanel == "function")) 
      { 
         window.sidebar.addPanel (cTabTitle, "http://"+cTabURL,""); 
      } 
      else 
      { 
         var rv = window.confirm ("This page is enhanced for use with Netscape 6.  " + "Would you like to upgrade now?"); 
         if (rv) 
            document.location.href = "http://home.netscape.com/download/index.html";
      } 
   } 

 function addCANetscapePanel() {       
      if ((typeof window.sidebar == "object") && (typeof window.sidebar.addPanel == "function")) 
      { 
         window.sidebar.addPanel ("Coaches Aid", "http://www.coachesaid.com/Sidebars/CA_HEADLINES_NS.ASP",""); 
      } 
      else 
      { 
         var rv = window.confirm ("This page is enhanced for use with Netscape 6.  " + "Would you like to upgrade now?"); 
         if (rv) 
            document.location.href = "http://home.netscape.com/download/index.html";
      } 
   } 
