t1 = new Image();
t1.src = "http://sweet-auto.com.ua/images/img/home.gif";
t1_o = new Image();
t1_o.src = "http://sweet-auto.com.ua/images/img/home_o.gif";

t2 = new Image();
t2.src = "http://sweet-auto.com.ua/images/img/find.gif";
t2_o = new Image();
t2_o.src = "http://sweet-auto.com.ua/images/img/find_o.gif";

t3 = new Image();
t3.src = "http://sweet-auto.com.ua/images/img/mail.gif";
t3_o = new Image();
t3_o.src = "http://sweet-auto.com.ua/images/img/mail_o.gif";

t4 = new Image();
t4.src = "http://sweet-auto.com.ua/images/img/kia.gif";
t4_o = new Image();
t4_o.src = "http://sweet-auto.com.ua/images/img/kia_o.gif";

lm = new Image();
lm.src = "http://sweet-auto.com.ua/images/img/lm.gif";
lm_o = new Image();
lm_o.src = "http://sweet-auto.com.ua/images/img/lm_o.gif";

v = new Image();
v.src = "http://sweet-auto.com.ua/images/img/vper.gif";
v_o = new Image();
v_o.src = "http://sweet-auto.com.ua/images/img/vper_o.gif";

function swon(imagename, cacheimage) {
    document.images[imagename].src = eval(cacheimage + ".src");
}

function getUrl(where) {
	document.location.href = where;
}

