function openPopUp(url)
{
     var settings =
     "location=yes, menubar=yes, resizable=yes, scrollbars=no, width=300, height=430, status=yes, toolbar=yes, directories=yes, fullscreen=no";
     window.open(url, 'openBlank', settings);
     return false;
}