// JavaScript Document
//Como usar: MM_openBrWindow('http://www.uol.com.br','exibe_foto','scrollbars=no,width=644px,height=532px')
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}