/* advanced.js */
function o(name)
{
    window.open("", name, "resizable=1,scrollbars=1,width=325,height=450");
    return true;
}