//civcev js

// Call this function when launching an external experience from HTML links.
function deactivateSite(){
	document.getElementById('civRevFlash').deactivateFlash();
}

function newSize(datoY) {
	if(document.all && !document.getElementById) {
 		document.all['miFlash'].style.pixelHeight = datoY;
	}else{
		document.getElementById('miFlash').style.height = datoY;
	}
}

if (document.images)
{
  features1= new Image(244,46); 
  features1.src="images/features_1.jpg"; 

  features2= new Image(122,46); 
  features2.src="images/features_2.jpg"; 

  features3= new Image(132,46); 
  features3.src="images/features_3.jpg";
  
  features4= new Image(118,46); 
  features4.src="images/features_4.jpg"; 

  features5= new Image(113,46); 
  features5.src="images/features_5.jpg";
  
  features6= new Image(244,46); 
  features6.src="images/features_6.jpg"; 

  podcast1= new Image(244,46); 
  podcast1.src="images/podcast_1.jpg"; 

  podcast2= new Image(122,46); 
  podcast2.src="images/podcast_2.jpg"; 

  podcast3= new Image(132,46); 
  podcast3.src="images/podcast_3.jpg";
  
  podcast4= new Image(118,46); 
  podcast4.src="images/podcast_4.jpg";
  
  goodies4= new Image(118,46); 
  goodies4.src="images/goodies_4.jpg"; 

  goodies5= new Image(113,46); 
  goodies5.src="images/goodies_5.jpg";
  
  goodies6= new Image(244,46); 
  goodies6.src="images/goodies_6.jpg";  
  
  fan2= new Image(122,46); 
  fan2.src="images/fan_2.jpg"; 

  fan3= new Image(132,46); 
  fan3.src="images/fan_3.jpg";
  
  fan4= new Image(118,46); 
  fan4.src="images/fan_4.jpg"; 

  fan5= new Image(113,46); 
  fan5.src="images/fan_5.jpg";
  
  bg= new Image(973, 363);
  bg.src="images/community_bg.jpg";
}
