function loadNavbar(activeImg, path) {	if (document.images){		rolltext['static'] = new Image();		rolltext['static'].src = path + "images/compliant.gif";		rollover['about'] = new Image();		rollover['about'].src = path + "images/about_on.gif";		rollout['about'] = new Image();		rollout['about'].src = path + "images/about_off.gif";		rolltext['about'] = new Image();		rolltext['about'].src = path + "txtpop/about_pop.gif";		rollover['legal'] = new Image();		rollover['legal'].src = path + "images/legal_on.gif";		rollout['legal'] = new Image();		rollout['legal'].src = path + "images/legal_off.gif";		rolltext['legal'] = new Image();		rolltext['legal'].src = path + "txtpop/legal_pop.gif";		rollover['press'] = new Image();		rollover['press'].src = path + "images/press_on.gif";		rollout['press'] = new Image();		rollout['press'].src = path + "images/press_off.gif";		rolltext['press'] = new Image();		rolltext['press'].src = path + "txtpop/press_pop.gif";		rollover['contact'] = new Image();		rollover['contact'].src = path + "images/contact_on.gif";		rollout['contact'] = new Image();		rollout['contact'].src = path + "images/contact_off.gif";		rolltext['contact'] = new Image();		rolltext['contact'].src = path + "txtpop/contact_pop.gif";						rollover['gravicadesign'] = new Image();		rollover['gravicadesign'].src = path + "images/gravicadesign_on.gif";		rollout['gravicadesign'] = new Image();		rollout['gravicadesign'].src = path + "images/gravicadesign_off.gif";						rollover['zavesmith'] = new Image();		rollover['zavesmith'].src = path + "images/zavesmith_on.gif";		rollout['zavesmith'] = new Image();		rollout['zavesmith'].src = path + "images/zavesmith_off.gif";				rollover[activeImg] = new Image();		rollover[activeImg].src = path + "images/" + activeImg + "_on.gif";		rollout[activeImg] = new Image();		rollout[activeImg].src = path + "images/" + activeImg + "_on.gif";		rolltext[activeImg] = new Image();		rolltext[activeImg].src = path + "txtpop/" + activeImg + "_pop.gif";	}		imgAct(activeImg);	}
