// JavaScript Document

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

try {
document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}


function openBr() {
	MM_openBrWindow('50voice/index.html','50voice','scrollbars=yes,resizable=yes,width=800,height=570');
}