<!-- Idea by:  Nic Wolfe (Nic@TimelapseProductions.com) -->
<!-- Web URL:  http://fineline.xs.mw -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

function popupUser(id)
{
    window.open('/go/users/popupuser?id=' + id, 'user', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,left=100,top=100,width=340,height=300');
}

function popupHelp(name)
{
    window.open('/go/main/popuphelp?name=' + name, 'help', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,left=120,top=120,width=340,height=300');
}
