// JavaScript Document

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function openNewWindow() {
 
  popupWin = window.open('http://www.e-helpdirect.com/livehelp/livehelp.php?department=3','mywindow','width=620,height=400');
 
}
