
function popup(url)
{
   window.open(url);
}

