function popup(url)
{
   newPopup = window.open(url,"","width=700,height=500,top=50,left=50,location=yes,menubar=yes,toolbar=yes,status=yes,scrollbars=yes,resizable=yes");
   newPopup.focus();
}
