<!--

/*
Contractible Headers Script- © Dynamic Drive (www.dynamicdrive.com)
For full source code, 100's more DHTML scripts, and TOS,
Visit http://www.dynamicdrive.com
*/

var ns6=document.getElementById&&!document.all?1:0
var ns4 = (document.layers) ? true : false;

var head="display:''"
var folder=''

function expandit(curobj){
folder=ns6?curobj.nextSibling.nextSibling.style:document.all[curobj.sourceIndex+1].style
if (folder.display=="none")
folder.display=""
else
folder.display="none"
}


function expandit2(sp)
{
folder=ns6 ? document.getElementById(sp).style : document.all[sp].style
if (folder.display=="none")
	if (!ns6) folder.display="";
	else folder.display="block";
else
folder.display="none"
}

var posx=parseInt((screen.width-550)/2);
var posy=parseInt((screen.height-300-150)/2);
function obrirflash()
{
	window.open('flashpoesia.html','flashpoesia','top='+posy+',left='+posx+',width=550,height=300');
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL);
}

function MM_openBrWindow2(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function Verselect(Campo) {
Icombo = Campo.selectedIndex
alert ("Voce escolheu " + Campo.options[Icombo].text) }

//-->