function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function open_window(theURL) { //v2.0
  window.open(theURL,"","toolbar=yes,scrollbars=yes,resizable=yes,width=700");
}
function open_movie(theURL) { //v2.0
  window.open(theURL,"","toolbar=no,locationbar=no,scrollbars=no,resizable=yes,width=500,height=400");
}

