/*function rules()
{
	newwin = window.open("http://creative.myspacecdn.com/br/centauro/contest/regulam.html", "rules","left=100, top=100, width=500, height=500, location=no, menubar=no, resizable=no, scrollbars=yes, status=no, titlebar=no, toolbar=no");
	newwin.moveTo(((screen.width/2)-(500)),((screen.height/2)-(500)));
	
 if(isLoggedIn > 0) {

 }else{
  alert('Faça o login por favor');
 }
}*/

function codigo()
{
newwin = window.open("http://creative.myspacecdn.com/br/centauro/contest/codigo.html", "rules","left=100, top=100, width=500, height=500, location=no, menubar=no, resizable=no, scrollbars=yes, status=no, titlebar=no, toolbar=no");
newwin.moveTo(((screen.width/2)-(500)),((screen.height/2)-(500)));
}

function quiz()
{
newwin = window.open("http://creative.myspacecdn.com/br/centauro/quiz/treino.html", "quiz","left=100, top=100, width=500, height=500, location=no, menubar=no, resizable=no, scrollbars=yes, status=no, titlebar=no, toolbar=no");
newwin.moveTo(((screen.width/2)-(500)),((screen.height/2)-(500)));
}

function toggle_visibility(id) {
 var e = document.getElementById(id);
  if(e.style.display == 'block')
   e.style.display = 'none';
  else
   e.style.display = 'block';
}

function addon(){
   document.getElementById("centauroFooter").innerHTML = "<div id=\"footer_flash\"></div>";
   var footerOBJ = new SWFObject("http://creative.myspacecdn.com/br/centauro/swf/equaliza.swf", "footerSWF", "100%", "80", "9", "#FFFFFF");
   footerOBJ.addParam("wmode", "transparent");
   footerOBJ.addParam("allowScriptAccess","always");
   footerOBJ.write("footer_flash");
}

window.onload = addon;