  function camPop(url, wide, high) {window.open(url,"cam",'width=' + wide + ',height=' + high); 
  }
  
  function radioPop(url, wide, high) {window.open(url,"radio",'width=' + wide + ',height=' + high); 
  }