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";
bio_on = new Image();	bio_on.src = "images/roll/bio_on.gif";
bio_off = new Image();	bio_off.src = "images/roll/bio_off.gif";
tab_on = new Image();	tab_on.src = "images/roll/table_on.gif";
tab_off = new Image();	tab_off.src = "images/roll/table_off.gif";
pro_on = new Image();	pro_on.src = "images/roll/procedures_on.gif";
pro_off = new Image();	pro_off.src = "images/roll/procedures_off.gif";
cli_on = new Image();	cli_on.src = "images/roll/clinic_on.gif";
cli_off = new Image();	cli_off.src = "images/roll/clinic_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";
ask_on = new Image();	ask_on.src = "images/roll/ask_on.gif";
ask_off = new Image();	ask_off.src = "images/roll/ask_off.gif";
fin_on = new Image();	fin_on.src = "images/roll/financing_on.gif";
fin_off = new Image();	fin_off.src = "images/roll/financing_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";
lin_on = new Image();	lin_on.src = "images/roll/links_on.gif";
lin_off = new Image();	lin_off.src = "images/roll/links_off.gif";
oot_on = new Image();	oot_on.src = "images/roll/oot_on.gif";
oot_off = new Image();	oot_off.src = "images/roll/oot_off.gif";
inj_on = new Image();	inj_on.src = "images/roll/injectibles_on.gif";
inj_off = new Image();	inj_off.src = "images/roll/injectibles_off.gif";
}

function swapem (sname,rname) {
sname.src = rname.src;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function leftsideEmail() {
	emailE=('info' + '@' + 'brunnoristow.com');
    document.write('<a href="mailto:' + emailE + '" STYLE="color:#d8d56f;">' + emailE + '</a>');
}

