<!--

function page(page)
{
    window.document.location = page;
}
function popup(link)
{
        newWindow = window.open(link,'bgWin','status=no,scrollbars=no,resizable=yes,toolbar=no,width=availWidth,height=availHeigth,top=0,left=0');
}

-->