var md=800;
var ti=-1;
var hidefirst = 0;

function show_pic(id) {

	clearTimeout(ti);
	
	//document.getElementById('toodete_pilt').src = '/www/avaleht/' + id + '.gif';
	var img = "url('/www/avaleht/" + id + ".gif')";
	document.getElementById('avaleht_menyy_konteiner').style.backgroundImage = img;
	
}

function hide_pic() {
	document.getElementById('avaleht_menyy_konteiner').style.backgroundImage = "url('/www/avaleht/default.gif')";
}
