﻿
function abreJanela(){
var width = 266;
var height = 464;
var left = 99;
var top = 99;
	
var URL = "/popUp.html";	
window.open(URL,"radio_lounge", "width="+width+", height="+height+", top="+top+", left="+left+", scrollbars=no, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=yes, fullscreen=no");
}
