
if (document.images) {
abo_on = new Image();	abo_on.src = "images/roll/about_on.gif";
abo_off = new Image();	abo_off.src = "images/roll/about_off.gif";
nws_on = new Image();	nws_on.src = "images/roll/news_on.gif";
nws_off = new Image();	nws_off.src = "images/roll/news_off.gif";
tra_on = new Image();	tra_on.src = "images/roll/transactions_on.gif";
tra_off = new Image();	tra_off.src = "images/roll/transactions_off.gif";
adv_on = new Image();	adv_on.src = "images/roll/advisory_on.gif";
adv_off = new Image();	adv_off.src = "images/roll/advisory_off.gif";
why_on = new Image();	why_on.src = "images/roll/whyftp_on.gif";
why_off = new Image();	why_off.src = "images/roll/whyftp_off.gif";
fin_on = new Image();	fin_on.src = "images/roll/financial_on.gif";
fin_off = new Image();	fin_off.src = "images/roll/financial_off.gif";
pri_on = new Image();	pri_on.src = "images/roll/financings_on.gif";
pri_off = new Image();	pri_off.src = "images/roll/financings_off.gif";
con_on = new Image();	con_on.src = "images/roll/contact_on.gif";
con_off = new Image();	con_off.src = "images/roll/contact_off.gif";
//Subscribe
sbs_on = new Image();	sbs_on.src = "images/homepage_subscribe_btn_on.gif";
sbs_off = new Image();	sbs_off.src = "images/homepage_subscribe_btn.gif";
}

function swapem (sname,rname) {
sname.src = rname.src;
}

function commenceScroll() {
	document.write('<applet code="djscroller.class" archive=http://www.ftpartners.com/djfiles.zip width=210 height=223>\n');
	document.write('<param name=scrollbar value=false>\n');
	document.write('<param name=scrollSpeed value=35>\n');
	document.write('<param name=foregroundColor value=0xFFFFFF>\n');
	document.write('<param name=backgroundColor value=0xFFFFFF>\n');
	document.write('<param name=borderColor value=0xFFFFFF>\n');
	document.write('<param name=borderSize value=0>\n');
	document.write('<param name=frame value=_top>\n');
	document.write('<param name=engine value=recent_announcements.txt>\n');
	document.write('<param name=splash0 value="Loading Recent Announcements">\n');
	document.write('<param name=splashColor value=0xCCCCCC>\n');
	document.write('</applet>\n');
}


