function bugReport(url){
  bugWindow = window.open(url, "Bug_Report", "resizable=yes,scrollbars=yes,location=no,width=700,height=650"); 
  bugWindow.focus();
  return false;
}
