function ShowHide() {
if(screen.width=="1024") 
{
	  document.all['div1024'].style.visibility = "visible";
}
else if (screen.width=="800") 
{
	  document.all['div800'].style.visibility = "visible";
}
else if(screen.width=="1280") 
{
	  document.all['div1280'].style.visibility = "visible";
}
else if (screen.width=="640") 
{
	  document.all['div640'].style.visibility = "visible";
}
else 
{
	  document.all['div800'].style.visibility = "visible";
}
}



function verificaRes() {
if(screen.width>="1024") 
   { 
     flash.height='191';     
   } 
else if(screen.width=="800")  
   { 
     flash.height='149';
   } 
else if(screen.width=="1280")  
   { 
   flash.height='253';
   } 
else if(screen.width=="640")  
   { 
     flash.height='130';
   } 
else{
     flash.height='149';
	}
   return true;
}

/*NÃO ESTÁ SENDO USADA */
function verificaMenu() {
if(screen.width=="1024") 
   { 
 	 x='150';
	 y='1150';
	 menu.height='600';   
    } 
if(screen.width=="800")  
   { 
	 menu.height='450'; 
   } 
if(screen.width=="1280")  
   { 
	 menu.height='800'; 
   } 
   return true;
}

function verificaResInicial() {
if(screen.width>="1024") 
   { 
     fla.width='1024'; 
     fla.height='500';     
   } 
if(screen.width=="800")  
   { 
     fla.width='812'; 
     fla.height='480'; 
   } 
if(screen.width=="1280")  
   { 
     fla.width='1280'; 
     fla.height='700'; 
   } 
   return true;
}