function clic(m,tam)
	{
	document.getElementById("ct"+m).style.backgroundImage = 'url(/especial/ataque/copa2006/img/control/fundo_sub_select.gif)';
	document.getElementById("content"+m).style.visibility="visible";
	document.getElementById("content"+m).style.margin="0px";
	
	switch(tam)
		{
		case 0:
			try
				{
					if (document.getElementById("content"+(m+1)).style.visibility=!"hidden") {
							document.getElementById("content"+(m+1)).style.visibility="hidden"
							document.getElementById("ct"+(m+1)).style.marginBottom="-71px"
							document.getElementById("ct"+(m+1)).style.backgroundImage = 'url(/especial/ataque/copa2006/img/control/fundo_sub_jogos.gif)';
					} 
					
					if (document.getElementById("content"+(m+2)).style.visibility=!"hidden") {
							document.getElementById("content"+(m+2)).style.visibility="hidden"
							document.getElementById("ct"+(m+2)).style.marginBottom="-71px"
							document.getElementById("ct"+(m+2)).style.backgroundImage = 'url(/especial/ataque/copa2006/img/control/fundo_sub_jogos.gif)';				
					} 
				
				}
			catch(x){}
			break;
		case 1:
			try
				{
					if (document.getElementById("content"+(m-1)).style.visibility=!"hidden") {
							document.getElementById("content"+(m-1)).style.visibility="hidden"
							document.getElementById("ct"+(m-1)).style.marginBottom="-71px"
							document.getElementById("ct"+(m-1)).style.backgroundImage = 'url(/especial/ataque/copa2006/img/control/fundo_sub_jogos.gif)';
					} 
					
					if (document.getElementById("content"+(m+1)).style.visibility=!"hidden") {
							document.getElementById("content"+(m+1)).style.visibility="hidden"
							document.getElementById("ct"+(m+1)).style.marginBottom="-71px"
							document.getElementById("ct"+(m+1)).style.backgroundImage = 'url(/especial/ataque/copa2006/img/control/fundo_sub_jogos.gif)';				
					} 
  				}
			catch(x){}		
			break;
		case 2:
			try
				{
					if (document.getElementById("content"+(m-2)).style.visibility=!"hidden") {
							document.getElementById("content"+(m-2)).style.visibility="hidden"
							document.getElementById("ct"+(m-2)).style.marginBottom="-71px"
							document.getElementById("ct"+(m-2)).style.backgroundImage = 'url(/especial/ataque/copa2006/img/control/fundo_sub_jogos.gif)';
					}
					if (document.getElementById("content"+(m-1)).style.visibility=!"hidden") {
							document.getElementById("content"+(m-1)).style.visibility="hidden"
							document.getElementById("ct"+(m-1)).style.marginBottom="-71px"
							document.getElementById("ct"+(m-1)).style.backgroundImage = 'url(/especial/ataque/copa2006/img/control/fundo_sub_jogos.gif)';				
					}
				}
			catch(x){}		
			break;
		}
	}
						

//Videos dentro da matéria
function video(){
document.getElementById("videoMateria").style.visibility="visible"
}

// POPUP
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

// POPUP
function abrir(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}