﻿function Popup(page) 
{
    var stile = 'top=10, left=400, width=450, height=330, status=no, menubar=no, toolbar=no, scrollbars=yes, scrollbar:no';
    window.open(page, "", stile);
}

function PopupClose() 
{
    window.close();
}

function Redirect(target) 
{
    window.document.location.href=target;
}