function MM_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
  return false;
}

function closeBrWindow(status, message) { 
  window.close();
} 

function mailChowk(username, address, link, subject, body) {
document.write("<a href='mailto:" + username + "@" + address + "?subject=" + subject + "&body=" + body + "'>" + link + "</a>");
}

function mailEditors() {
document.write("<a href='mailto:editors@chowk.com'>Editors</a>");
}
