function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function open_window(theURL) {
   window.open(theURL, "testimonial","status=0,toolbar=0,menubar=0,width=500,height=700");
}
