1 function record(ref, start, duration, description, channel)
3 NewWindow('/addTimerEvent?ref=' + ref + '&start=' + start + '&duration=' + duration + '&descr=' + description + '&channel=' + channel, 'record', '200', '200', 'no', '5000');
6 function switchChannel(path)
8 document.location = "/cgi-bin/zapTo?path=" + path;