﻿//Allows you to pass in the requested height and width of pop up
function openpopup(popurl, dimensions) {
    winpops = window.open(popurl, "", "scrollbars=yes,toolbar=no,location=no,status=no,menubar=no,resizable=no,dependent=no,screenX=20,screenY=100," + dimensions);
}

