browser=navigator.appName;
version=parseInt(navigator.appVersion);
if ((browser=="Microsoft Internet Explorer") && (version>=4)) { dynamic=true; } else { dynamic=false; }

var home_page_opacity=0;
var home_page_show_timer;
var home_page_hide_timer;
var home_page_action;
	
function home_page_show() {
	if (home_page_opacity<=90) { home_page_opacity+=20; }
	home_page.style.filter='Alpha(Opacity='+home_page_opacity+',Style=0)';
	if (home_page_action=="show") { home_page_show_timer=setTimeout("home_page_show()",10); }
	if (home_page_opacity>=100) { clearTimeout(home_page_show_timer); }
}
function home_page_hide() {
	if (home_page_opacity>=4) { home_page_opacity-=10; }
	home_page.style.filter='Alpha(Opacity='+home_page_opacity+',Style=0)';
	if (home_page_action=="hide") { home_page_hide_timer=setTimeout("home_page_hide()",10); }
	if (home_page_opacity<=0) { clearTimeout(home_page_hide_timer); }
}

var our_parish_opacity=0;
var our_parish_show_timer;
var our_parish_hide_timer;
var our_parish_action;
	
function our_parish_show() {
	if (our_parish_opacity<=90) { our_parish_opacity+=20; }
	our_parish.style.filter='Alpha(Opacity='+our_parish_opacity+',Style=0)';
	if (our_parish_action=="show") { our_parish_show_timer=setTimeout("our_parish_show()",10); }
	if (our_parish_opacity>=100) { clearTimeout(our_parish_show_timer); }
}
function our_parish_hide() {
	if (our_parish_opacity>=4) { our_parish_opacity-=10; }
	our_parish.style.filter='Alpha(Opacity='+our_parish_opacity+',Style=0)';
	if (our_parish_action=="hide") { our_parish_hide_timer=setTimeout("our_parish_hide()",10); }
	if (our_parish_opacity<=0) { clearTimeout(our_parish_hide_timer); }
}

var buletin_opacity=0;
var buletin_show_timer;
var buletin_hide_timer;
var buletin_action;
	
function buletin_show() {
	if (buletin_opacity<=90) { buletin_opacity+=20; }
	buletin.style.filter='Alpha(Opacity='+buletin_opacity+',Style=0)';
	if (buletin_action=="show") { buletin_show_timer=setTimeout("buletin_show()",10); }
	if (buletin_opacity>=100) { clearTimeout(buletin_show_timer); }
}
function buletin_hide() {
	if (buletin_opacity>=4) { buletin_opacity-=10; }
	buletin.style.filter='Alpha(Opacity='+buletin_opacity+',Style=0)';
	if (buletin_action=="hide") { buletin_hide_timer=setTimeout("buletin_hide()",10); }
	if (buletin_opacity<=0) { clearTimeout(buletin_hide_timer); }
}


var announcements_opacity=0;
var announcements_show_timer;
var announcements_hide_timer;
var announcements_action;
	
function announcements_show() {
	if (announcements_opacity<=90) { announcements_opacity+=20; }
	announcements.style.filter='Alpha(Opacity='+announcements_opacity+',Style=0)';
	if (announcements_action=="show") { announcements_show_timer=setTimeout("announcements_show()",10); }
	if (announcements_opacity>=100) { clearTimeout(announcements_show_timer); }
}
function announcements_hide() {
	if (announcements_opacity>=4) { announcements_opacity-=10; }
	announcements.style.filter='Alpha(Opacity='+announcements_opacity+',Style=0)';
	if (announcements_action=="hide") { announcements_hide_timer=setTimeout("announcements_hide()",10); }
	if (announcements_opacity<=0) { clearTimeout(announcements_hide_timer); }
}


var histori_opacity=0;
var histori_show_timer;
var histori_hide_timer;
var histori_action;
	
