// JavaScript Document

mh1_i = new Image();
mh1_i.src = "/Image/barum-rally/2006/mh-mini/01_mh_a.jpg";
mh2_i = new Image();
mh2_i.src = "/Image/barum-rally/2006/mh-mini/02_mh_a.jpg";
mh3_i = new Image();
mh3_i.src = "/Image/barum-rally/2006/mh-mini/03_mh_a.jpg";

lj1_i = new Image();
lj1_i.src = "/Image/barum-rally/2006/lj-mini/01_lj_a.jpg";
lj2_i = new Image();
lj2_i.src = "/Image/barum-rally/2006/lj-mini/02_lj_a.jpg";
lj3_i = new Image();
lj3_i.src = "/Image/barum-rally/2006/lj-mini/03_lj_a.jpg";
/*
barum_over = new Image();
barum_over.src = "/Image/barum-rally/odkazy/BR_rollOver.jpg";
barum_press = new Image();
barum_press.src = "/Image/barum-rally/odkazy/BR_onPress.jpg";


*/

function najeti(idecko) {
	el=document.getElementById(idecko).style;
	el.filter='alpha(opacity=80)';
	el.opacity='0.8';	
}

function odjeti(idecko) {
	el2=document.getElementById(idecko).style;
	el2.filter='alpha(opacity=100)';
	el2.opacity='1';	
}

function pocitadlo(form,kde) {
    
		document.getElementById(form).action = kde;		
		document.getElementById(form).submit();
}
