// This is only needed for Netscape browsers.
function flashGetHref() { return location.href; }
function flashPutHref(href) { location.href = href; }
function flashGetTitle() { return document.title; }
function flashPutTitle(title) { document.title = title; }

function Abre(t,a) 
{
	tam =  t; //350;
	alt =  a; //140;
	meio = ((screen.width / 2) - (tam / 2));
	cima = ((screen.height / 2 ) - (alt / 2));
	window.open('Lembra.php',"_blank","resizable=no,toolbar=no,status=no,menubar=no,scrollbars=no,width=" + tam +",height=" + alt + ",top=" + cima + ",left=" + meio);
}