There are currently no events scheduled.
');
var cal_win;
function pnewWin(url, height, width)
{
if(!height || height < 1)
height = 600;
if(!width || width < 1)
width = 600;
window.open(url, url.replace(/[^a-z|0-9]/g,""), "width=" + width + ",height=" + height + ",menubar=no,toolbar=no,status=no,scrollbars=yes,resizable=yes");
}