function MM_openBrWindow(theURL) { //v2.0
  var features = 'scrollbars=yes,resizable=yes,width=530,height=550';
  var winName = 'viewer';
  window.open(theURL,winName,features);
}




