function chMnu(stat,obj) { stat ? obj.className="tm_on" : obj.className="tm_off"; }
function go(url) { location.href=url; }
function chLm(stat,obj) { stat ? obj.style.background="#e8e8e8" : obj.style.background="#ffffff"; }

function preLoadImg(fname) {
var myImg = new Image();
myImg.src = fname;
}

var path_to_img = "/img3/";
preLoadImg(path_to_img + "ico1_on.jpg");
preLoadImg(path_to_img + "ico2_on.jpg");
preLoadImg(path_to_img + "ico3_on.jpg");
preLoadImg(path_to_img + "ico4_on.jpg");
preLoadImg(path_to_img + "ico5_on.jpg");
preLoadImg(path_to_img + "ico6_on.jpg");
preLoadImg(path_to_img + "ico7_on.jpg");
