﻿function PopUpJobDescription(eventURL) 
{
   window.open(eventURL, "jobdescriptions",
   "width=660, height=700, resizeable=no, scrollbars=no,\
   toolbar=no,location=no, directories=no,\
   status=no, menubar=no, copyhistory=no");
}

