function vs_abreJanela( vsEndereco, vsJanela, vsW, vsH, vsS ) {
	
	window.open(''+vsEndereco+'', ''+vsJanela+'', 'width=' + vsW + ',height=' + vsH + ',scrollbars=' + vsS + '');
	
	return false;
	
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}