// JavaScript Document

function imgEasy () {
	/*var element = document.getElementById("ForfaitBackground");
	if (element) {
		element.style.background="";
		element.style.background="url(http://content.easylovecam.com/images/forfait_fr-new.png) no-repeat;";		
	}
	element = document.getElementById("BronzeBackground");
	if (element) {
		element.style.background="";
		element.style.background="url(http://content.easylovecam.com/images/btn_easy.png) no-repeat;";
	}
	element = document.getElementById("ArgentBackground");
	if (element) {
		element.style.background="";
		element.style.background="url(http://content.easylovecam.com/images/btn_easy.png) no-repeat;";
	}
	element = document.getElementById("PlatineBackground");
	if (element) {
		element.style.background="";
		element.style.background="url(http://content.easylovecam.com/images/btn_easy.png) no-repeat;";
	}
	element = document.getElementById("UltimeBackground");
	if (element) {
		element.style.background="";
		element.style.background="url(http://content.easylovecam.com/images/btn_easy.png) no-repeat;";
	}
	element = document.getElementById("EssaiBackground");
	if (element) {
		element.style.background="";
		element.style.background="url(http://content.easylovecam.com/images/btn_easy.png) no-repeat;";
	}*/
  for(var i=0; i<document.images.length; i++)
  {
		var img = document.images[i];
		var imgName = img.src.toLowerCase();
		session = "("+session+")";
		if (imgName=="http://www.easylovecam.com/images/bouton_login.gif") { img.src="http://content.easylovecam.com/images/btn-ok.png"; }
		var reg = new RegExp ( "live3_left.png", "g" );
		if (reg.test(imgName)) { img.src="http://content.easylovecam.com/images/Live3_left.png"; }
		var reg = new RegExp ( "live3_right.png", "g" );		
		if (reg.test(imgName)) { img.src="http://content.easylovecam.com/images/Live3_right.png"; }
		var reg = new RegExp ( "live3_top1.png", "g" );
		if (reg.test(imgName)) { img.src="http://content.easylovecam.com/images/Live3_top1.png"; }
		var reg = new RegExp ( "live3_top2.png", "g" );
		if (reg.test(imgName)) { img.src="http://content.easylovecam.com/images/Live3_top2.png"; }
		var reg = new RegExp ( "live3_bottom", "g" );
		if (reg.test(imgName)) { img.src="http://content.easylovecam.com/images/Live3_bottom.png"; }
		if (imgName=="http://www.easylovecam.com/images/biobullet.gif") { img.src="http://content.easylovecam.com/images/puce.png"; }		
	}
}