
function ppop(url) {
        newwindow=window.open(url,'portwin','height=605,width=600,scrollbars=no,status=no,menubar=no,toolbar=no,location=no');
}

function pdfpop(url) {
        newwindow=window.open(url,'formwin','height=400,width=400,menubar=no,toolbar=no,location=no');
}

function gpop(url) {
        newwindow=window.open(url,'glosswin','height=500,width=550,menubar=no,toolbar=no,location=no');
}



