// JavaScript Document



function openPopup(url)
{
  window.open(url, '', 'scrollbars=yes,height=600,width=800', false);
}






