/**
* LAST MOD: APR 18 2009
* ---------------------
*/

/**
* s = image set ID
* c = category
* t = image set title
*/
function popViewer(s,c,t) {
    var ww=screen.width;
    var hh=screen.height;
    var isWW=(ww/2)-325;
    var isHH=(hh/2)-250;
    window.open('pic_loader.php?setid='+s+'&cat='+c+'&title='+t,'',config='width=650,height=500,scrollbars=yes,statusbar=no,left='+isWW+',top='+isHH+',resizable=0');
}

