<!--
theImages = new Array();
theImages[1] = new Image();
theImages[1].src = "images/news_a.gif";
theImages[2] = new Image();
theImages[2].src = "images/works_a.gif";
theImages[3] = new Image();
theImages[3].src = "images/profile_process_a.gif";
theImages[4] = new Image();
theImages[4].src = "images/contact_a.gif";
theImages[5] = new Image();
theImages[5].src = "images/profile_a.gif";
theImages[6] = new Image();
theImages[6].src = "images/exbition_a.gif";
theImages[7] = new Image();
theImages[7].src = "images/competition_a.gif";
theImages[8] = new Image();
theImages[8].src = "images/map_a.gif";
theImages[9] = new Image();
theImages[9].src = "images/mail_a.gif";
theImages[10] = new Image();
theImages[10].src = "images/publications_a.gif";
theImages[11] = new Image();
theImages[11].src = "images/business_a.gif";
theImages[12] = new Image();
theImages[12].src = "images/process_a.gif";
theImages[13] = new Image();
theImages[13].src = "images/link_a.gif";


theImages[31] = new Image();
theImages[31].src = "images/news_b.gif";
theImages[32] = new Image();
theImages[32].src = "images/works_b.gif";
theImages[33] = new Image();
theImages[33].src = "images/profile_process_b.gif";
theImages[34] = new Image();
theImages[34].src = "images/contact_b.gif";
theImages[35] = new Image();
theImages[35].src = "images/profile_b.gif";
theImages[36] = new Image();
theImages[36].src = "images/exbition_b.gif";
theImages[37] = new Image();
theImages[37].src = "images/competition_b.gif";
theImages[38] = new Image();
theImages[38].src = "images/map_b.gif";
theImages[39] = new Image();
theImages[39].src = "images/mail_b.gif";
theImages[40] = new Image();
theImages[40].src = "images/publications_b.gif";
theImages[41] = new Image();
theImages[41].src = "images/business_b.gif";
theImages[42] = new Image();
theImages[42].src = "images/process_b.gif";
theImages[43] = new Image();
theImages[43].src = "images/link_b.gif";


function ChangeBullet(obj,suffix) {
        eval("document." + obj + ".src=theImages[suffix].src");
}
-->
