window.onload = imageAppear;

function imageAppear() {
	var mainImage = document.getElementById("mainImage");
	mainImage.style.display = 'none';
	new Effect.Appear('mainImage');
	if (document.getElementById("rigtBoxInlay")) {
	var rigtBoxInlay = document.getElementById("rigtBoxInlay");
	rigtBoxInlay.style.opacity = 0.9;
	}
	if (document.getElementById("rigtBoxInlay2")) {
	var rigtBoxInlay2 = document.getElementById("rigtBoxInlay2");
	rigtBoxInlay2.style.opacity = 0.9;
	}
	if (document.getElementById("rigtBoxInlay3")) {
	var rigtBoxInlay3 = document.getElementById("rigtBoxInlay3");
	rigtBoxInlay3.style.opacity = 0.9;
	}
	if (document.getElementById("rigtBoxInlay5")) {
	var rigtBoxInlay5 = document.getElementById("rigtBoxInlay5");
	rigtBoxInlay5.style.opacity = 0.9;
	}
	if (document.getElementById("rigtBoxTopInlay")) {
	var rigtBoxTopInlay = document.getElementById("rigtBoxTopInlay");
	rigtBoxTopInlay.style.opacity = 0.95;
	}
	if (document.getElementById("bottomBoxInlay")) {
	var bottomBoxInlay = document.getElementById("bottomBoxInlay");
	bottomBoxInlay.style.opacity = 0.85;
	}
	if (document.getElementById("bottomBoxInlay2")) {
	var bottomBoxInlay2 = document.getElementById("bottomBoxInlay2");
	bottomBoxInlay2.style.opacity = 0.85;
	}

}