
        browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))
        if ( browser) {

dortn = new Image(24,145);
dortn.src = "image/top4-2.gif";
ucn = new Image(24,145);
ucn.src = "image/top3-2.gif";
ikin = new Image(24,145);
ikin.src = "image/top2-2.gif";
birn = new Image(24,145);
birn.src = "image/top1-2.gif";

dortf = new Image(24,145);
dortf.src = "image/top4-1.gif";
ucf = new Image(24,145);
ucf.src = "image/top3-1.gif";
ikif = new Image(24,145);
ikif.src = "image/top2-1.gif";
birf = new Image(24,145);
birf.src = "image/top1-1.gif";
}
function img_act(imgName) {
        if ( browser) {
imgOn = eval(imgName + "n.src");
document[imgName].src = imgOn;}}
function img_inact(imgName) {
        if ( browser) {
document[imgName].src = eval(imgName + "f.src");
}}

