function popUp(url, width, height) {
props=window.open(url, 'Toppers', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=' + width + ', height=' + height + ', left = 500, top = 420');
}