function histori_show() {
	if (histori_opacity<=90) { histori_opacity+=20; }
	histori.style.filter='Alpha(Opacity='+histori_opacity+',Style=0)';
	if (histori_action=="show") { histori_show_timer=setTimeout("histori_show()",10); }
	if (histori_opacity>=100) { clearTimeout(histori_show_timer); }
}
function histori_hide() {
	if (histori_opacity>=4) { histori_opacity-=10; }
	histori.style.filter='Alpha(Opacity='+histori_opacity+',Style=0)';
	if (histori_action=="hide") { histori_hide_timer=setTimeout("histori_hide()",10); }
	if (histori_opacity<=0) { clearTimeout(histori_hide_timer); }
}


var pictures_opacity=0;
var pictures_show_timer;
var pictures_hide_timer;
var pictures_action;
	
function pictures_show() {
	if (pictures_opacity<=90) { pictures_opacity+=20; }
	pictures.style.filter='Alpha(Opacity='+pictures_opacity+',Style=0)';
	if (pictures_action=="show") { pictures_show_timer=setTimeout("pictures_show()",10); }
	if (pictures_opacity>=100) { clearTimeout(pictures_show_timer); }
}
function pictures_hide() {
	if (pictures_opacity>=4) { pictures_opacity-=10; }
	pictures.style.filter='Alpha(Opacity='+pictures_opacity+',Style=0)';
	if (pictures_action=="hide") { pictures_hide_timer=setTimeout("pictures_hide()",10); }
	if (pictures_opacity<=0) { clearTimeout(pictures_hide_timer); }
}


var registration_opacity=0;
var registration_show_timer;
var registration_hide_timer;
var registration_action;
	
function registration_show() {
	if (registration_opacity<=90) { registration_opacity+=20; }
	registration.style.filter='Alpha(Opacity='+registration_opacity+',Style=0)';
	if (registration_action=="show") { registration_show_timer=setTimeout("registration_show()",10); }
	if (registration_opacity>=100) { clearTimeout(registration_show_timer); }
}
function registration_hide() {
	if (registration_opacity>=4) { registration_opacity-=10; }
	registration.style.filter='Alpha(Opacity='+registration_opacity+',Style=0)';
	if (registration_action=="hide") { registration_hide_timer=setTimeout("registration_hide()",10); }
	if (registration_opacity<=0) { clearTimeout(registration_hide_timer); }
}


var contact_opacity=0;
var contact_show_timer;
var contact_hide_timer;
var contact_action;
	
function contact_show() {
	if (contact_opacity<=90) { contact_opacity+=20; }
	contact.style.filter='Alpha(Opacity='+contact_opacity+',Style=0)';
	if (contact_action=="show") { contact_show_timer=setTimeout("contact_show()",10); }
	if (contact_opacity>=100) { clearTimeout(contact_show_timer); }
}
function contact_hide() {
	if (contact_opacity>=4) { contact_opacity-=10; }
	contact.style.filter='Alpha(Opacity='+contact_opacity+',Style=0)';
	if (contact_action=="hide") { contact_hide_timer=setTimeout("contact_hide()",10); }
	if (contact_opacity<=0) { clearTimeout(contact_hide_timer); }
}


var links_opacity=0;
var links_show_timer;
var links_hide_timer;
var links_action;
	
function links_show() {
	if (links_opacity<=90) { links_opacity+=20; }
	links.style.filter='Alpha(Opacity='+links_opacity+',Style=0)';
	if (links_action=="show") { links_show_timer=setTimeout("links_show()",10); }
	if (links_opacity>=100) { clearTimeout(links_show_timer); }
}
function links_hide() {
	if (links_opacity>=4) { links_opacity-=10; }
	links.style.filter='Alpha(Opacity='+links_opacity+',Style=0)';
	if (links_action=="hide") { links_hide_timer=setTimeout("links_hide()",10); }
	if (links_opacity<=0) { clearTimeout(links_hide_timer); }
}