﻿function requestpop(url)
{
   newWindow = window.open(url, 'Description', 'width = 275, height = 300, scrollbars = yes, screenX = 350, screenY = 250');
   if (window.focus) {newWindow.focus()}
   return false;
}