новый вася,
function sortir() {
var a = document.getElementById("id2O");
var b = document.getElementById("id2D");
var c = document.getElementById("id2S");
if (a)
if (a.style.top != "5px") a.style.top = "5px";
else a.style.top = "44px";
if (b)
if (b.style.top != "5px") b.style.top = "5px";
else b.style.top = "64px";
if (c)
if (c.style.top != "5px") c.style.top = "5px";
else c.style.top = "84px";
return false
};