/* Function winsize()
   Purpose: set the form size for inquiries to match the form layout
   Variables
   No variables, just set the new window to the size of the form using 
   javascript
*/

function winsize()
{
window.resizeTo(613,675);
}
