// This code and content may not be used or copied without prior permission
// from YLE, Finnish Broadcasting Company. All content is Copyright © 2002,
// YLE, Finnish Broadcasting Company and all rights are reserved.

// preload

ylelogo_lo = new Image(45,15);
ylelogo_lo.src = "img/Yle.gif";
ylelogo_hi = new Image(45,15);
ylelogo_hi.src = "img/Yle2.gif";
lehtihuone_lo = new Image(131,16);
lehtihuone_lo.src = "img/Lehtihuo.gif";
lehtihuone_hi = new Image(131,16);
lehtihuone_hi.src = "img/Lehtihu2.gif";
kuuntele_lo = new Image(22,15);
kuuntele_lo.src = "img/Kuuntele.gif";
kuuntele_hi = new Image(22,15);
kuuntele_hi.src = "img/Kuuntel2.gif";
laheta_lo = new Image(18,12);
laheta_lo.src = "img/Laheta.gif";
laheta_hi = new Image(18,12);
laheta_hi.src = "img/Laheta2.gif";

kaanna = new Image(18,12);
kaanna.src = "img/Kaanna2.gif";

// hilite

function hilite(target, image) {
  target.src=image.src;
}

