<!--
function LoadImgs () {
	if (document.images) {
		b_logo0 = new Image();
		b_logo0.src = "http://files.aomin.org/images/gif/menulogo.gif";
		b_logo1 = new Image();
		b_logo1.src = "http://files.aomin.org/images/gif/menulogo.gif";

		b_bkg0 = new Image();
		b_bkg0.src = "http://files.aomin.org/images/gif/bkg.gif";
		b_bkg1 = new Image();
		b_bkg1.src = "http://files.aomin.org/images/gif/bkg.gif";

		b_home0 = new Image();
		b_home0.src = "http://files.aomin.org/images/gif/homeoff.gif";
		b_home1 = new Image();
		b_home1.src = "http://files.aomin.org/images/gif/homeon.gif";

		b_search0 = new Image();
		b_search0.src = "http://files.aomin.org/images/gif/searchoff.gif";
		b_search1 = new Image();
		b_search1.src = "http://files.aomin.org/images/gif/searchon.gif";
		
		b_books0 = new Image();
		b_books0.src = "http://files.aomin.org/images/gif/bookstoreoff.gif";
		b_books1 = new Image();
		b_books1.src = "http://files.aomin.org/images/gif/bookstoreon.gif";

		b_apolo0 = new Image();
		b_apolo0.src = "http://files.aomin.org/images/gif/apologeticsoff.gif";
		b_apolo1 = new Image();
		b_apolo1.src = "http://files.aomin.org/images/gif/apologeticson.gif";

		b_james0 = new Image();
		b_james0.src = "http://files.aomin.org/images/gif/jamesoff.gif";
		b_james1 = new Image();
		b_james1.src = "http://files.aomin.org/images/gif/jameson.gif";
		
		b_faith0 = new Image();
		b_faith0.src = "http://files.aomin.org/images/gif/faithoff.gif";
		b_faith1 = new Image();
		b_faith1.src = "http://files.aomin.org/images/gif/faithon.gif";

		b_reformed0 = new Image();
		b_reformed0.src = "http://files.aomin.org/images/gif/ref_def_off.gif";
		b_reformed1 = new Image();
		b_reformed1.src = "http://files.aomin.org/images/gif/ref_def_on.gif";

		b_realaud0 = new Image();
		b_realaud0.src = "http://files.aomin.org/images/gif/realaudoff.gif";
		b_realaud1 = new Image();
		b_realaud1.src = "http://files.aomin.org/images/gif/realaudon.gif";

		b_aochat0 = new Image();
		b_aochat0.src = "http://files.aomin.org/images/gif/chatoff.gif";
		b_aochat1 = new Image();
		b_aochat1.src = "http://files.aomin.org/images/gif/chaton.gif";

		b_debate0 = new Image();
		b_debate0.src = "http://files.aomin.org/images/gif/debateoff.gif";
		b_debate1 = new Image();
		b_debate1.src = "http://files.aomin.org/images/gif/debateon.gif";

		b_webcast0 = new Image();
		b_webcast0.src = "http://files.aomin.org/images/gif/webcastoff.gif";
		b_webcast1 = new Image();
		b_webcast1.src = "http://files.aomin.org/images/gif/webcaston.gif";

		b_calendar0 = new Image();
		b_calendar0.src = "http://files.aomin.org/images/gif/calendaroff.gif";
		b_calendar1 = new Image();
		b_calendar1.src = "http://files.aomin.org/images/gif/calendaron.gif";

		b_guestbook0 = new Image();
		b_guestbook0.src = "http://files.aomin.org/images/gif/guestbookoff.gif";
		b_guestbook1 = new Image();
		b_guestbook1.src = "http://files.aomin.org/images/gif/guestbookon.gif";

		b_contact0 = new Image();
		b_contact0.src = "http://files.aomin.org/images/gif/contactoff.gif";
		b_contact1 = new Image();
		b_contact1.src = "http://files.aomin.org/images/gif/contacton.gif";

		b_support0 = new Image();
		b_support0.src = "http://files.aomin.org/images/gif/supportoff.gif";
		b_support1 = new Image();
		b_support1.src = "http://files.aomin.org/images/gif/supporton.gif";

		b_policies0 = new Image();
		b_policies0.src = "http://files.aomin.org/images/gif/policiesoff.gif";
		b_policies1 = new Image();
		b_policies1.src = "http://files.aomin.org/images/gif/policieson.gif";



		loaded = 1;
	}
}

function change(Name,No) {
	if (document.images && (loaded == 1) && (document[Name])) {
		document[Name].src = eval("b_" + Name + No + ".src");
	}
	if (No == 1) {
		if (gotlayers) {
			popUp();
			popUp();
		}
		if (Name != '') {
			change('',0);
		}
		if (Name != '') {
			change('',0);
		}
		lastbutton = Name;
	}
}	

function changebullet(Name,No) {
	if (document.images && (loaded == 1)) {
		document[Name].src = eval("b_bullet" + No + ".src");
	}
}

function hide() {
	if (document.images && (loaded == 1)) {
		change(lastbutton,0);
	}
}
LoadImgs();

// -->

