
function popupreader(parm)
{
newwindow=window.open('user/popup.asp?file=' + parm,'popup','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=600,height=400');
newwindow.focus();
}

function frss(parm)
{
newwindow=window.open('rss.asp','popup','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=720,height=480');
newwindow.focus();
}


function rss(parm)
{
newwindow=window.open('user/rss.asp','popup','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=720,height=480');
newwindow.focus();
}


