/* бред какой-то.
onMouseOver="menuover2(obj)" 
{
obj.style.backgroundColor="#ececec";
obj.all.tags('A').item(0).style.color="#000000";
}

onMouseOut="menuout2(obj)"
{
obj.style.backgroundColor="#ffffff";
obj.all.tags('A').item(0).style.color="#018977";
}
*/
onMouseOut="menuout2(obj)"
onMouseOut="menuover2(obj)"

function menuover2(obj)
{
obj.style.backgroundColor="#ececec";
obj.all.tags('A').item(0).style.color="#000000";
}

function menuout2(obj)
{
obj.style.backgroundColor="#ffffff";
obj.all.tags('A').item(0).style.color="#018977";
}

function menuclick(obj)
{
window.location.href=obj.all.tags('A').item(0).href;
}
function doView (target,file) {
var w=window.open(file + '?url=' + location.href, target,
'isRaised=yes,toolbar=no,scrollbars=yes,resizable=yes,alwaysRaised=yes,width=515,height=310'
);
return false;
}

function submenuover(obj)
{
obj.style.cursor="hand";
obj.className="submenubgIE2";
}

function submenuout(obj)
{
obj.className="submenubgIE";
}

function submenuovery(obj)
{
obj.style.cursor="hand";
obj.className="submenubgyIE2";
}

function submenuouty(obj)
{
obj.className="submenubgyIE";
}
