if (document.images) {
hom_on = new Image();	hom_on.src = "images/roll/home_on.gif";
hom_off = new Image();	hom_off.src = "images/roll/home_off.gif";
fea_on = new Image();	fea_on.src = "images/roll/features_on.gif";
fea_off = new Image();	fea_off.src = "images/roll/features_off.gif";
pho_on = new Image();	pho_on.src = "images/roll/photos_on.gif";
pho_off = new Image();	pho_off.src = "images/roll/photos_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";
}

function swapem (sname,rname) {
sname.src = rname.src;
}

function RunFlash1() {
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="900" height="395"><param name="movie" value="home_splash.swf"><param name="quality" value="high"><embed src="home_splash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="900" height="395"></embed></object>');
}

