// JavaScript Document

// hash for "normal" links
normalImg = new Hash();

normalImg.about = '/themes/default/images/homePageWhite_r2_c2.gif';
normalImg.renewal = '/themes/default/images/homePageWhite_r4_c2.gif';
normalImg.rail = '/themes/default/images/homePageWhite_r6_c2.gif';
normalImg.brownfields = '/themes/default/images/homePageWhite_r8_c2.gif';
normalImg.technology = '/themes/default/images/homePageWhite_r10_c2.gif';
normalImg.council = '/themes/default/images/homePageWhite_r12_c2.gif';
normalImg.news = '/themes/default/images/homePageWhite_r14_c2.gif';
normalImg.partners = '/themes/default/images/homePageWhite_r16_c2.gif';

// hash for "highlighted" links
highlightImg = new Hash();

highlightImg.about = '/themes/default/images/homePageWhite_r2_c2_f2.gif';
highlightImg.renewal = '/themes/default/images/homePageWhite_r4_c2_f2.gif';
highlightImg.rail = '/themes/default/images/homePageWhite_r6_c2_f2.gif';
highlightImg.brownfields = '/themes/default/images/homePageWhite_r8_c2_f2.gif';
highlightImg.technology = '/themes/default/images/homePageWhite_r10_c2_f2.gif';
highlightImg.council = '/themes/default/images/homePageWhite_r12_c2_f2.gif';
highlightImg.news = '/themes/default/images/homePageWhite_r14_c2_f2.gif';
highlightImg.partners = '/themes/default/images/homePageWhite_r16_c2_f2.gif';

