/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
function newwindow(url)
{
window.open(url,'calendar','width=450,height=300,scrollbars=yes');
}
function newwindow2(url)
{
window.open(url,'calendar','width=665,height=620,scrollbars=no');
}

