// LOCAL LEFT NAV & FOOTER ROLLOVERS

if (document.images) {

//GLOBAL

globalMain_on=new Image;
globalMain_on.src="/images/navbuttons/global_main.gif";

globalFAQ_on=new Image;
globalFAQ_on.src="/images/navbuttons/global_faq.gif";

globalContact_on=new Image;
globalContact_on.src="/images/navbuttons/global_contact.gif";

globalInactive_off=new Image;
globalInactive_off.src="/images/navbuttons/global_off.gif";

}
